Uses of Class
de.svenkubiak.jpushover.http.PushoverResponse
-
Packages that use PushoverResponse Package Description de.svenkubiak.jpushover.apis de.svenkubiak.jpushover.http de.svenkubiak.jpushover.services -
-
Uses of PushoverResponse in de.svenkubiak.jpushover.apis
Methods in de.svenkubiak.jpushover.apis that return PushoverResponse Modifier and Type Method Description PushoverResponse
OpenClient. deleteMessages(String secret, String deviceId, String messageId)
Deletes all messages after (and including) a given messagesIdPushoverResponse
OpenClient. login(String email, String password)
Performs a Pushover login; required once for working with the Open Client APIPushoverResponse
OpenClient. login(String email, String password, String twoFactor)
Performs a Pushover login; required once for working with the Open Client APIPushoverResponse
API. push()
PushoverResponse
Glance. push()
Sends a glance to pushoverPushoverResponse
Message. push()
Sends a message to pushoverPushoverResponse
OpenClient. registerDevice(String secret, String deviceName)
Registers a new device at PushoverMethods in de.svenkubiak.jpushover.apis that return types with arguments of type PushoverResponse Modifier and Type Method Description Future<PushoverResponse>
Glance. pushAsync()
Sends a glance to pushover asynchronouslyFuture<PushoverResponse>
Message. pushAsync()
Sends a message to pushover asynchronously -
Uses of PushoverResponse in de.svenkubiak.jpushover.http
Methods in de.svenkubiak.jpushover.http that return PushoverResponse Modifier and Type Method Description static PushoverResponse
PushoverResponse. create()
PushoverResponse
PushoverResponse. httpStatus(int httpStatus)
PushoverResponse
PushoverResponse. isSuccessful(boolean successful)
PushoverResponse
PushoverResponse. limit(long limit)
PushoverResponse
PushoverRequest. push(String url, NavigableMap<String,String> body, String proxyHost, int proxyPort)
PushoverResponse
PushoverResponse. remaining(long remaining)
PushoverResponse
PushoverResponse. reset(long reset)
PushoverResponse
PushoverResponse. response(String response)
-
Uses of PushoverResponse in de.svenkubiak.jpushover.services
Methods in de.svenkubiak.jpushover.services that return PushoverResponse Modifier and Type Method Description PushoverResponse
AsyncExecutor. call()
Methods in de.svenkubiak.jpushover.services that return types with arguments of type PushoverResponse Modifier and Type Method Description Future<PushoverResponse>
AsyncService. execute(AsyncExecutor<PushoverResponse> asyncExecutor)
Method parameters in de.svenkubiak.jpushover.services with type arguments of type PushoverResponse Modifier and Type Method Description Future<PushoverResponse>
AsyncService. execute(AsyncExecutor<PushoverResponse> asyncExecutor)
-