Uses of Class
esendex.sdk.java.service.resource.base.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in esendex.sdk.java.service.resource.access
Subclasses of Resource in esendex.sdk.java.service.resource.accessModifier and TypeClassDescriptionclass
This resource is used to provide a simple method of checking if a user�s credentials or session ID are valid to access the Esendex API.class
The Session Constructor resource is used to generate a unique Esendex API session GUID. -
Uses of Resource in esendex.sdk.java.service.resource.base
Subclasses of Resource in esendex.sdk.java.service.resource.baseModifier and TypeClassDescriptionclass
BaseSurveysResource<Q extends Dto>
class
XmlRequesterResource<Q extends Dto>
An XmlRequesterResource is a resource that sends XML data, it does not receive it.class
XmlRequesterResponderResource<Q extends Dto,
S> An XmlRequesterResponderResource is a resource that receives and sends XML dataclass
An XmlResponderResource is a resource that receives XML data it does not send it. -
Uses of Resource in esendex.sdk.java.service.resource.contact
Subclasses of Resource in esendex.sdk.java.service.resource.contactModifier and TypeClassDescriptionclass
This operation will add a new Contact based on the request submitted and return a Contact response.class
This operation will remove an entry from a Users contacts.class
This operation returns a contact response for an individual contact identified by GUID.class
This operation will return a ContactCollection response listing a user's stored contacts in a paged fashion.class
This operation will amend an existing contact. -
Uses of Resource in esendex.sdk.java.service.resource.message
Subclasses of Resource in esendex.sdk.java.service.resource.messageModifier and TypeClassDescriptionclass
This operation will remove an individual message from an Inbox.class
The Message Dispatcher resource can be used to send one or more SMS and Voice messages either straight away or scheduled in the future at a later point.class
This operation will return a paged response of all inbound messages to one Account that the user has permissions to view.class
This operation will return a paged response of all inbound messages to any Account that the user has permissions to view.class
This operation will return a message header response for an individual message.class
This operation will return a paged response of all the sent messages from Accounts that the user has permission to view.class
This operation will mark an individual Inbox Message as having been read or unread. -
Uses of Resource in esendex.sdk.java.service.resource.optout
Subclasses of Resource in esendex.sdk.java.service.resource.optoutModifier and TypeClassDescriptionclass
class
class
-
Uses of Resource in esendex.sdk.java.service.resource.surveys
Subclasses of Resource in esendex.sdk.java.service.resource.surveys