public interface SubscribeFormReader extends FormReader
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FORM_TYPE |
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Integer |
getDigestFrequency()
Gets the minimum number of milliseconds between sending notification digests.
|
default java.util.Date |
getExpiry()
Get the time at which the leased subscription will expire, or has expired.
|
default java.util.List<PresenceState> |
getShowValues()
Gets the
PresenceState for which an entity wants to receive
notifications. |
default boolean |
isDeliverOn()
Determines if an entity wants to receive notifications.
|
default java.lang.Boolean |
isDigestOn()
Determines if notifications should be delivered as aggregations or not.
|
default java.lang.Boolean |
isIncludeBody()
Determines whether the entity wants to receive an XMPP message body in
addition to the payload format.
|
getField, readBoolean, readDate, readFirstValue, readInteger, readStringValues, readValuesstatic final java.lang.String FORM_TYPE
default boolean isDeliverOn()
default java.lang.Boolean isDigestOn()
default java.lang.Integer getDigestFrequency()
default java.util.Date getExpiry()
throws java.text.ParseException
java.text.ParseException - in case the date could not be parsed.default java.lang.Boolean isIncludeBody()
default java.util.List<PresenceState> getShowValues()
PresenceState for which an entity wants to receive
notifications.