Skip navigation links
B C D E G H I J P R S T V W 

B

build() - Static method in class de.svenkubiak.jpushover.JPushover
Creates a new JPushover instance

C

Constants - Enum in de.svenkubiak.jpushover.enums
 

D

de.svenkubiak.jpushover - package de.svenkubiak.jpushover
 
de.svenkubiak.jpushover.enums - package de.svenkubiak.jpushover.enums
 

E

enableHtml() - Method in class de.svenkubiak.jpushover.JPushover
Enables HTML in the pushover message (optional)

G

getAttachment() - Method in class de.svenkubiak.jpushover.JPushover
 
getCallback() - Method in class de.svenkubiak.jpushover.JPushover
 
getDevice() - Method in class de.svenkubiak.jpushover.JPushover
 
getExpire() - Method in class de.svenkubiak.jpushover.JPushover
 
getHttpStatus() - Method in class de.svenkubiak.jpushover.JPushoverResponse
 
getMessage() - Method in class de.svenkubiak.jpushover.JPushover
 
getPriority() - Method in class de.svenkubiak.jpushover.JPushover
 
getResponse() - Method in class de.svenkubiak.jpushover.JPushoverResponse
 
getRetry() - Method in class de.svenkubiak.jpushover.JPushover
 
getSound() - Method in class de.svenkubiak.jpushover.JPushover
 
getTimestamp() - Method in class de.svenkubiak.jpushover.JPushover
 
getTitle() - Method in class de.svenkubiak.jpushover.JPushover
 
getToken() - Method in class de.svenkubiak.jpushover.JPushover
 
getUrl() - Method in class de.svenkubiak.jpushover.JPushover
 
getUrlTitle() - Method in class de.svenkubiak.jpushover.JPushover
 
getUser() - Method in class de.svenkubiak.jpushover.JPushover
 

H

httpStatus(int) - Method in class de.svenkubiak.jpushover.JPushoverResponse
 

I

isHtml() - Method in class de.svenkubiak.jpushover.JPushover
 
isSuccessful(boolean) - Method in class de.svenkubiak.jpushover.JPushoverResponse
 
isSuccessful() - Method in class de.svenkubiak.jpushover.JPushoverResponse
 

J

JPushover - Class in de.svenkubiak.jpushover
 
JPushover() - Constructor for class de.svenkubiak.jpushover.JPushover
 
JPushoverResponse - Class in de.svenkubiak.jpushover
 
JPushoverResponse() - Constructor for class de.svenkubiak.jpushover.JPushoverResponse
 

P

Priority - Enum in de.svenkubiak.jpushover.enums
 
push() - Method in class de.svenkubiak.jpushover.JPushover
Sends a message to pushover

R

response(String) - Method in class de.svenkubiak.jpushover.JPushoverResponse
 

S

Sound - Enum in de.svenkubiak.jpushover.enums
 

T

toString() - Method in enum de.svenkubiak.jpushover.enums.Constants
 
toString() - Method in enum de.svenkubiak.jpushover.enums.Priority
 
toString() - Method in enum de.svenkubiak.jpushover.enums.Sound
 

V

validate() - Method in class de.svenkubiak.jpushover.JPushover
Sends a validation request to pushover ensuring that the token and user is correct, that there is at least one active device on the account.
valueOf(String) - Static method in enum de.svenkubiak.jpushover.enums.Constants
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.svenkubiak.jpushover.enums.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.svenkubiak.jpushover.enums.Sound
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.svenkubiak.jpushover.enums.Constants
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.svenkubiak.jpushover.enums.Priority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.svenkubiak.jpushover.enums.Sound
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAttachment(File) - Method in class de.svenkubiak.jpushover.JPushover
Add a file attachment to be added to the request
withCallback(String) - Method in class de.svenkubiak.jpushover.JPushover
Callback parameter may be supplied with a publicly-accessible URL that the pushover servers will send a request to when the user has acknowledged your notification.
withDevice(String) - Method in class de.svenkubiak.jpushover.JPushover
Your user's device name to send the message directly to that device, rather than all of the user's devices (optional)
withExpire(String) - Method in class de.svenkubiak.jpushover.JPushover
Specifies how many seconds your notification will continue to be retried for (every retry seconds).
withMessage(String) - Method in class de.svenkubiak.jpushover.JPushover
Your message (required)
withPriority(Priority) - Method in class de.svenkubiak.jpushover.JPushover
Priority of the message based on the @see documentation (optional)
withRetry(String) - Method in class de.svenkubiak.jpushover.JPushover
Specifies how often (in seconds) the Pushover servers will send the same notification to the user.
withSound(Sound) - Method in class de.svenkubiak.jpushover.JPushover
The name of one of the sounds supported by device clients to override the user's default sound choice (optional)
withTimestamp(String) - Method in class de.svenkubiak.jpushover.JPushover
A Unix timestamp of your message's date and time to display to the user, rather than the time your message is received by our API
withTitle(String) - Method in class de.svenkubiak.jpushover.JPushover
Your message's title, otherwise your app's name is used (optional)
withToken(String) - Method in class de.svenkubiak.jpushover.JPushover
Your application's API token (required)
withUrl(String) - Method in class de.svenkubiak.jpushover.JPushover
A supplementary URL to show with your message (optional)
withUrlTitle(String) - Method in class de.svenkubiak.jpushover.JPushover
A title for your supplementary URL, otherwise just the URL is shown
withUser(String) - Method in class de.svenkubiak.jpushover.JPushover
The user/group key (not e-mail address) of your user (or you), viewable when logged into the @see pushover dashboard (required)
B C D E G H I J P R S T V W 
Skip navigation links

Copyright © 2018. All rights reserved.