public class JPushoverResponse extends Object
| Constructor and Description |
|---|
JPushoverResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatus() |
String |
getResponse() |
JPushoverResponse |
httpStatus(int httpStatus) |
boolean |
isSuccessful() |
JPushoverResponse |
isSuccessful(boolean successful) |
JPushoverResponse |
response(String response) |
public JPushoverResponse response(String response)
public JPushoverResponse httpStatus(int httpStatus)
public JPushoverResponse isSuccessful(boolean successful)
public String getResponse()
public int getHttpStatus()
public boolean isSuccessful()
Copyright © 2018. All rights reserved.