Uses of Class
de.svenkubiak.jpushover.http.PushoverResponse
Packages that use PushoverResponse
Package
Description
-
Uses of PushoverResponse in de.svenkubiak.jpushover.apis
Methods in de.svenkubiak.jpushover.apis that return PushoverResponseModifier and TypeMethodDescriptionOpenClient.deleteMessages(String secret, String deviceId, String messageId) Deletes all messages after (and including) a given messagesIdPerforms a Pushover login; required once for working with the Open Client APIPerforms a Pushover login; required once for working with the Open Client APIAPI.push()Glance.push()Sends a glance to pushoverMessage.push()Sends a message to pushoverOpenClient.registerDevice(String secret, String deviceName) Registers a new device at PushoverMethods in de.svenkubiak.jpushover.apis that return types with arguments of type PushoverResponse -
Uses of PushoverResponse in de.svenkubiak.jpushover.http
Methods in de.svenkubiak.jpushover.http that return PushoverResponseModifier and TypeMethodDescriptionstatic PushoverResponsePushoverResponse.create()PushoverResponse.httpStatus(int httpStatus) PushoverResponse.isSuccessful(boolean successful) PushoverResponse.limit(long limit) PushoverResponse.remaining(long remaining) PushoverResponse.reset(long reset) -
Uses of PushoverResponse in de.svenkubiak.jpushover.services
Classes in de.svenkubiak.jpushover.services that implement interfaces with type arguments of type PushoverResponseMethods in de.svenkubiak.jpushover.services that return PushoverResponseMethods in de.svenkubiak.jpushover.services that return types with arguments of type PushoverResponseModifier and TypeMethodDescriptionAsyncService.execute(AsyncExecutor<PushoverResponse> asyncExecutor) Method parameters in de.svenkubiak.jpushover.services with type arguments of type PushoverResponseModifier and TypeMethodDescriptionAsyncService.execute(AsyncExecutor<PushoverResponse> asyncExecutor)