All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AccountResponse |
AccountResponse - An object containing information about the User's account and balance
|
| AccountResponse.Builder |
|
| Accounts |
|
| AccountType |
AccountType - Account type
|
| AddSenderRequestBuilder |
|
| AddSenderResponse |
|
| AddSenderResponse.Builder |
|
| AuthException |
An exception associated with Authentication or Authorization.
|
| BackoffStrategy |
Exponential Backoff Strategy with Jitter
The duration between consecutive attempts is calculated as follows:
intervalMs = min(maxIntervalMs, initialIntervalMs*(baseFactor^attempts) +/- r)
where baseFactor is the base factor and r a random value between 0 and jitterFactor*intervalMs.
|
| BackoffStrategy.Builder |
|
| BigDecimalString |
|
| BigDecimalString.BigDecimalStringDeserializer |
|
| BigDecimalString.BigDecimalStringSerializer |
|
| BigIntegerString |
|
| BigIntegerString.BigIntegerStringDeserializer |
|
| BigIntegerString.BigIntegerStringSerializer |
|
| CancelledMessage |
CancelledMessage - An object containing information about results of cancelling single message
|
| CancelledMessage.Builder |
|
| CancelMessagesRequest |
|
| CancelMessagesRequest.Builder |
|
| CancelMessagesRequestBuilder |
|
| CancelMessagesResponse |
|
| CancelMessagesResponse.Builder |
|
| Client |
Messaging Gateway GSMService.pl:
This package includes Messaging SDK for JAVA to send SMS & MMS messages directly from your app via https://bramka.gsmservice.pl messaging platform.
|
| Client.AvailableServers |
AvailableServers contains identifiers for the servers available to the SDK.
|
| Client.Builder |
The Builder class allows the configuration of a new instance of the SDK.
|
| Common |
|
| DeleteSenderRequest |
|
| DeleteSenderRequest.Builder |
|
| DeleteSenderRequestBuilder |
|
| DeleteSenderResponse |
|
| DeleteSenderResponse.Builder |
|
| Deserializers |
|
| ErrorResponse |
ErrorResponse - An object that complies with RFC 9457 containing information about a request error
|
| ErrorResponse |
ErrorResponse - An object that complies with RFC 9457 containing information about a request error
|
| ErrorResponse.Builder |
|
| ErrorResponse.Builder |
|
| EventStream<T> |
|
| EventStreamLineReader |
Converts CR-LF, LF, CR to LF
|
| EventStreamMessage |
|
| EventStreamReader |
|
| GetAccountDetailsRequestBuilder |
|
| GetAccountDetailsResponse |
|
| GetAccountDetailsResponse.Builder |
|
| GetIncomingMessagesRequest |
|
| GetIncomingMessagesRequest.Builder |
|
| GetIncomingMessagesRequestBuilder |
|
| GetIncomingMessagesResponse |
|
| GetIncomingMessagesResponse.Builder |
|
| GetMessagesRequest |
|
| GetMessagesRequest.Builder |
|
| GetMessagesRequestBuilder |
|
| GetMessagesResponse |
|
| GetMessagesResponse.Builder |
|
| GetSmsPriceRequestBody |
GetSmsPriceRequestBody - To check the price of a single message or messages with the same content to multiple recipients, pass a single SmsMessage object with the properties of this message using GetSmsPriceRequestBody.of(SmsMessage) method.
|
| GetSmsPriceRequestBody._Deserializer |
|
| GetSmsPriceRequestBuilder |
|
| GetSmsPriceResponse |
|
| GetSmsPriceResponse.Builder |
|
| GetSubaccountDetailsRequest |
|
| GetSubaccountDetailsRequest.Builder |
|
| GetSubaccountDetailsRequestBuilder |
|
| GetSubaccountDetailsResponse |
|
| GetSubaccountDetailsResponse.Builder |
|
| Helpers |
Public helper methods for use by customers and end-users.
|
| Hook |
Holder class for hook-associated types.
|
| Hook.AfterError |
Specifies what happens if a request action throws an Exception.
|
| Hook.AfterErrorContext |
Context for an AfterError hook call.
|
| Hook.AfterErrorContextImpl |
|
| Hook.AfterSuccess |
Specifies how a response is transformed before response processing.
|
| Hook.AfterSuccessContext |
Context for an AfterSuccess hook call.
|
| Hook.AfterSuccessContextImpl |
|
| Hook.BeforeRequest |
Specifies how a request is transformed before sending.
|
| Hook.BeforeRequestContext |
Context for a BeforeRequest hook call.
|
| Hook.BeforeRequestContextImpl |
|
| Hook.HookContext |
Context for a hook call.
|
| Hook.IdempotencyHook |
|
| Hook.SdkInit |
Transforms the HTTPClient before use.
|
| Hook.SdkInitData |
|
| Hooks |
Registers hooks for use at runtime by an end-user or for use by a customer
that may edit the SDKHooks.java file.
|
| Hooks.FailEarlyException |
|
| HTTPClient |
|
| HTTPRequest |
|
| Incoming |
|
| IncomingMessage |
IncomingMessage - An object with the properties of the received message
|
| IncomingMessage.Builder |
|
| JSON |
|
| LazySingletonValue<T> |
|
| ListIncomingMessagesRequest |
|
| ListIncomingMessagesRequest.Builder |
|
| ListIncomingMessagesRequestBuilder |
|
| ListIncomingMessagesResponse |
|
| ListIncomingMessagesResponse.Builder |
|
| ListMessagesRequest |
|
| ListMessagesRequest.Builder |
|
| ListMessagesRequestBuilder |
|
| ListMessagesResponse |
|
| ListMessagesResponse.Builder |
|
| ListSendersRequestBuilder |
|
| ListSendersResponse |
|
| ListSendersResponse.Builder |
|
| Message |
Message - An object defining the properties of a single message
|
| Message.Builder |
|
| MessageType |
MessageType - Message type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay ->SMS 2WAY, SmsType.Mms -> MMS)
|
| OneOfDeserializer<T> |
|
| Options |
|
| Options.Builder |
|
| Options.Option |
|
| Outgoing |
|
| PhoneNumberWithCid |
PhoneNumberWithCid - An object defining the message recipient telephone number with the message's custom identifier assigned by the User
|
| PhoneNumberWithCid.Builder |
|
| PingRequestBuilder |
|
| PingResponse |
PingResponse - 'Ping' response object
|
| PingResponse |
|
| PingResponse.Builder |
|
| PingResponse.Builder |
|
| Price |
Price - An object with the properties and price of a single message
|
| Price.Builder |
|
| QueryParameters |
|
| Recipients |
Recipients - The recipient number or multiple recipients numbers of single message.
|
| Recipients._Deserializer |
|
| RequestBody |
|
| Response |
|
| Retries |
|
| Retries.Builder |
|
| Retries.NonRetryableException |
|
| Retries.RetryableException |
|
| RetryConfig |
|
| RetryConfig.Builder |
|
| RetryConfig.Strategy |
|
| SDKError |
Thrown by a service call when an error response occurs.
|
| SDKHooks |
|
| SDKMethodInterfaces |
|
| SDKMethodInterfaces.MethodCallAddSender |
|
| SDKMethodInterfaces.MethodCallCancelMessages |
|
| SDKMethodInterfaces.MethodCallDeleteSender |
|
| SDKMethodInterfaces.MethodCallGetAccountDetails |
|
| SDKMethodInterfaces.MethodCallGetIncomingMessages |
|
| SDKMethodInterfaces.MethodCallGetMessages |
|
| SDKMethodInterfaces.MethodCallGetSmsPrice |
|
| SDKMethodInterfaces.MethodCallGetSubaccountDetails |
|
| SDKMethodInterfaces.MethodCallListIncomingMessages |
|
| SDKMethodInterfaces.MethodCallListMessages |
|
| SDKMethodInterfaces.MethodCallListSenders |
|
| SDKMethodInterfaces.MethodCallPing |
|
| SDKMethodInterfaces.MethodCallSendSms |
|
| SDKMethodInterfaces.MethodCallSetDefaultSender |
|
| Security |
|
| Security |
|
| Security.Builder |
|
| SecuritySource |
|
| SecuritySource.DefaultSecuritySource |
|
| Sender |
Sender - An object with the properties of the message sender
|
| Sender.Builder |
|
| SenderInput |
SenderInput - An object with the properties of the message sender
|
| SenderInput.Builder |
|
| Senders |
|
| SendSmsRequestBody |
SendSmsRequestBody - To send a single SMS or messages with the same content to multiple recipients, please use SendSmsRequestBody.of(SmsMessage) method with a single SmsMessage object with the properties of this message.
|
| SendSmsRequestBody._Deserializer |
|
| SendSmsRequestBuilder |
|
| SendSmsResponse |
|
| SendSmsResponse.Builder |
|
| SerializedBody |
|
| SetDefaultSenderRequest |
|
| SetDefaultSenderRequest.Builder |
|
| SetDefaultSenderRequestBuilder |
|
| SetDefaultSenderResponse |
|
| SetDefaultSenderResponse.Builder |
|
| Sms |
|
| SmsMessage |
SmsMessage - An object with a new SMS message properties
|
| SmsMessage.Builder |
|
| SmsType |
SmsType - SMS type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay -> SMS 2WAY)
|
| SpeakeasyHTTPClient |
|
| SpeakeasyMetadata |
|
| TypedObject |
|
| TypedObject.Serializer |
|
| Types |
|
| Utils |
|
| Utils.Function<S,T> |
|
| Utils.HttpResponseCached |
|
| Utils.JsonShape |
|
| Utils.TypeReferenceWithShape |
|