- getAccessToken() - Method in class oneapi.model.Authentication
-
Get 'IBSSO' Authentication Access Token
- getAccountBalance() - Method in interface oneapi.client.CustomerProfileClient
-
Get logged user account balance
- getAccountBalance() - Method in class oneapi.client.impl.CustomerProfileClientImpl
-
- getAddress() - Method in class oneapi.model.common.DeliveryInfoList.DeliveryInfo
-
return the address of the recipient (normally MSISDN)
- getAddress() - Method in class oneapi.model.common.Roaming
-
return the MSISDN of the mobile terminal
- getAddress() - Method in class oneapi.model.SMSRequest
-
(mandatory) contains one address for end user ID to send to
- getAddress() - Method in class oneapi.model.USSDRequest
-
- getApiUrl() - Method in class oneapi.config.Configuration
-
Base URL containing host name and port of the OneAPI SMS server
- getAuthentication() - Method in class oneapi.config.Configuration
-
Object containing 'OneAPI' Authentication data
- getBalance() - Method in class oneapi.model.common.AccountBalance
-
- getCallbackData() - Method in class oneapi.model.common.DeliveryReceiptSubscription.CallbackReference
-
return the user data that will be sent along with the callback notification
- getCallbackData() - Method in class oneapi.model.common.DeliveryReportSubscription
-
- getCallbackData() - Method in class oneapi.model.common.InboundSMSMessage
-
- getCallbackData() - Method in class oneapi.model.common.InboundSMSMessageList
-
- getCallbackData() - Method in class oneapi.model.common.MoSubscription
-
- getCallbackData() - Method in class oneapi.model.common.Roaming
-
- getCallbackData() - Method in class oneapi.model.DeliveryInfoNotification
-
- getCallbackData() - Method in class oneapi.model.RoamingNotification
-
- getCallbackData() - Method in class oneapi.model.SMSRequest
-
(optional) will be passed back to the notifyURL location, so you can use it to identify the message the receipt relates to (or any other useful data, such as a function name)
- getCallbackData() - Method in class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
(optional) will be passed back to the notifyURL location, so you can use it to identify the message the delivery receipt relates to (or any other useful data, such as a function name)
- getCallbackData() - Method in class oneapi.model.SubscribeToHLRDeliveryNotificationsRequest
-
- getCallbackData() - Method in class oneapi.model.SubscribeToInboundMessagesRequest
-
(optional) is a function name or other data that you would like included when the POST is sent to your application
- getCallbackReference() - Method in class oneapi.model.common.DeliveryReceiptSubscription
-
get the reference to the inner callbackReference class - the notification URL and user supplied callback data
- getCensoredServingMsc() - Method in class oneapi.model.common.HlrResponseData
-
- getCity() - Method in class oneapi.model.common.CustomerProfile
-
- getClientCorrelator() - Method in class oneapi.model.common.DeliveryInfoList.DeliveryInfo
-
- getClientCorrelator() - Method in class oneapi.model.common.RequestError
-
return the clientCorrelator
- getClientCorrelator() - Method in class oneapi.model.SendMessageResult
-
- getClientCorrelator() - Method in class oneapi.model.SMSRequest
-
(optional) uniquely identifies this create MMS request.
- getClientCorrelator() - Method in class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
(optional) optional) uniquely identifies this subscription request.
- getClientCorrelator() - Method in class oneapi.model.SubscribeToHLRDeliveryNotificationsRequest
-
- getClientCorrelator() - Method in class oneapi.model.SubscribeToInboundMessagesRequest
-
(optional) uniquely identifies this create subscription request.
- getConfiguration() - Method in class oneapi.client.impl.OneAPIBaseClientImpl
-
Get Configuration object
- getContentType() - Method in class oneapi.model.RequestData
-
- getCountryId() - Method in class oneapi.model.common.CustomerProfile
-
- getCriteria() - Method in class oneapi.model.common.DeliveryReportSubscription
-
- getCriteria() - Method in class oneapi.model.common.MoSubscription
-
- getCriteria() - Method in class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
criteria (optional) Text in the message to help you route the notification to a specific application.
- getCriteria() - Method in class oneapi.model.SubscribeToInboundMessagesRequest
-
(optional) is case-insensitve text to match against the first word of the message, ignoring any leading whitespace.
- getCurrency() - Method in class oneapi.model.common.AccountBalance
-
- getCurrencyName() - Method in class oneapi.model.common.Currency
-
- getCurrentRoaming() - Method in class oneapi.model.common.Roaming
-
return the status of the roaming
- getCustomerProfile() - Method in interface oneapi.client.CustomerProfileClient
-
Gets logged user customer profile
- getCustomerProfile() - Method in class oneapi.client.impl.CustomerProfileClientImpl
-
- getCustomerProfileByUserId(int) - Method in interface oneapi.client.CustomerProfileClient
-
Gets customer profile for specific userId
- getCustomerProfileByUserId(int) - Method in class oneapi.client.impl.CustomerProfileClientImpl
-
- getCustomerProfileClient() - Method in class oneapi.client.impl.SMSClient
-
Get Customer Profile client
- getCustomerProfiles() - Method in interface oneapi.client.CustomerProfileClient
-
Gets all users for currently logged user.
- getCustomerProfiles() - Method in class oneapi.client.impl.CustomerProfileClientImpl
-
- getDateTime() - Method in class oneapi.model.common.InboundSMSMessage
-
return the date/time that the SMS message was sent.
- getDateTimeAsDate() - Method in class oneapi.model.common.InboundSMSMessage
-
alternate method to get the message date/time in java.util.Date format
- getDeliveryInfo() - Method in class oneapi.model.common.DeliveryInfoList
-
return the array of deliveryInfo pairs of address/ deliveryStatus
- getDeliveryInfo() - Method in class oneapi.model.DeliveryInfoNotification
-
- getDeliveryNotificationsSubscriptionById(String) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get delivery notifications subscriptions by subscription id
- getDeliveryNotificationsSubscriptionById(String) - Method in interface oneapi.client.SMSMessagingClient
-
Retrieve delivery notifications subscriptions by subscription id
- getDeliveryNotificationsSubscriptions() - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get delivery notifications subscriptions by for the current user
- getDeliveryNotificationsSubscriptions() - Method in interface oneapi.client.SMSMessagingClient
-
Retrieve delivery notifications subscriptions by for the current user
- getDeliveryNotificationsSubscriptionsBySender(String) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get delivery notifications subscriptions by sender address
- getDeliveryNotificationsSubscriptionsBySender(String) - Method in interface oneapi.client.SMSMessagingClient
-
Retrieve delivery notifications subscriptions by sender address
- getDeliveryReportPullListeners() - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Returns Delivery Reports PULL Listeners list
- getDeliveryReportPullListeners() - Method in interface oneapi.client.SMSMessagingClient
-
Returns Delivery Reports Listeners list
- getDeliveryReports(int) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get delivery reports
- getDeliveryReports() - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get delivery reports
- getDeliveryReports(int) - Method in interface oneapi.client.SMSMessagingClient
-
Retrieve delivery reports
- getDeliveryReports() - Method in interface oneapi.client.SMSMessagingClient
-
Retrieve delivery reports
- getDeliveryReports() - Method in class oneapi.model.DeliveryReportList
-
- getDeliveryReportsAsync(int, ResponseListener<DeliveryReportList>) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get delivery reports asynchronously
- getDeliveryReportsAsync(ResponseListener<DeliveryReportList>) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get delivery reports asynchronously
- getDeliveryReportsAsync(int, ResponseListener<DeliveryReportList>) - Method in interface oneapi.client.SMSMessagingClient
-
Get delivery reports asynchronously
- getDeliveryReportsAsync(ResponseListener<DeliveryReportList>) - Method in interface oneapi.client.SMSMessagingClient
-
Get delivery reports asynchronously
- getDeliveryReportsByRequestId(String, int) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get delivery reports by Request Id
- getDeliveryReportsByRequestId(String) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get delivery reports by Request Id
- getDeliveryReportsByRequestId(String, int) - Method in interface oneapi.client.SMSMessagingClient
-
Retrieve delivery reports by Request Id
- getDeliveryReportsByRequestId(String) - Method in interface oneapi.client.SMSMessagingClient
-
Retrieve delivery reports by Request Id
- getDeliveryStatus() - Method in class oneapi.model.common.DeliveryInfoList.DeliveryInfo
-
return the delivery status for this recipient
- getDeliveryStatusNotificationPushListeners() - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Returns Delivery Status Notifications PUSH Listeners list
- getDeliveryStatusNotificationPushListeners() - Method in interface oneapi.client.SMSMessagingClient
-
Returns Delivery Status Notifications PUSH Listeners list
- getDescription() - Method in enum oneapi.model.common.RoamingType
-
- getDescription() - Method in class oneapi.model.MoNumberType
-
- getDestinationAddress() - Method in class oneapi.model.common.HlrResponseData
-
- getDestinationAddress() - Method in class oneapi.model.common.InboundSMSMessage
-
return the recipient MSISDN or other identifying number
- getDestinationAddress() - Method in class oneapi.model.common.MoSubscription
-
- getDestinationAddress() - Method in class oneapi.model.SendMessageResultItem
-
- getDestinationAddress() - Method in class oneapi.model.SubscribeToInboundMessagesRequest
-
(mandatory) is the address/ MSISDN, or code agreed with the operator, to which people may send an SMS to your application
- getDlrRetrievingInterval() - Method in class oneapi.config.Configuration
-
Interval to automatically pool delivery reports in milliseconds
- getDlrStatusPushServerSimulatorPort() - Method in class oneapi.config.Configuration
-
Delivery Notification Status Push server port (default = 3000)
- getDoneDate() - Method in class oneapi.model.common.DeliveryReport
-
- getDoneTime() - Method in class oneapi.model.common.HlrResponseData
-
- getEmail() - Method in class oneapi.model.common.CustomerProfile
-
- getEnumConstants(Class<T>) - Static method in class oneapi.util.EnumUtil
-
Returns enumerations constants defined in specified enumeration class.
- getExceptionType() - Method in class oneapi.model.common.RequestError
-
get the type of the exception
- getExtendedData() - Method in class oneapi.model.common.Roaming
-
- getFax() - Method in class oneapi.model.common.CustomerProfile
-
- getForename() - Method in class oneapi.model.common.CustomerProfile
-
- getFormParams() - Method in class oneapi.model.RequestData
-
- getGsm() - Method in class oneapi.model.common.CustomerProfile
-
- getGsmErrorCode() - Method in class oneapi.model.common.HlrResponseData
-
- getHLRClient() - Method in class oneapi.client.impl.SMSClient
-
Get HLR client
- getHLRDeliveryNotificationsSubscriptionsById(String) - Method in interface oneapi.client.HLRClient
-
Get HLR delivery notifications subscriptions by subscription id
- getHLRDeliveryNotificationsSubscriptionsById(String) - Method in class oneapi.client.impl.HLRClientImpl
-
Get HLR delivery notifications subscriptions by subscription id
- getHLRPushNotificationListeners() - Method in interface oneapi.client.HLRClient
-
Returns HLR Notifications PUSH Listeners list
- getHLRPushNotificationListeners() - Method in class oneapi.client.impl.HLRClientImpl
-
Returns HLR Notifications PUSH Listeners list
- getHlrPushServerSimulatorPort() - Method in class oneapi.config.Configuration
-
HLR Notifications Push server port (default = 3002)
- getHttpResponseCode() - Method in class oneapi.model.common.RequestError
-
get the HTTP response code
- getIbAuthCookie() - Method in class oneapi.model.common.LoginResponse
-
- getIbssoToken() - Method in class oneapi.model.Authentication
-
Get 'IBBSSO' Token
- getId() - Method in class oneapi.model.common.Currency
-
- getId() - Method in class oneapi.model.common.CustomerProfile
-
- getId() - Method in class oneapi.model.MoNumberType
-
- getIdFromResourceUrl(String) - Method in class oneapi.client.impl.OneAPIBaseClientImpl
-
Extract Id from resource url
- getImsi() - Method in class oneapi.model.common.HlrResponseData
-
- getInboundMessagePullListeners() - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Returns INBOUND Message PULL Listeners list
- getInboundMessagePullListeners() - Method in interface oneapi.client.SMSMessagingClient
-
Returns INBOUND Message Listeners list
- getInboundMessagePushListeners() - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Returns INBOUND Message Notifications PUSH Listeners list
- getInboundMessagePushListeners() - Method in interface oneapi.client.SMSMessagingClient
-
Returns INBOUND Message Notifications PUSH Listeners list
- getInboundMessages() - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get SMS messages sent to your Web application over OneAPI using default 'maxBatchSize' = 100
- getInboundMessages(int) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get SMS messages sent to your Web application over OneAPI
- getInboundMessages() - Method in interface oneapi.client.SMSMessagingClient
-
Retrieve SMS messages sent to your Web application over OneAPI
- getInboundMessages(int) - Method in interface oneapi.client.SMSMessagingClient
-
Retrieve SMS messages sent to your Web application
- getInboundMessagesAsync(ResponseListener<InboundSMSMessageList>) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get asynchronously SMS messages sent to your Web application over OneAPI
- getInboundMessagesAsync(int, ResponseListener<InboundSMSMessageList>) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get asynchronously SMS messages sent to your Web application over OneAPI
- getInboundMessagesAsync(ResponseListener<InboundSMSMessageList>) - Method in interface oneapi.client.SMSMessagingClient
-
Get asynchronously SMS messages sent to your Web application over OneAPI
- getInboundMessagesAsync(int, ResponseListener<InboundSMSMessageList>) - Method in interface oneapi.client.SMSMessagingClient
-
Get asynchronously SMS messages sent to your Web application over OneAPI
- getInboundMessagesNotificationsSubscriptions(int, int) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get inbound messages notifications subscriptions for the current user
- getInboundMessagesNotificationsSubscriptions() - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get inbound messages notifications subscriptions for the current user
- getInboundMessagesNotificationsSubscriptions(int, int) - Method in interface oneapi.client.SMSMessagingClient
-
Retrieve inbound messages notifications subscriptions for the current user
- getInboundMessagesNotificationsSubscriptions() - Method in interface oneapi.client.SMSMessagingClient
-
Retrieve inbound messages notifications subscriptions for the current user (Default values are used: page=1, pageSize=10)
- getInboundMessagesPushServerSimulatorPort() - Method in class oneapi.config.Configuration
-
Inbound Messages Notifications Push server port (default = 3001)
- getInboundMessagesRetrievingInterval() - Method in class oneapi.config.Configuration
-
Interval to automatically pool inbounds messages in milliseconds
- getInboundSMSMessage() - Method in class oneapi.model.common.InboundSMSMessageList
-
return the inboundSMSMessage array
- getIsNumberCorrect() - Method in class oneapi.model.common.HlrResponseData
-
- getIsNumberPorted() - Method in class oneapi.model.common.HlrResponseData
-
- getLanguage() - Method in class oneapi.model.SMSRequest
-
(optional) if using Turkish, Spanish or Portuguese language.
- getLanguageCode() - Method in class oneapi.model.Language
-
Get language code
- getList() - Method in class oneapi.util.EnumUtil.EnumMapper
-
- getMcc() - Method in class oneapi.model.common.HlrResponseData
-
- getMcc() - Method in class oneapi.model.common.Roaming.ServingMccMnc
-
return mobile country code
- getMccMnc() - Method in class oneapi.model.common.HlrResponseData
-
- getMessage() - Method in class oneapi.model.common.InboundSMSMessage
-
return the SMS message body
- getMessage() - Method in class oneapi.model.SMSRequest
-
(mandatory) contains the message text to send
- getMessage() - Method in class oneapi.model.USSDRequest
-
- getMessageId() - Method in exception oneapi.exception.RequestException
-
- getMessageId() - Method in class oneapi.model.common.DeliveryInfoList.DeliveryInfo
-
- getMessageId() - Method in class oneapi.model.common.DeliveryReport
-
- getMessageId() - Method in class oneapi.model.common.InboundSMSMessage
-
return the unique messageId for the message
- getMessageId() - Method in class oneapi.model.common.PolicyException
-
return the distinctive error message identifier
- getMessageId() - Method in class oneapi.model.common.ServiceException
-
return the distinctive error message identifier
- getMessageId() - Method in class oneapi.model.SendMessageResultItem
-
- getMessageStatus() - Method in class oneapi.model.SendMessageResultItem
-
- getMnc() - Method in class oneapi.model.common.HlrResponseData
-
- getMnc() - Method in class oneapi.model.common.Roaming.ServingMccMnc
-
return mobile network code
- getMoNumberTypes() - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Get MO Number Types
- getMoNumberTypes() - Method in interface oneapi.client.SMSMessagingClient
-
Get MO Number Types
- getMoResponseKey() - Method in class oneapi.model.common.InboundSMSMessage
-
- getMoSessionId() - Method in class oneapi.model.common.InboundSMSMessage
-
- getMsn() - Method in class oneapi.model.common.CustomerProfile
-
- getNotificationFormat() - Method in class oneapi.model.common.MoSubscription
-
- getNotificationFormat() - Method in class oneapi.model.SubscribeToInboundMessagesRequest
-
(optional) is the content type that notifications will be sent in Đ for OneAPI v1.0 only JSON is supported
- getNotifyURL() - Method in class oneapi.model.common.DeliveryReceiptSubscription.CallbackReference
-
return the URL of the page / service to send the notification to
- getNotifyUrl() - Method in class oneapi.model.common.DeliveryReportSubscription
-
- getNotifyURL() - Method in class oneapi.model.common.MoSubscription
-
- getNotifyURL() - Method in class oneapi.model.SMSRequest
-
(optional) is the URL to which you would like a notification of delivery sent
- getNotifyURL() - Method in class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
(mandatory) is the URL to which you would like a notification of delivery sent
- getNotifyURL() - Method in class oneapi.model.SubscribeToHLRDeliveryNotificationsRequest
-
- getNotifyURL() - Method in class oneapi.model.SubscribeToInboundMessagesRequest
-
(mandatory) is the URL to which you would like a notification of message receipts sent
- getNoType() - Method in class oneapi.model.MoNumberType
-
- getNumberInRoaming() - Method in class oneapi.model.common.HlrResponseData
-
- getNumberOfMessagesInThisBatch() - Method in class oneapi.model.common.InboundSMSMessageList
-
return the number of messages returned for this batch
- getOriginalCountryCode() - Method in class oneapi.model.common.HlrResponseData
-
- getOriginalCountryName() - Method in class oneapi.model.common.HlrResponseData
-
- getOriginalCountryPrefix() - Method in class oneapi.model.common.HlrResponseData
-
- getOriginalNetworkName() - Method in class oneapi.model.common.HlrResponseData
-
- getOriginalNetworkPrefix() - Method in class oneapi.model.common.HlrResponseData
-
- getOriginalNetworkServiceProviderId() - Method in class oneapi.model.common.HlrResponseData
-
- getOriginalNetworkServiceProviderName() - Method in class oneapi.model.common.HlrResponseData
-
- getPassword() - Method in class oneapi.model.Authentication
-
Get Authentication password
- getPassword() - Method in class oneapi.model.LoginRequest
-
- getPolicyException() - Method in class oneapi.model.common.RequestError
-
return the policyException instance
- getPortedCountryCode() - Method in class oneapi.model.common.HlrResponseData
-
- getPortedCountryName() - Method in class oneapi.model.common.HlrResponseData
-
- getPortedCountryPrefix() - Method in class oneapi.model.common.HlrResponseData
-
- getPortedNetworkName() - Method in class oneapi.model.common.HlrResponseData
-
- getPortedNetworkPrefix() - Method in class oneapi.model.common.HlrResponseData
-
- getPortedNetworkServiceProviderId() - Method in class oneapi.model.common.HlrResponseData
-
- getPortedNetworkServiceProviderName() - Method in class oneapi.model.common.HlrResponseData
-
- getPrice() - Method in class oneapi.model.common.InboundSMSMessage
-
- getPricePerMessage() - Method in class oneapi.model.common.HlrResponseData
-
- getPrimaryLanguageId() - Method in class oneapi.model.common.CustomerProfile
-
- getRequestMethod() - Method in class oneapi.model.RequestData
-
- getResourcePath() - Method in class oneapi.model.RequestData
-
- getResourceReference() - Method in class oneapi.model.common.ResourceReferenceWrapper
-
- getResourceReference() - Method in class oneapi.model.SendMessageResult
-
- getResourceURL() - Method in class oneapi.model.common.DeliveryInfoList
-
return resourceURL containing a URL uniquely identifying this DeliveryInfoList request
- getResourceURL() - Method in class oneapi.model.common.DeliveryReceiptSubscription
-
return resourceURL - a URL uniquely identifying this SMS delivery receipt subscription
- getResourceURL() - Method in class oneapi.model.common.InboundSMSMessage
-
return resourceURL containing a URL uniquely identifying this SMS message
- getResourceURL() - Method in class oneapi.model.common.InboundSMSMessageList
-
return resourceURL containing a URL uniquely identifying this MMS message
list
- getResourceURL() - Method in class oneapi.model.common.ResourceReference
-
return a URL uniquely identifying a successful OneAPI server request
- getResourceURL() - Method in class oneapi.model.common.Roaming
-
return the url
- getResponseCode() - Method in exception oneapi.exception.RequestException
-
- getRetrievalStatus() - Method in class oneapi.model.common.Roaming
-
- getRoaming() - Method in class oneapi.model.RoamingNotification
-
- getRoamingCountryCode() - Method in class oneapi.model.common.HlrResponseData
-
- getRoamingCountryName() - Method in class oneapi.model.common.HlrResponseData
-
- getRoamingCountryPrefix() - Method in class oneapi.model.common.HlrResponseData
-
- getRoamingMcc() - Method in class oneapi.model.common.HlrResponseData
-
- getRoamingMccMnc() - Method in class oneapi.model.common.HlrResponseData
-
- getRoamingMnc() - Method in class oneapi.model.common.HlrResponseData
-
- getRoamingNetworkName() - Method in class oneapi.model.common.HlrResponseData
-
- getRoamingNetworkPrefix() - Method in class oneapi.model.common.HlrResponseData
-
- getRoamingNetworkServiceProviderId() - Method in class oneapi.model.common.HlrResponseData
-
- getRoamingNetworkServiceProviderName() - Method in class oneapi.model.common.HlrResponseData
-
- getRootElement() - Method in class oneapi.model.RequestData
-
- getSecondaryLanguageId() - Method in class oneapi.model.common.CustomerProfile
-
- getSenderAddress() - Method in class oneapi.model.common.DeliveryReportSubscription
-
- getSenderAddress() - Method in class oneapi.model.common.InboundSMSMessage
-
return the sender MSISDN or other identifying number
- getSenderAddress() - Method in class oneapi.model.SendMessageResultItem
-
- getSenderAddress() - Method in class oneapi.model.SMSRequest
-
(mandatory) is the address to whom a responding SMS may be sent
- getSenderAddress() - Method in class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
(mandatory) is the address from which SMS messages are being sent.
- getSenderName() - Method in class oneapi.model.SMSRequest
-
(optional) is the name to appear on the user's terminal as the sender of the message
- getSendMessageResults() - Method in class oneapi.model.SendMessageResult
-
- getSentDate() - Method in class oneapi.model.common.DeliveryReport
-
- getServiceException() - Method in class oneapi.model.common.RequestError
-
return the serviceException instance
- getServingHlr() - Method in class oneapi.model.common.HlrResponseData
-
- getServingMccMnc() - Method in class oneapi.model.common.Roaming
-
return the location details for a successful terminal location request
- getServingMsc() - Method in class oneapi.model.common.HlrResponseData
-
- getSkype() - Method in class oneapi.model.common.CustomerProfile
-
- getSMSMessagingClient() - Method in class oneapi.client.impl.SMSClient
-
Get SMS Messaging client
- getStatus() - Method in class oneapi.model.common.DeliveryReport
-
- getStatusId() - Method in class oneapi.model.common.HlrResponseData
-
- getStreet() - Method in class oneapi.model.common.CustomerProfile
-
- getSubmitTime() - Method in class oneapi.model.common.HlrResponseData
-
- getSubscriptionId() - Method in class oneapi.model.common.DeliveryReportSubscription
-
- getSubscriptionId() - Method in class oneapi.model.common.MoSubscription
-
- getSurname() - Method in class oneapi.model.common.CustomerProfile
-
- getSymbol() - Method in class oneapi.model.common.Currency
-
- getTelephone() - Method in class oneapi.model.common.CustomerProfile
-
- getText() - Method in class oneapi.model.common.PolicyException
-
return the textual representation of the error
- getText() - Method in class oneapi.model.common.ServiceException
-
return the textual representation of the error
- getTimezoneId() - Method in class oneapi.model.common.CustomerProfile
-
- getTotalNumberOfPendingMessages() - Method in class oneapi.model.common.InboundSMSMessageList
-
return the totalNumberOfPendingMessages awaiting retrieval from gateway
storage
- getType() - Method in class oneapi.model.Authentication
-
Get Authentication type
- getUsername() - Method in class oneapi.model.Authentication
-
Get 'Basic' Authentication user name
- getUsername() - Method in class oneapi.model.common.CustomerProfile
-
- getUsername() - Method in class oneapi.model.LoginRequest
-
- getUSSDClient() - Method in class oneapi.client.impl.SMSClient
-
Get USSD client
- getValue() - Method in interface oneapi.util.EnumUtil.IEnumIntValue
-
- getVariables() - Method in class oneapi.model.common.PolicyException
-
return any instance specific error variables
- getVariables() - Method in class oneapi.model.common.ServiceException
-
return any instance specific error variables
- getVersionOneAPISMS() - Method in class oneapi.config.Configuration
-
Version of OneAPI SMS you are accessing (the default is the latest version supported by that server)
- getZipCode() - Method in class oneapi.model.common.CustomerProfile
-
- save() - Method in class oneapi.config.Configuration
-
Save data to the configuration file
- sendMessage(String, String) - Method in class oneapi.client.impl.USSDClientImpl
-
Send an USSD over OneAPI to one mobile terminal '
- sendMessage(String, String) - Method in interface oneapi.client.USSDClient
-
Send an USSD over OneAPI to one mobile terminal
- SendMessageResult - Class in oneapi.model
-
- SendMessageResult() - Constructor for class oneapi.model.SendMessageResult
-
- SendMessageResultItem - Class in oneapi.model
-
- SendMessageResultItem() - Constructor for class oneapi.model.SendMessageResultItem
-
- sendSMS(SMSRequest) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Send an SMS over OneAPI to one or more mobile terminals using the customized 'SMSRequest' object
- sendSMS(SMSRequest) - Method in interface oneapi.client.SMSMessagingClient
-
Send an SMS to one or more mobile terminals using the customized 'SMSRequest' object
- sendSMSAsync(SMSRequest, ResponseListener<SendMessageResult>) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Send an SMS asynchronously over OneAPI to one or more mobile terminals using the customized 'SMSRequest' object
- sendSMSAsync(SMSRequest, ResponseListener<SendMessageResult>) - Method in interface oneapi.client.SMSMessagingClient
-
Send an SMS asynchronously over OneAPI to one or more mobile terminals using the customized 'SMSRequest' object
- SERVICEEXCEPTION - Static variable in class oneapi.model.common.RequestError
-
internally used to indicate the type of exception being stored is a ServiceException
- ServiceException - Class in oneapi.model.common
-
specific error case indicated by the OneAPI server as a Service Exception
- ServiceException() - Constructor for class oneapi.model.common.ServiceException
-
default constructor
- ServiceException(String, String, String[]) - Constructor for class oneapi.model.common.ServiceException
-
utility constructor to create a ServiceException object with all fields set
- ServingMccMnc(String, String) - Constructor for class oneapi.model.common.Roaming.ServingMccMnc
-
utility constructor to create a Roaming.ServingMccMnc object with all fields set
- setAccessToken(String) - Method in class oneapi.model.Authentication
-
Set 'IBSSO' Authentication Access Token
- setAddress(String) - Method in class oneapi.model.common.DeliveryInfoList.DeliveryInfo
-
set the recipient address.
- setAddress(String) - Method in class oneapi.model.common.Roaming
-
set the MSISDN of the mobile terminal.
- setAddress(String[]) - Method in class oneapi.model.SMSRequest
-
(mandatory) contains one address for end user ID to send to
- setAddress(String) - Method in class oneapi.model.USSDRequest
-
- setApiUrl(String) - Method in class oneapi.config.Configuration
-
Base URL containing host name and port of the OneAPI SMS server
- setAuthentication(Authentication) - Method in class oneapi.config.Configuration
-
Object containing 'OneAPI' Authentication data
- setBalance(BigDecimal) - Method in class oneapi.model.common.AccountBalance
-
- setCallbackData(String) - Method in class oneapi.model.common.DeliveryReceiptSubscription.CallbackReference
-
set the user data field that will be sent along with the callback notification
- setCallbackData(String) - Method in class oneapi.model.common.DeliveryReportSubscription
-
- setCallbackData(String) - Method in class oneapi.model.common.InboundSMSMessage
-
- setCallbackData(String) - Method in class oneapi.model.common.InboundSMSMessageList
-
- setCallbackData(String) - Method in class oneapi.model.common.MoSubscription
-
- setCallbackData(String) - Method in class oneapi.model.common.Roaming
-
- setCallbackData(String) - Method in class oneapi.model.DeliveryInfoNotification
-
- setCallbackData(String) - Method in class oneapi.model.RoamingNotification
-
- setCallbackData(String) - Method in class oneapi.model.SMSRequest
-
(optional) will be passed back to the notifyURL location, so you can use it to identify the message the receipt relates to (or any other useful data, such as a function name)
- setCallbackData(String) - Method in class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
(optional) will be passed back to the notifyURL location, so you can use it to identify the message the delivery receipt relates to (or any other useful data, such as a function name)
- setCallbackData(String) - Method in class oneapi.model.SubscribeToHLRDeliveryNotificationsRequest
-
- setCallbackData(String) - Method in class oneapi.model.SubscribeToInboundMessagesRequest
-
(optional) is a function name or other data that you would like included when the POST is sent to your application
- setCallbackReference(DeliveryReceiptSubscription.CallbackReference) - Method in class oneapi.model.common.DeliveryReceiptSubscription
-
set the reference to the inner callbackReference class.
- setCensoredServingMsc(String) - Method in class oneapi.model.common.HlrResponseData
-
- setCity(String) - Method in class oneapi.model.common.CustomerProfile
-
- setClientCorrelator(String) - Method in class oneapi.model.common.DeliveryInfoList.DeliveryInfo
-
- setClientCorrelator(String) - Method in class oneapi.model.SendMessageResult
-
- setClientCorrelator(String) - Method in class oneapi.model.SMSRequest
-
(optional) uniquely identifies this create MMS request.
- setClientCorrelator(String) - Method in class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
(optional) optional) uniquely identifies this subscription request.
- setClientCorrelator(String) - Method in class oneapi.model.SubscribeToHLRDeliveryNotificationsRequest
-
- setClientCorrelator(String) - Method in class oneapi.model.SubscribeToInboundMessagesRequest
-
(optional) uniquely identifies this create subscription request.
- setContentType(String) - Method in class oneapi.model.RequestData
-
- setCountryId(Integer) - Method in class oneapi.model.common.CustomerProfile
-
- setCriteria(String) - Method in class oneapi.model.common.DeliveryReportSubscription
-
- setCriteria(String) - Method in class oneapi.model.common.MoSubscription
-
- setCriteria(String) - Method in class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
criteria (optional) Text in the message to help you route the notification to a specific application.
- setCriteria(String) - Method in class oneapi.model.SubscribeToInboundMessagesRequest
-
(optional) is case-insensitve text to match against the first word of the message, ignoring any leading whitespace.
- setCurrency(Currency) - Method in class oneapi.model.common.AccountBalance
-
- setCurrencyName(String) - Method in class oneapi.model.common.Currency
-
- setCurrentRoaming(String) - Method in class oneapi.model.common.Roaming
-
set the status of the roaming.
- setCurrentRoaming(HlrResponseData) - Method in class oneapi.model.common.Roaming
-
- setDateTime(Date) - Method in class oneapi.model.common.InboundSMSMessage
-
set the date/time that the SMS message was sent.
- setDeliveryInfo(List<DeliveryInfoList.DeliveryInfo>) - Method in class oneapi.model.common.DeliveryInfoList
-
set the array of deliveryInfo pairs of address/ deliveryStatus.
- setDeliveryInfo(DeliveryInfoList.DeliveryInfo) - Method in class oneapi.model.DeliveryInfoNotification
-
- setDeliveryReports(DeliveryReport[]) - Method in class oneapi.model.DeliveryReportList
-
- setDeliveryStatus(String) - Method in class oneapi.model.common.DeliveryInfoList.DeliveryInfo
-
set the deliveryStatus.
- setDescription(String) - Method in class oneapi.model.MoNumberType
-
- setDestinationAddress(String) - Method in class oneapi.model.common.HlrResponseData
-
- setDestinationAddress(String) - Method in class oneapi.model.common.InboundSMSMessage
-
set the recipient MSISDN or other identifying number.
- setDestinationAddress(String) - Method in class oneapi.model.common.MoSubscription
-
- setDestinationAddress(String) - Method in class oneapi.model.SendMessageResultItem
-
- setDestinationAddress(String) - Method in class oneapi.model.SubscribeToInboundMessagesRequest
-
(mandatory) is the address/ MSISDN, or code agreed with the operator, to which people may send an SMS to your application
- setDlrRetrievingInterval(int) - Method in class oneapi.config.Configuration
-
Interval to automatically pool delivery reports in milliseconds
- setDlrStatusPushServerSimulatorPort(int) - Method in class oneapi.config.Configuration
-
Delivery Notification Status Push server port (default = 3000)
- setDoneDate(Date) - Method in class oneapi.model.common.DeliveryReport
-
- setDoneTime(Date) - Method in class oneapi.model.common.HlrResponseData
-
- setEmail(String) - Method in class oneapi.model.common.CustomerProfile
-
- setEnabled(boolean) - Method in class oneapi.model.common.CustomerProfile
-
- setExceptionType(int) - Method in class oneapi.model.common.RequestError
-
set the type of the exception
- setExtendedData(HlrResponseData) - Method in class oneapi.model.common.Roaming
-
- setFax(String) - Method in class oneapi.model.common.CustomerProfile
-
- setForename(String) - Method in class oneapi.model.common.CustomerProfile
-
- setFormParams(Object) - Method in class oneapi.model.RequestData
-
- setGsm(String) - Method in class oneapi.model.common.CustomerProfile
-
- setGsmErrorCode(int) - Method in class oneapi.model.common.HlrResponseData
-
- setHlrPushServerSimulatorPort(int) - Method in class oneapi.config.Configuration
-
HLR Notifications Push server port (default = 3002)
- setHttpResponseCode(int) - Method in class oneapi.model.common.RequestError
-
set the HTTP response code
- setIbAuthCookie(String) - Method in class oneapi.model.common.LoginResponse
-
- setIbssoToken(String) - Method in class oneapi.model.Authentication
-
Set 'IBBSSO' Token
- setId(int) - Method in class oneapi.model.common.Currency
-
- setId(int) - Method in class oneapi.model.common.CustomerProfile
-
- setId(int) - Method in class oneapi.model.MoNumberType
-
- setImsi(String) - Method in class oneapi.model.common.HlrResponseData
-
- setInboundMessagesPushServerSimulatorPort(int) - Method in class oneapi.config.Configuration
-
Inbound Messages Notifications Push server port (default = 3001)
- setInboundMessagesRetrievingInterval(int) - Method in class oneapi.config.Configuration
-
Interval to automatically pool inbounds messages in milliseconds
- setInboundSMSMessage(InboundSMSMessage[]) - Method in class oneapi.model.common.InboundSMSMessageList
-
set the inboundSMSMessage array.
- setIsNumberCorrect(Boolean) - Method in class oneapi.model.common.HlrResponseData
-
- setIsNumberPorted(Boolean) - Method in class oneapi.model.common.HlrResponseData
-
- setLanguage(Language) - Method in class oneapi.model.SMSRequest
-
(optional) is NLI information
- setLanguageCode(LanguageCode) - Method in class oneapi.model.Language
-
Set language code
- setMcc(String) - Method in class oneapi.model.common.HlrResponseData
-
- setMcc(String) - Method in class oneapi.model.common.Roaming.ServingMccMnc
-
set mobile country code.
- setMccMnc(String) - Method in class oneapi.model.common.HlrResponseData
-
- setMessage(String) - Method in class oneapi.model.common.InboundSMSMessage
-
set the SMS message body.
- setMessage(String) - Method in class oneapi.model.SMSRequest
-
(mandatory) contains the message text to send
- setMessage(String) - Method in class oneapi.model.USSDRequest
-
- setMessageId(String) - Method in class oneapi.model.common.DeliveryInfoList.DeliveryInfo
-
- setMessageId(String) - Method in class oneapi.model.common.DeliveryReport
-
- setMessageId(String) - Method in class oneapi.model.common.InboundSMSMessage
-
set the unique messageId for the SMS message.
- setMessageId(String) - Method in class oneapi.model.common.PolicyException
-
set the distinctive error message identifier.
- setMessageId(String) - Method in class oneapi.model.common.ServiceException
-
set the distinctive error message identifier.
- setMessageId(String) - Method in class oneapi.model.SendMessageResultItem
-
- setMessageStatus(String) - Method in class oneapi.model.SendMessageResultItem
-
- setMnc(String) - Method in class oneapi.model.common.HlrResponseData
-
- setMnc(String) - Method in class oneapi.model.common.Roaming.ServingMccMnc
-
set mobile network code.
- setMoResponseKey(String) - Method in class oneapi.model.common.InboundSMSMessage
-
- setMoSessionId(int) - Method in class oneapi.model.common.InboundSMSMessage
-
- setMsn(String) - Method in class oneapi.model.common.CustomerProfile
-
- setNotificationFormat(String) - Method in class oneapi.model.common.MoSubscription
-
- setNotificationFormat(String) - Method in class oneapi.model.SubscribeToInboundMessagesRequest
-
(optional) is the content type that notifications will be sent in Đ for OneAPI v1.0 only JSON is supported
- setNotifyURL(String) - Method in class oneapi.model.common.DeliveryReceiptSubscription.CallbackReference
-
set the URL for the page / service to send the notification to
- setNotifyUrl(String) - Method in class oneapi.model.common.DeliveryReportSubscription
-
- setNotifyURL(String) - Method in class oneapi.model.common.MoSubscription
-
- setNotifyURL(String) - Method in class oneapi.model.SMSRequest
-
(optional) is the URL to which you would like a notification of delivery sent
- setNotifyURL(String) - Method in class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
(mandatory) is the URL to which you would like a notification of delivery sent
- setNotifyURL(String) - Method in class oneapi.model.SubscribeToHLRDeliveryNotificationsRequest
-
- setNotifyURL(String) - Method in class oneapi.model.SubscribeToInboundMessagesRequest
-
(mandatory) is the URL to which you would like a notification of message receipts sent
- setNoType(String) - Method in class oneapi.model.MoNumberType
-
- setNumberInRoaming(Boolean) - Method in class oneapi.model.common.HlrResponseData
-
- setNumberOfMessagesInThisBatch(Integer) - Method in class oneapi.model.common.InboundSMSMessageList
-
set the number of messages returned for this batch.
- setOriginalCountryCode(String) - Method in class oneapi.model.common.HlrResponseData
-
- setOriginalCountryName(String) - Method in class oneapi.model.common.HlrResponseData
-
- setOriginalCountryPrefix(String) - Method in class oneapi.model.common.HlrResponseData
-
- setOriginalNetworkName(String) - Method in class oneapi.model.common.HlrResponseData
-
- setOriginalNetworkPrefix(String) - Method in class oneapi.model.common.HlrResponseData
-
- setOriginalNetworkServiceProviderId(Integer) - Method in class oneapi.model.common.HlrResponseData
-
- setOriginalNetworkServiceProviderName(String) - Method in class oneapi.model.common.HlrResponseData
-
- setPassword(String) - Method in class oneapi.model.Authentication
-
Set Authentication password
- setPassword(String) - Method in class oneapi.model.LoginRequest
-
- setPolicyException(PolicyException) - Method in class oneapi.model.common.RequestError
-
set the policyException instance
- setPortedCountryCode(String) - Method in class oneapi.model.common.HlrResponseData
-
- setPortedCountryName(String) - Method in class oneapi.model.common.HlrResponseData
-
- setPortedCountryPrefix(String) - Method in class oneapi.model.common.HlrResponseData
-
- setPortedNetworkName(String) - Method in class oneapi.model.common.HlrResponseData
-
- setPortedNetworkPrefix(String) - Method in class oneapi.model.common.HlrResponseData
-
- setPortedNetworkServiceProviderId(Integer) - Method in class oneapi.model.common.HlrResponseData
-
- setPortedNetworkServiceProviderName(String) - Method in class oneapi.model.common.HlrResponseData
-
- setPrice(double) - Method in class oneapi.model.common.InboundSMSMessage
-
- setPricePerMessage(Double) - Method in class oneapi.model.common.HlrResponseData
-
- setPrimaryLanguageId(Integer) - Method in class oneapi.model.common.CustomerProfile
-
- setRequestMethod(RequestData.Method) - Method in class oneapi.model.RequestData
-
- setResourcePath(String) - Method in class oneapi.model.RequestData
-
- setResourceReference(ResourceReference) - Method in class oneapi.model.common.ResourceReferenceWrapper
-
- setResourceReference(ResourceReference) - Method in class oneapi.model.SendMessageResult
-
- setResourceURL(String) - Method in class oneapi.model.common.DeliveryInfoList
-
set resourceURL containing a URL uniquely identifying this DeliveryInfoList request.
- setResourceURL(String) - Method in class oneapi.model.common.DeliveryReceiptSubscription
-
set resourceURL, the URL uniquely identifying a successful request to subscribe to SMS delivery receipt subscriptions.
- setResourceURL(String) - Method in class oneapi.model.common.InboundSMSMessage
-
set resourceURL containing a URL uniquely identifying this SMS message.
- setResourceURL(String) - Method in class oneapi.model.common.InboundSMSMessageList
-
set resourceURL containing a URL uniquely identifying this MMS message
list.
- setResourceURL(String) - Method in class oneapi.model.common.ResourceReference
-
set a URL uniquely identifying a successful OneAPI server request.
- setResourceURL(String) - Method in class oneapi.model.common.Roaming
-
set the url
- setRetrievalStatus(String) - Method in class oneapi.model.common.Roaming
-
- setRoaming(Roaming) - Method in class oneapi.model.RoamingNotification
-
- setRoamingCountryCode(String) - Method in class oneapi.model.common.HlrResponseData
-
- setRoamingCountryName(String) - Method in class oneapi.model.common.HlrResponseData
-
- setRoamingCountryPrefix(String) - Method in class oneapi.model.common.HlrResponseData
-
- setRoamingMcc(String) - Method in class oneapi.model.common.HlrResponseData
-
- setRoamingMccMnc(String) - Method in class oneapi.model.common.HlrResponseData
-
- setRoamingMnc(String) - Method in class oneapi.model.common.HlrResponseData
-
- setRoamingNetworkName(String) - Method in class oneapi.model.common.HlrResponseData
-
- setRoamingNetworkPrefix(String) - Method in class oneapi.model.common.HlrResponseData
-
- setRoamingNetworkServiceProviderId(Integer) - Method in class oneapi.model.common.HlrResponseData
-
- setRoamingNetworkServiceProviderName(String) - Method in class oneapi.model.common.HlrResponseData
-
- setRootElement(String) - Method in class oneapi.model.RequestData
-
- setSecondaryLanguageId(Integer) - Method in class oneapi.model.common.CustomerProfile
-
- setSenderAddress(String) - Method in class oneapi.model.common.DeliveryReportSubscription
-
- setSenderAddress(String) - Method in class oneapi.model.common.InboundSMSMessage
-
set the sender MSISDN or other identifying number.
- setSenderAddress(String) - Method in class oneapi.model.SendMessageResultItem
-
- setSenderAddress(String) - Method in class oneapi.model.SMSRequest
-
(mandatory) is the address to whom a responding SMS may be sent
- setSenderAddress(String) - Method in class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
(mandatory) is the address from which SMS messages are being sent.
- setSenderName(String) - Method in class oneapi.model.SMSRequest
-
(optional) is the name to appear on the user's terminal as the sender of the message
- setSendMessageResults(SendMessageResultItem[]) - Method in class oneapi.model.SendMessageResult
-
- setSentDate(Date) - Method in class oneapi.model.common.DeliveryReport
-
- setServiceException(ServiceException) - Method in class oneapi.model.common.RequestError
-
set the serviceException instance
- setServingHlr(String) - Method in class oneapi.model.common.HlrResponseData
-
- setServingMccMnc(Roaming.ServingMccMnc) - Method in class oneapi.model.common.Roaming
-
set the location details for a successful terminal location request.
- setServingMccMnc(String) - Method in class oneapi.model.common.Roaming
-
set the location details for a successful terminal location request parsed from IB format.
- setServingMsc(String) - Method in class oneapi.model.common.HlrResponseData
-
- setSkype(String) - Method in class oneapi.model.common.CustomerProfile
-
- setStatus(String) - Method in class oneapi.model.common.DeliveryReport
-
- setStatusId(int) - Method in class oneapi.model.common.HlrResponseData
-
- setStopSession(Boolean) - Method in class oneapi.model.USSDRequest
-
- setStreet(String) - Method in class oneapi.model.common.CustomerProfile
-
- setSubmitTime(Date) - Method in class oneapi.model.common.HlrResponseData
-
- setSubscriptionId(String) - Method in class oneapi.model.common.DeliveryReportSubscription
-
- setSubscriptionId(String) - Method in class oneapi.model.common.MoSubscription
-
- setSurname(String) - Method in class oneapi.model.common.CustomerProfile
-
- setSymbol(String) - Method in class oneapi.model.common.Currency
-
- setTelephone(String) - Method in class oneapi.model.common.CustomerProfile
-
- setText(String) - Method in class oneapi.model.common.PolicyException
-
set the textual representation of the error.
- setText(String) - Method in class oneapi.model.common.ServiceException
-
set the textual representation of the error.
- setTimezoneId(Integer) - Method in class oneapi.model.common.CustomerProfile
-
- setTotalNumberOfPendingMessages(Integer) - Method in class oneapi.model.common.InboundSMSMessageList
-
set the totalNumberOfPendingMessages awaiting retrieval from gateway
storage.
- setType(Authentication.AuthType) - Method in class oneapi.model.Authentication
-
Set Authentication type
- setUseLockingShift(boolean) - Method in class oneapi.model.Language
-
Set use locking shift
- setUsername(String) - Method in class oneapi.model.Authentication
-
Set Authentication user name
- setUsername(String) - Method in class oneapi.model.common.CustomerProfile
-
- setUsername(String) - Method in class oneapi.model.LoginRequest
-
- setUseSingleShift(boolean) - Method in class oneapi.model.Language
-
Set use single shift
- setVariables(String[]) - Method in class oneapi.model.common.PolicyException
-
set any instance specific error variables.
- setVariables(String[]) - Method in class oneapi.model.common.ServiceException
-
set any instance specific error variables.
- setVerified(boolean) - Method in class oneapi.model.common.LoginResponse
-
- setVersionOneAPISMS(String) - Method in class oneapi.config.Configuration
-
Version of OneAPI SMS you are accessing (the default is the latest version supported by that server)
- setZipCode(String) - Method in class oneapi.model.common.CustomerProfile
-
- SMSClient - Class in oneapi.client.impl
-
- SMSClient(Configuration) - Constructor for class oneapi.client.impl.SMSClient
-
Initialize SMS client using specified 'configuration' parameter
- SMSMessagingClient - Interface in oneapi.client
-
- SMSMessagingClientImpl - Class in oneapi.client.impl
-
- SMSMessagingClientImpl(Configuration) - Constructor for class oneapi.client.impl.SMSMessagingClientImpl
-
- SMSRequest - Class in oneapi.model
-
- SMSRequest() - Constructor for class oneapi.model.SMSRequest
-
- SMSRequest(String, String, String...) - Constructor for class oneapi.model.SMSRequest
-
Initialize SMS object using mandatory parameters
- SMSRequest(String, String, String, String, String, String, String...) - Constructor for class oneapi.model.SMSRequest
-
Initialize SMS object using mandatory parameters
- start() - Method in class oneapi.pushserver.PushServerSimulator
-
- start(long, SMSMessagingClientImpl) - Method in class oneapi.retriever.DeliveryReportRetriever
-
- start(long, SMSMessagingClientImpl) - Method in class oneapi.retriever.InboundMessageRetriever
-
- stop() - Method in class oneapi.pushserver.PushServerSimulator
-
- stop() - Method in class oneapi.retriever.DeliveryReportRetriever
-
- stop() - Method in class oneapi.retriever.InboundMessageRetriever
-
- stopSession(String, String) - Method in class oneapi.client.impl.USSDClientImpl
-
Stop USSD session
- stopSession(String, String) - Method in interface oneapi.client.USSDClient
-
Stop USSD session
- SubscribeToDeliveryNotificationsRequest - Class in oneapi.model
-
- SubscribeToDeliveryNotificationsRequest() - Constructor for class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
- SubscribeToDeliveryNotificationsRequest(String) - Constructor for class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
- SubscribeToDeliveryNotificationsRequest(String, String) - Constructor for class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
Start subscribing to delivery status notifications over OneAPI for all your sent SMS
- SubscribeToDeliveryNotificationsRequest(String, String, String, String, String) - Constructor for class oneapi.model.SubscribeToDeliveryNotificationsRequest
-
Start subscribing to delivery status notifications over OneAPI for all your sent SMS
- subscribeToDeliveryStatusNotifications(SubscribeToDeliveryNotificationsRequest) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Start subscribing to delivery status notifications over OneAPI for all your sent SMS
- subscribeToDeliveryStatusNotifications(SubscribeToDeliveryNotificationsRequest) - Method in interface oneapi.client.SMSMessagingClient
-
Start subscribing to delivery status notifications over OneAPI for all your sent SMS
- subscribeToHLRDeliveryNotifications(SubscribeToHLRDeliveryNotificationsRequest) - Method in interface oneapi.client.HLRClient
-
Start subscribing to HLR delivery notifications over OneAPI
- subscribeToHLRDeliveryNotifications(SubscribeToHLRDeliveryNotificationsRequest) - Method in class oneapi.client.impl.HLRClientImpl
-
Start subscribing to HLR delivery notifications over OneAPI
- SubscribeToHLRDeliveryNotificationsRequest - Class in oneapi.model
-
- SubscribeToHLRDeliveryNotificationsRequest() - Constructor for class oneapi.model.SubscribeToHLRDeliveryNotificationsRequest
-
- SubscribeToHLRDeliveryNotificationsRequest(String) - Constructor for class oneapi.model.SubscribeToHLRDeliveryNotificationsRequest
-
- SubscribeToHLRDeliveryNotificationsRequest(String, String, String) - Constructor for class oneapi.model.SubscribeToHLRDeliveryNotificationsRequest
-
- subscribeToInboundMessagesNotifications(SubscribeToInboundMessagesRequest) - Method in class oneapi.client.impl.SMSMessagingClientImpl
-
Start subscribing to notifications of SMS messages sent to your application over OneAPI
- subscribeToInboundMessagesNotifications(SubscribeToInboundMessagesRequest) - Method in interface oneapi.client.SMSMessagingClient
-
Start subscribing to notifications of SMS messages sent to your application over OneAPI
- SubscribeToInboundMessagesRequest - Class in oneapi.model
-
- SubscribeToInboundMessagesRequest() - Constructor for class oneapi.model.SubscribeToInboundMessagesRequest
-
- SubscribeToInboundMessagesRequest(String) - Constructor for class oneapi.model.SubscribeToInboundMessagesRequest
-
- SubscribeToInboundMessagesRequest(String, String) - Constructor for class oneapi.model.SubscribeToInboundMessagesRequest
-
Start subscribing to notifications of SMS messages sent to your application
- SubscribeToInboundMessagesRequest(String, String, String, String, String, String) - Constructor for class oneapi.model.SubscribeToInboundMessagesRequest
-
Start subscribing to notifications of SMS messages sent to your application