#1 added support for html flag

This commit is contained in:
Sven Kubiak
2015-12-08 22:03:44 +01:00
parent e6dc23e0ae
commit c2432fc017
5 changed files with 139 additions and 119 deletions

View File

@@ -1,7 +1,7 @@
package de.svenkubiak.jpushover;
/**
*
*
* @author svenkubiak
*
*/
@@ -9,7 +9,7 @@ public class JPushoverResponse {
private String pushoverResponse;
private int pushoverHttpStatus;
private boolean pushoverSuccessful;
public JPushoverResponse response(String response) {
this.pushoverResponse = response;
return this;