A B C D E F G H I J L M N O P Q R S T U V W _ 
All Classes All Packages

A

accountResponse() - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
The request was processed successfully
accountResponse() - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
The request was processed successfully
accountResponse(Optional<? extends AccountResponse>) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse.Builder
The request was processed successfully
accountResponse(Optional<? extends AccountResponse>) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse.Builder
The request was processed successfully
accountResponse(AccountResponse) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse.Builder
The request was processed successfully
accountResponse(AccountResponse) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse.Builder
The request was processed successfully
AccountResponse - Class in pl.gsmservice.gateway.models.components
AccountResponse - An object containing information about the User's account and balance
AccountResponse() - Constructor for class pl.gsmservice.gateway.models.components.AccountResponse
 
AccountResponse(Optional<String>, Optional<? extends AccountType>, Optional<Float>, Optional<Float>, JsonNullable<Float>, Optional<String>, Optional<String>, Optional<Boolean>) - Constructor for class pl.gsmservice.gateway.models.components.AccountResponse
 
AccountResponse.Builder - Class in pl.gsmservice.gateway.models.components
 
accounts() - Method in class pl.gsmservice.gateway.Client
 
Accounts - Class in pl.gsmservice.gateway
 
accountType() - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Account type
accountType(Optional<? extends AccountType>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
Account type
accountType(AccountType) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
Account type
AccountType - Enum in pl.gsmservice.gateway.models.components
AccountType - Account type
action(Callable<HttpResponse<InputStream>>) - Method in class pl.gsmservice.gateway.utils.Retries.Builder
Sets the HTTP callback to be retried.
add() - Method in class pl.gsmservice.gateway.Senders
Add a new sender name

Define a new allowed sender on your account.
add(SenderInput) - Method in class pl.gsmservice.gateway.Senders
Add a new sender name

Define a new allowed sender on your account.
add(SenderInput, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallAddSender
 
add(SenderInput, Optional<Options>) - Method in class pl.gsmservice.gateway.Senders
Add a new sender name

Define a new allowed sender on your account.
addHeader(String, String) - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
addHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
addQueryParam(String, String) - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
addQueryParam(NameValuePair) - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
addQueryParams(Collection<NameValuePair>) - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
AddSenderRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
AddSenderRequestBuilder(SDKMethodInterfaces.MethodCallAddSender) - Constructor for class pl.gsmservice.gateway.models.operations.AddSenderRequestBuilder
 
AddSenderResponse - Class in pl.gsmservice.gateway.models.operations
 
AddSenderResponse(String, int, HttpResponse<InputStream>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.AddSenderResponse
 
AddSenderResponse(String, int, HttpResponse<InputStream>, Optional<? extends Sender>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.AddSenderResponse
 
AddSenderResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
afterError(Hook.AfterErrorContext, Optional<HttpResponse<InputStream>>, Optional<Exception>) - Method in interface pl.gsmservice.gateway.utils.Hook.AfterError
Either returns an HttpResponse or throws an Exception.
afterError(Hook.AfterErrorContext, Optional<HttpResponse<InputStream>>, Optional<Exception>) - Method in class pl.gsmservice.gateway.utils.Hooks
 
AfterErrorContextImpl(String, Optional<List<String>>, Optional<SecuritySource>) - Constructor for class pl.gsmservice.gateway.utils.Hook.AfterErrorContextImpl
 
afterSuccess(Hook.AfterSuccessContext, HttpResponse<InputStream>) - Method in interface pl.gsmservice.gateway.utils.Hook.AfterSuccess
Transforms the given response before response processing occurs.
afterSuccess(Hook.AfterSuccessContext, HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.utils.Hooks
 
AfterSuccessContextImpl(String, Optional<List<String>>, Optional<SecuritySource>) - Constructor for class pl.gsmservice.gateway.utils.Hook.AfterSuccessContextImpl
 
allowIntrospection(Class<?>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
apply(S) - Method in interface pl.gsmservice.gateway.utils.Utils.Function
 
applyMatchPreferences(List<OneOfDeserializer.Match<T>>, String) - Static method in class pl.gsmservice.gateway.utils.OneOfDeserializer
 
ARRAY - pl.gsmservice.gateway.utils.Types
 
asType(EventStreamMessage, ObjectMapper, TypeReference<T>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
attachments() - Method in class pl.gsmservice.gateway.models.components.MmsMessage
Attachments for the message.
attachments(Optional<? extends Attachments>) - Method in class pl.gsmservice.gateway.models.components.MmsMessage.Builder
Attachments for the message.
attachments(Attachments) - Method in class pl.gsmservice.gateway.models.components.MmsMessage.Builder
Attachments for the message.
Attachments - Class in pl.gsmservice.gateway.models.components
Attachments - Attachments for the message.
Attachments._Deserializer - Class in pl.gsmservice.gateway.models.components
 
AuthException - Exception in pl.gsmservice.gateway.models.errors
An exception associated with Authentication or Authorization.
AuthException(int, String) - Constructor for exception pl.gsmservice.gateway.models.errors.AuthException
 
AuthException(String) - Constructor for exception pl.gsmservice.gateway.models.errors.AuthException
 

B

backoff() - Method in class pl.gsmservice.gateway.utils.RetryConfig
 
backoff() - Method in class pl.gsmservice.gateway.utils.RetryConfig.Builder
Selects the default backoff retry strategy.
backoff(BackoffStrategy) - Method in class pl.gsmservice.gateway.utils.RetryConfig.Builder
Selects and configures the backoff retry strategy.
BACKOFF - pl.gsmservice.gateway.utils.RetryConfig.Strategy
 
BackoffStrategy - Class in pl.gsmservice.gateway.utils
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 - Class in pl.gsmservice.gateway.utils
 
baseFactor() - Method in class pl.gsmservice.gateway.utils.BackoffStrategy
 
baseFactor(double) - Method in class pl.gsmservice.gateway.utils.BackoffStrategy.Builder
Sets the backoff base factor.
baseUrl() - Method in class pl.gsmservice.gateway.utils.Hook.SdkInitData
 
bearer() - Method in class pl.gsmservice.gateway.models.components.Security
 
bearer(String) - Method in class pl.gsmservice.gateway.Client.Builder
Configures the SDK security to use the provided secret.
bearer(String) - Method in class pl.gsmservice.gateway.models.components.Security.Builder
 
bearer(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.Security.Builder
 
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in interface pl.gsmservice.gateway.utils.Hook.BeforeRequest
Transforms the given HttpRequest before sending.
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in class pl.gsmservice.gateway.utils.Hook.IdempotencyHook
 
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in class pl.gsmservice.gateway.utils.Hooks
 
BeforeRequestContextImpl(String, Optional<List<String>>, Optional<SecuritySource>) - Constructor for class pl.gsmservice.gateway.utils.Hook.BeforeRequestContextImpl
 
BigDecimalString - Class in pl.gsmservice.gateway.utils
 
BigDecimalString(String) - Constructor for class pl.gsmservice.gateway.utils.BigDecimalString
 
BigDecimalString(BigDecimal) - Constructor for class pl.gsmservice.gateway.utils.BigDecimalString
 
BigDecimalString.BigDecimalStringDeserializer - Class in pl.gsmservice.gateway.utils
 
BigDecimalString.BigDecimalStringSerializer - Class in pl.gsmservice.gateway.utils
 
BigDecimalStringDeserializer() - Constructor for class pl.gsmservice.gateway.utils.BigDecimalString.BigDecimalStringDeserializer
 
BigDecimalStringDeserializer(Class<BigDecimalString>) - Constructor for class pl.gsmservice.gateway.utils.BigDecimalString.BigDecimalStringDeserializer
 
BigDecimalStringSerializer() - Constructor for class pl.gsmservice.gateway.utils.BigDecimalString.BigDecimalStringSerializer
 
BigDecimalStringSerializer(Class<BigDecimalString>) - Constructor for class pl.gsmservice.gateway.utils.BigDecimalString.BigDecimalStringSerializer
 
BigIntegerString - Class in pl.gsmservice.gateway.utils
 
BigIntegerString(String) - Constructor for class pl.gsmservice.gateway.utils.BigIntegerString
 
BigIntegerString(BigInteger) - Constructor for class pl.gsmservice.gateway.utils.BigIntegerString
 
BigIntegerString.BigIntegerStringDeserializer - Class in pl.gsmservice.gateway.utils
 
BigIntegerString.BigIntegerStringSerializer - Class in pl.gsmservice.gateway.utils
 
BigIntegerStringDeserializer() - Constructor for class pl.gsmservice.gateway.utils.BigIntegerString.BigIntegerStringDeserializer
 
BigIntegerStringDeserializer(Class<BigIntegerString>) - Constructor for class pl.gsmservice.gateway.utils.BigIntegerString.BigIntegerStringDeserializer
 
BigIntegerStringSerializer() - Constructor for class pl.gsmservice.gateway.utils.BigIntegerString.BigIntegerStringSerializer
 
BigIntegerStringSerializer(Class<BigIntegerString>) - Constructor for class pl.gsmservice.gateway.utils.BigIntegerString.BigIntegerStringSerializer
 
body() - Method in exception pl.gsmservice.gateway.models.errors.SDKError
 
body() - Method in class pl.gsmservice.gateway.utils.SerializedBody
 
body() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
bodyAsBytes() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
bodyAsUtf8() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
BOOLEAN_STRICT - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 
build() - Method in class pl.gsmservice.gateway.Client.Builder
Builds a new instance of the SDK.
build() - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.components.CancelledMessage.Builder
 
build() - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
 
build() - Method in class pl.gsmservice.gateway.models.components.Message.Builder
 
build() - Method in class pl.gsmservice.gateway.models.components.MmsMessage.Builder
 
build() - Method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid.Builder
 
build() - Method in class pl.gsmservice.gateway.models.components.PingResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.components.Price.Builder
 
build() - Method in class pl.gsmservice.gateway.models.components.Security.Builder
 
build() - Method in class pl.gsmservice.gateway.models.components.Sender.Builder
 
build() - Method in class pl.gsmservice.gateway.models.components.SenderInput.Builder
 
build() - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
 
build() - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesRequest.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderRequest.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequest.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesRequest.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequest.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.PingResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequest.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.utils.BackoffStrategy.Builder
 
build() - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
build() - Method in class pl.gsmservice.gateway.utils.Options.Builder
 
build() - Method in class pl.gsmservice.gateway.utils.Retries.Builder
 
build() - Method in class pl.gsmservice.gateway.utils.RetryConfig.Builder
 
builder() - Static method in class pl.gsmservice.gateway.Client
Get a new instance of the SDK builder to configure a new instance of the SDK.
builder() - Static method in class pl.gsmservice.gateway.models.components.AccountResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.components.CancelledMessage
 
builder() - Static method in class pl.gsmservice.gateway.models.components.ErrorResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.components.IncomingMessage
 
builder() - Static method in class pl.gsmservice.gateway.models.components.Message
 
builder() - Static method in class pl.gsmservice.gateway.models.components.MmsMessage
 
builder() - Static method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid
 
builder() - Static method in class pl.gsmservice.gateway.models.components.PingResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.components.Price
 
builder() - Static method in class pl.gsmservice.gateway.models.components.Security
 
builder() - Static method in class pl.gsmservice.gateway.models.components.Sender
 
builder() - Static method in class pl.gsmservice.gateway.models.components.SenderInput
 
builder() - Static method in class pl.gsmservice.gateway.models.components.SmsMessage
 
builder() - Static method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.CancelMessagesRequest
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.DeleteSenderRequest
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequest
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.GetMessagesRequest
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequest
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.PingResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequest
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
 
builder() - Static method in class pl.gsmservice.gateway.utils.BackoffStrategy
 
builder() - Static method in class pl.gsmservice.gateway.utils.Options
 
builder() - Static method in class pl.gsmservice.gateway.utils.Retries
 
builder() - Static method in class pl.gsmservice.gateway.utils.RetryConfig
 
bytesToLowerCaseHex(byte[]) - Static method in class pl.gsmservice.gateway.utils.Utils
 

C

cache(HttpResponse<InputStream>) - Static method in class pl.gsmservice.gateway.utils.Utils
Fully reads the body of the given response and caches it in memory.
call() - Method in class pl.gsmservice.gateway.models.operations.AddSenderRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.ListSendersRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.PingRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.SendMmsRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.SendSmsRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequestBuilder
 
CancelledMessage - Class in pl.gsmservice.gateway.models.components
CancelledMessage - An object containing information about results of cancelling single message
CancelledMessage() - Constructor for class pl.gsmservice.gateway.models.components.CancelledMessage
 
CancelledMessage(Optional<Long>, Optional<Long>, JsonNullable<? extends ErrorResponse>) - Constructor for class pl.gsmservice.gateway.models.components.CancelledMessage
 
CancelledMessage.Builder - Class in pl.gsmservice.gateway.models.components
 
cancelledMessages() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
The request was processed successfully.
cancelledMessages(List<CancelledMessage>) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse.Builder
The request was processed successfully.
cancelledMessages(Optional<? extends List<CancelledMessage>>) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse.Builder
The request was processed successfully.
CancelMessagesRequest - Class in pl.gsmservice.gateway.models.operations
 
CancelMessagesRequest(List<Long>) - Constructor for class pl.gsmservice.gateway.models.operations.CancelMessagesRequest
 
CancelMessagesRequest.Builder - Class in pl.gsmservice.gateway.models.operations
 
CancelMessagesRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
CancelMessagesRequestBuilder(SDKMethodInterfaces.MethodCallCancelMessages) - Constructor for class pl.gsmservice.gateway.models.operations.CancelMessagesRequestBuilder
 
CancelMessagesResponse - Class in pl.gsmservice.gateway.models.operations
 
CancelMessagesResponse(String, int, HttpResponse<InputStream>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
 
CancelMessagesResponse(String, int, HttpResponse<InputStream>, Optional<? extends List<CancelledMessage>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
 
CancelMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
cancelScheduled() - Method in class pl.gsmservice.gateway.Outgoing
Cancel a scheduled messages

Cancel messages using their ids which were scheduled to be sent at a specific time.
cancelScheduled(List<Long>) - Method in class pl.gsmservice.gateway.Outgoing
Cancel a scheduled messages

Cancel messages using their ids which were scheduled to be sent at a specific time.
cancelScheduled(List<Long>, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallCancelMessages
 
cancelScheduled(List<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.Outgoing
Cancel a scheduled messages

Cancel messages using their ids which were scheduled to be sent at a specific time.
checkArgument(boolean, String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
checkNotNull(T, String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
cid() - Method in class pl.gsmservice.gateway.models.components.Message
Custom message ID assigned by the User
cid() - Method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid
Custom message ID assigned by the User
cid() - Method in class pl.gsmservice.gateway.models.components.Price
Custom message ID assigned by the User
cid(String) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Custom message ID assigned by the User
cid(String) - Method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid.Builder
Custom message ID assigned by the User
cid(String) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
Custom message ID assigned by the User
cid(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid.Builder
Custom message ID assigned by the User
cid(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Custom message ID assigned by the User
cid(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
Custom message ID assigned by the User
client() - Method in class pl.gsmservice.gateway.utils.Hook.SdkInitData
 
client(HTTPClient) - Method in class pl.gsmservice.gateway.Client.Builder
Allows the default HTTP client to be overridden with a custom implementation.
Client - Class in pl.gsmservice.gateway
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 - Enum in pl.gsmservice.gateway
AvailableServers contains identifiers for the servers available to the SDK.
Client.Builder - Class in pl.gsmservice.gateway
The Builder class allows the configuration of a new instance of the SDK.
close() - Method in class pl.gsmservice.gateway.utils.EventStream
 
close() - Method in class pl.gsmservice.gateway.utils.EventStreamLineReader
 
close() - Method in class pl.gsmservice.gateway.utils.EventStreamReader
 
code() - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry
code() - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry
code() - Method in exception pl.gsmservice.gateway.models.errors.SDKError
 
code(String) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry
code(String) - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry
code(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry
code(Optional<String>) - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry
common() - Method in class pl.gsmservice.gateway.Client
 
Common - Class in pl.gsmservice.gateway
 
configureSecurity(HTTPRequest, Object) - Static method in class pl.gsmservice.gateway.utils.Security
 
configureSecurity(HTTPRequest, Object) - Static method in class pl.gsmservice.gateway.utils.Utils
 
contentType() - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.PingResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
HTTP response content type for this operation
contentType() - Method in interface pl.gsmservice.gateway.utils.Response
Returns the value of the Content-Type header.
contentType() - Method in class pl.gsmservice.gateway.utils.SerializedBody
 
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.PingResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse.Builder
HTTP response content type for this operation
contentTypeMatches(String, String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
convertToShape(Object, Utils.JsonShape, TypeReference<?>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
convertToStringShape(TypeFactory, JavaType) - Static method in class pl.gsmservice.gateway.utils.Utils
 
copy(HttpRequest) - Static method in class pl.gsmservice.gateway.utils.Helpers
Returns an HttpRequest.Builder which is initialized with the state of the given HttpRequest.
copy(HttpRequest) - Static method in class pl.gsmservice.gateway.utils.Utils
Returns an HttpRequest.Builder which is initialized with the state of the given HttpRequest.
copy(HttpRequest, BiPredicate<String, String>) - Static method in class pl.gsmservice.gateway.utils.Helpers
Returns an HttpRequest.Builder which is initialized with the state of the given HttpRequest.
copy(HttpRequest, BiPredicate<String, String>) - Static method in class pl.gsmservice.gateway.utils.Utils
Returns an HttpRequest.Builder which is initialized with the state of the given HttpRequest.
credit() - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Current account balance
credit(float) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
Current account balance
credit(Optional<Float>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
Current account balance
currency() - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Account currency
currency(String) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
Account currency
currency(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
Account currency

D

data() - Method in class pl.gsmservice.gateway.utils.EventStreamMessage
 
date() - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Date and time of message receipt in ISO 8601 format
date() - Method in class pl.gsmservice.gateway.models.components.MmsMessage
Scheduled future date and time of sending the message (in ISO 8601 format).
date() - Method in class pl.gsmservice.gateway.models.components.SmsMessage
Scheduled future date and time of sending the message (in ISO 8601 format).
date(OffsetDateTime) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Date and time of message receipt in ISO 8601 format
date(OffsetDateTime) - Method in class pl.gsmservice.gateway.models.components.MmsMessage.Builder
Scheduled future date and time of sending the message (in ISO 8601 format).
date(OffsetDateTime) - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
Scheduled future date and time of sending the message (in ISO 8601 format).
date(Optional<OffsetDateTime>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Date and time of message receipt in ISO 8601 format
date(JsonNullable<OffsetDateTime>) - Method in class pl.gsmservice.gateway.models.components.MmsMessage.Builder
Scheduled future date and time of sending the message (in ISO 8601 format).
date(JsonNullable<OffsetDateTime>) - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
Scheduled future date and time of sending the message (in ISO 8601 format).
dedicatedNumber() - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Dedicated Mobile Originated service number (if the message was received on this number)
dedicatedNumber(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Dedicated Mobile Originated service number (if the message was received on this number)
dedicatedNumber(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Dedicated Mobile Originated service number (if the message was received on this number)
dedicatedPrefix() - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Dedicated Mobile Originated service prefix (if the message was received on this number with such prefix)
dedicatedPrefix(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Dedicated Mobile Originated service prefix (if the message was received on this number with such prefix)
dedicatedPrefix(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Dedicated Mobile Originated service prefix (if the message was received on this number with such prefix)
DEFAULT - pl.gsmservice.gateway.utils.Utils.JsonShape
 
DEFAULT - Static variable in interface pl.gsmservice.gateway.utils.Hook.AfterError
The default action is to rethrow the given error.
DEFAULT - Static variable in interface pl.gsmservice.gateway.utils.Hook.AfterSuccess
The default action is to return the response untouched.
DEFAULT - Static variable in interface pl.gsmservice.gateway.utils.Hook.BeforeRequest
The default action is to return the request untouched.
DEFAULT - Static variable in interface pl.gsmservice.gateway.utils.Hook.SdkInit
The default action is to return the client untouched.
DefaultSecuritySource(Security) - Constructor for class pl.gsmservice.gateway.SecuritySource.DefaultSecuritySource
 
delete() - Method in class pl.gsmservice.gateway.Senders
Delete a sender name

Removes defined sender name from your account.
delete(String) - Method in class pl.gsmservice.gateway.Senders
Delete a sender name

Removes defined sender name from your account.
delete(String, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallDeleteSender
 
delete(String, Optional<Options>) - Method in class pl.gsmservice.gateway.Senders
Delete a sender name

Removes defined sender name from your account.
DeleteSenderRequest - Class in pl.gsmservice.gateway.models.operations
 
DeleteSenderRequest(String) - Constructor for class pl.gsmservice.gateway.models.operations.DeleteSenderRequest
 
DeleteSenderRequest.Builder - Class in pl.gsmservice.gateway.models.operations
 
DeleteSenderRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
DeleteSenderRequestBuilder(SDKMethodInterfaces.MethodCallDeleteSender) - Constructor for class pl.gsmservice.gateway.models.operations.DeleteSenderRequestBuilder
 
DeleteSenderResponse - Class in pl.gsmservice.gateway.models.operations
 
DeleteSenderResponse(String, int, HttpResponse<InputStream>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
 
DeleteSenderResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
description() - Method in class pl.gsmservice.gateway.models.components.SenderInput
Description of the purpose of the sender name (required when adding new sender name)
description(String) - Method in class pl.gsmservice.gateway.models.components.SenderInput.Builder
Description of the purpose of the sender name (required when adding new sender name)
deserialize(JsonParser, DeserializationContext) - Method in class pl.gsmservice.gateway.utils.BigDecimalString.BigDecimalStringDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class pl.gsmservice.gateway.utils.BigIntegerString.BigIntegerStringDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class pl.gsmservice.gateway.utils.OneOfDeserializer
 
Deserializers - Class in pl.gsmservice.gateway.utils
 
Deserializers() - Constructor for class pl.gsmservice.gateway.utils.Deserializers
 
detail() - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
A human-readable explanation specific to this occurrence of the problem
detail() - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
A human-readable explanation specific to this occurrence of the problem
detail(String) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
A human-readable explanation specific to this occurrence of the problem
detail(String) - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
A human-readable explanation specific to this occurrence of the problem
detail(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
A human-readable explanation specific to this occurrence of the problem
detail(Optional<String>) - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
A human-readable explanation specific to this occurrence of the problem
discriminatorToString(Object) - Static method in class pl.gsmservice.gateway.utils.Utils
 
DOUBLE_STRICT - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 

E

emptyMapIfNull(Map<K, V>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
enable() - Method in class pl.gsmservice.gateway.utils.RetryConfig.Builder
Enables the selected strategy.
enable(boolean) - Method in class pl.gsmservice.gateway.utils.RetryConfig.Builder
Enables or disables the selected strategy.
ENUM - pl.gsmservice.gateway.utils.Types
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.Attachments
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.Message
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.MmsMessage
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.PingResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.Price
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.Recipients
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.Security
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.Sender
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.SenderInput
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
 
equals(Object) - Method in class pl.gsmservice.gateway.models.components.SmsMessageRecipients
 
equals(Object) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
 
equals(Object) - Method in exception pl.gsmservice.gateway.models.errors.SDKError
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesRequest
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderRequest
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequest
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesRequest
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBody
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBody
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequest
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.PingResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.SendMmsRequestBody
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.SendSmsRequestBody
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequest
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.utils.BigDecimalString
 
equals(Object) - Method in class pl.gsmservice.gateway.utils.BigIntegerString
 
error() - Method in class pl.gsmservice.gateway.models.components.CancelledMessage
An object that complies with RFC 9457 containing information about a request error
error() - Method in class pl.gsmservice.gateway.models.components.Price
Information about a possible error
error(String) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
Information about a possible error
error(JsonNullable<? extends ErrorResponse>) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage.Builder
An object that complies with RFC 9457 containing information about a request error
error(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
Information about a possible error
error(ErrorResponse) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage.Builder
An object that complies with RFC 9457 containing information about a request error
ErrorResponse - Class in pl.gsmservice.gateway.models.components
ErrorResponse - An object that complies with RFC 9457 containing information about a request error
ErrorResponse - Exception in pl.gsmservice.gateway.models.errors
ErrorResponse - An object that complies with RFC 9457 containing information about a request error
ErrorResponse() - Constructor for class pl.gsmservice.gateway.models.components.ErrorResponse
 
ErrorResponse() - Constructor for exception pl.gsmservice.gateway.models.errors.ErrorResponse
 
ErrorResponse(Optional<String>, Optional<Long>, Optional<String>, Optional<String>, Optional<String>, Optional<String>) - Constructor for class pl.gsmservice.gateway.models.components.ErrorResponse
 
ErrorResponse(Optional<String>, Optional<Long>, Optional<String>, Optional<String>, Optional<String>, Optional<String>) - Constructor for exception pl.gsmservice.gateway.models.errors.ErrorResponse
 
ErrorResponse.Builder - Class in pl.gsmservice.gateway.models.components
 
ErrorResponse.Builder - Class in pl.gsmservice.gateway.models.errors
 
event() - Method in class pl.gsmservice.gateway.utils.EventStreamMessage
 
EventStream<T> - Class in pl.gsmservice.gateway.utils
 
EventStream(InputStream, TypeReference<T>, ObjectMapper) - Constructor for class pl.gsmservice.gateway.utils.EventStream
 
EventStreamLineReader - Class in pl.gsmservice.gateway.utils
Converts CR-LF, LF, CR to LF
EventStreamLineReader(Reader) - Constructor for class pl.gsmservice.gateway.utils.EventStreamLineReader
 
EventStreamMessage - Class in pl.gsmservice.gateway.utils
 
EventStreamMessage(Optional<String>, Optional<String>, Optional<Integer>, String) - Constructor for class pl.gsmservice.gateway.utils.EventStreamMessage
 
EventStreamReader - Class in pl.gsmservice.gateway.utils
 
EventStreamReader(InputStream) - Constructor for class pl.gsmservice.gateway.utils.EventStreamReader
 
exception() - Method in exception pl.gsmservice.gateway.utils.Retries.NonRetryableException
 
exponent() - Method in class pl.gsmservice.gateway.utils.BackoffStrategy
Deprecated.
exponent(double) - Method in class pl.gsmservice.gateway.utils.BackoffStrategy.Builder
extractByteArrayFromBody(HttpResponse<InputStream>) - Static method in class pl.gsmservice.gateway.utils.Utils
 

F

FailEarlyException(Exception) - Constructor for exception pl.gsmservice.gateway.utils.Hooks.FailEarlyException
 
flash() - Method in class pl.gsmservice.gateway.models.components.Message
Was the message sent with class 0 (FLASH)?
flash() - Method in class pl.gsmservice.gateway.models.components.Price
Was the message sent with class 0 (FLASH)?
flash() - Method in class pl.gsmservice.gateway.models.components.SmsMessage
Should the message to be sent with class 0 (FLASH)?
flash(boolean) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Was the message sent with class 0 (FLASH)?
flash(boolean) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
Was the message sent with class 0 (FLASH)?
flash(boolean) - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
Should the message to be sent with class 0 (FLASH)?
flash(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Was the message sent with class 0 (FLASH)?
flash(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
Was the message sent with class 0 (FLASH)?
flash(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
Should the message to be sent with class 0 (FLASH)?
FLOAT_STRICT - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 

G

generateURL(Class<T>, String, String, Optional<? extends T>, Map<String, Map<String, Map<String, Object>>>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
generateURL(Class<T>, String, String, JsonNullable<? extends T>, Map<String, Map<String, Map<String, Object>>>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
generateURL(Class<T>, String, String, T, Map<String, Map<String, Map<String, Object>>>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
generateURL(String, String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
get() - Method in class pl.gsmservice.gateway.Accounts
Get account details

Get current account balance and other details of your account.
get(Optional<Options>) - Method in class pl.gsmservice.gateway.Accounts
Get account details

Get current account balance and other details of your account.
get(Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallGetAccountDetails
 
GetAccountDetailsRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
GetAccountDetailsRequestBuilder(SDKMethodInterfaces.MethodCallGetAccountDetails) - Constructor for class pl.gsmservice.gateway.models.operations.GetAccountDetailsRequestBuilder
 
GetAccountDetailsResponse - Class in pl.gsmservice.gateway.models.operations
 
GetAccountDetailsResponse(String, int, HttpResponse<InputStream>) - Constructor for class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
 
GetAccountDetailsResponse(String, int, HttpResponse<InputStream>, Optional<? extends AccountResponse>) - Constructor for class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
 
GetAccountDetailsResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
getByIds() - Method in class pl.gsmservice.gateway.Incoming
Get the incoming messages by IDs

Get the details of one or more received messages using their ids.
getByIds() - Method in class pl.gsmservice.gateway.Outgoing
Get the messages details and status by IDs

Check the current status and details of one or more messages using their ids.
getByIds(List<Long>) - Method in class pl.gsmservice.gateway.Incoming
Get the incoming messages by IDs

Get the details of one or more received messages using their ids.
getByIds(List<Long>) - Method in class pl.gsmservice.gateway.Outgoing
Get the messages details and status by IDs

Check the current status and details of one or more messages using their ids.
getByIds(List<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.Incoming
Get the incoming messages by IDs

Get the details of one or more received messages using their ids.
getByIds(List<Long>, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallGetIncomingMessages
 
getByIds(List<Long>, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallGetMessages
 
getByIds(List<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.Outgoing
Get the messages details and status by IDs

Check the current status and details of one or more messages using their ids.
getDirect() - Method in class pl.gsmservice.gateway.Accounts
Get account details

Get current account balance and other details of your account.
getHeadersFromMetadata(Object, Map<String, Map<String, Map<String, Object>>>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
GetIncomingMessagesRequest - Class in pl.gsmservice.gateway.models.operations
 
GetIncomingMessagesRequest(List<Long>) - Constructor for class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequest
 
GetIncomingMessagesRequest.Builder - Class in pl.gsmservice.gateway.models.operations
 
GetIncomingMessagesRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
GetIncomingMessagesRequestBuilder(SDKMethodInterfaces.MethodCallGetIncomingMessages) - Constructor for class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequestBuilder
 
GetIncomingMessagesResponse - Class in pl.gsmservice.gateway.models.operations
 
GetIncomingMessagesResponse(String, int, HttpResponse<InputStream>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
 
GetIncomingMessagesResponse(String, int, HttpResponse<InputStream>, Optional<? extends List<IncomingMessage>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
 
GetIncomingMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
getMapper() - Static method in class pl.gsmservice.gateway.utils.JSON
 
GetMessagesRequest - Class in pl.gsmservice.gateway.models.operations
 
GetMessagesRequest(List<Long>) - Constructor for class pl.gsmservice.gateway.models.operations.GetMessagesRequest
 
GetMessagesRequest.Builder - Class in pl.gsmservice.gateway.models.operations
 
GetMessagesRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
GetMessagesRequestBuilder(SDKMethodInterfaces.MethodCallGetMessages) - Constructor for class pl.gsmservice.gateway.models.operations.GetMessagesRequestBuilder
 
GetMessagesResponse - Class in pl.gsmservice.gateway.models.operations
 
GetMessagesResponse(String, int, HttpResponse<InputStream>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.GetMessagesResponse
 
GetMessagesResponse(String, int, HttpResponse<InputStream>, Optional<? extends List<Message>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.GetMessagesResponse
 
GetMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
GetMmsPriceRequestBody - Class in pl.gsmservice.gateway.models.operations
GetMmsPriceRequestBody - To check the price of a single message or messages with the same content to multiple recipients, pass a single MmsMessage object with the properties of this message using GetMmsPriceRequestBody.of(MmsMessage) method.
GetMmsPriceRequestBody._Deserializer - Class in pl.gsmservice.gateway.models.operations
 
GetMmsPriceRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
GetMmsPriceRequestBuilder(SDKMethodInterfaces.MethodCallGetMmsPrice) - Constructor for class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBuilder
 
GetMmsPriceResponse - Class in pl.gsmservice.gateway.models.operations
 
GetMmsPriceResponse(String, int, HttpResponse<InputStream>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
 
GetMmsPriceResponse(String, int, HttpResponse<InputStream>, Optional<? extends List<Price>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
 
GetMmsPriceResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
getPrice() - Method in class pl.gsmservice.gateway.Mms
Check the price of MMS Messages

Check the price of single or multiple MMS messages at the same time before sending them.
getPrice() - Method in class pl.gsmservice.gateway.Sms
Check the price of SMS Messages

Check the price of single or multiple SMS messages at the same time before sending them.
getPrice(GetMmsPriceRequestBody) - Method in class pl.gsmservice.gateway.Mms
Check the price of MMS Messages

Check the price of single or multiple MMS messages at the same time before sending them.
getPrice(GetMmsPriceRequestBody, Optional<Options>) - Method in class pl.gsmservice.gateway.Mms
Check the price of MMS Messages

Check the price of single or multiple MMS messages at the same time before sending them.
getPrice(GetMmsPriceRequestBody, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallGetMmsPrice
 
getPrice(GetSmsPriceRequestBody) - Method in class pl.gsmservice.gateway.Sms
Check the price of SMS Messages

Check the price of single or multiple SMS messages at the same time before sending them.
getPrice(GetSmsPriceRequestBody, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallGetSmsPrice
 
getPrice(GetSmsPriceRequestBody, Optional<Options>) - Method in class pl.gsmservice.gateway.Sms
Check the price of SMS Messages

Check the price of single or multiple SMS messages at the same time before sending them.
getQueryParams(Class<T>, Optional<? extends T>, Map<String, Map<String, Map<String, Object>>>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
getQueryParams(Class<T>, JsonNullable<? extends T>, Map<String, Map<String, Map<String, Object>>>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
getQueryParams(Class<T>, T, Map<String, Map<String, Map<String, Object>>>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
getSecurity() - Method in class pl.gsmservice.gateway.SecuritySource.DefaultSecuritySource
 
getSecurity() - Method in interface pl.gsmservice.gateway.SecuritySource
 
GetSmsPriceRequestBody - Class in pl.gsmservice.gateway.models.operations
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 - Class in pl.gsmservice.gateway.models.operations
 
GetSmsPriceRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
GetSmsPriceRequestBuilder(SDKMethodInterfaces.MethodCallGetSmsPrice) - Constructor for class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBuilder
 
GetSmsPriceResponse - Class in pl.gsmservice.gateway.models.operations
 
GetSmsPriceResponse(String, int, HttpResponse<InputStream>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
 
GetSmsPriceResponse(String, int, HttpResponse<InputStream>, Optional<? extends List<Price>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
 
GetSmsPriceResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
getSubaccount() - Method in class pl.gsmservice.gateway.Accounts
Get subaccount details

Check account balance and other details such subcredit balance of a subaccount.
getSubaccount(String) - Method in class pl.gsmservice.gateway.Accounts
Get subaccount details

Check account balance and other details such subcredit balance of a subaccount.
getSubaccount(String, Optional<Options>) - Method in class pl.gsmservice.gateway.Accounts
Get subaccount details

Check account balance and other details such subcredit balance of a subaccount.
getSubaccount(String, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallGetSubaccountDetails
 
GetSubaccountDetailsRequest - Class in pl.gsmservice.gateway.models.operations
 
GetSubaccountDetailsRequest(String) - Constructor for class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequest
 
GetSubaccountDetailsRequest.Builder - Class in pl.gsmservice.gateway.models.operations
 
GetSubaccountDetailsRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
GetSubaccountDetailsRequestBuilder(SDKMethodInterfaces.MethodCallGetSubaccountDetails) - Constructor for class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequestBuilder
 
GetSubaccountDetailsResponse - Class in pl.gsmservice.gateway.models.operations
 
GetSubaccountDetailsResponse(String, int, HttpResponse<InputStream>) - Constructor for class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
 
GetSubaccountDetailsResponse(String, int, HttpResponse<InputStream>, Optional<? extends AccountResponse>) - Constructor for class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
 
GetSubaccountDetailsResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
getType(Class<?>) - Static method in enum pl.gsmservice.gateway.utils.Types
 

H

hashCode() - Method in class pl.gsmservice.gateway.models.components.AccountResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.Attachments
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.CancelledMessage
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.Message
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.MmsMessage
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.PingResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.Price
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.Recipients
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.Security
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.Sender
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.SenderInput
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.SmsMessage
 
hashCode() - Method in class pl.gsmservice.gateway.models.components.SmsMessageRecipients
 
hashCode() - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
 
hashCode() - Method in exception pl.gsmservice.gateway.models.errors.SDKError
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesRequest
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderRequest
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequest
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesRequest
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBody
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBody
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequest
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.PingResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.SendMmsRequestBody
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.SendSmsRequestBody
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequest
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
 
hashCode() - Method in class pl.gsmservice.gateway.utils.BigDecimalString
 
hashCode() - Method in class pl.gsmservice.gateway.utils.BigIntegerString
 
headers() - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
 
headers() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse.Builder
 
Helpers - Class in pl.gsmservice.gateway.utils
Public helper methods for use by customers and end-users.
Helpers() - Constructor for class pl.gsmservice.gateway.utils.Helpers
 
Hook - Class in pl.gsmservice.gateway.utils
Holder class for hook-associated types.
Hook.AfterError - Interface in pl.gsmservice.gateway.utils
Specifies what happens if a request action throws an Exception.
Hook.AfterErrorContext - Interface in pl.gsmservice.gateway.utils
Context for an AfterError hook call.
Hook.AfterErrorContextImpl - Class in pl.gsmservice.gateway.utils
 
Hook.AfterSuccess - Interface in pl.gsmservice.gateway.utils
Specifies how a response is transformed before response processing.
Hook.AfterSuccessContext - Interface in pl.gsmservice.gateway.utils
Context for an AfterSuccess hook call.
Hook.AfterSuccessContextImpl - Class in pl.gsmservice.gateway.utils
 
Hook.BeforeRequest - Interface in pl.gsmservice.gateway.utils
Specifies how a request is transformed before sending.
Hook.BeforeRequestContext - Interface in pl.gsmservice.gateway.utils
Context for a BeforeRequest hook call.
Hook.BeforeRequestContextImpl - Class in pl.gsmservice.gateway.utils
 
Hook.HookContext - Interface in pl.gsmservice.gateway.utils
Context for a hook call.
Hook.IdempotencyHook - Class in pl.gsmservice.gateway.utils
 
Hook.SdkInit - Interface in pl.gsmservice.gateway.utils
Transforms the HTTPClient before use.
Hook.SdkInitData - Class in pl.gsmservice.gateway.utils
 
Hooks - Class in pl.gsmservice.gateway.utils
Registers hooks for use at runtime by an end-user or for use by a customer that may edit the SDKHooks.java file.
Hooks() - Constructor for class pl.gsmservice.gateway.utils.Hooks
Constructor.
Hooks.FailEarlyException - Exception in pl.gsmservice.gateway.utils
 
HTTPClient - Interface in pl.gsmservice.gateway.utils
 
HTTPRequest - Class in pl.gsmservice.gateway.utils
 
HTTPRequest(String, String) - Constructor for class pl.gsmservice.gateway.utils.HTTPRequest
 
HttpResponseCached(HttpResponse<InputStream>) - Constructor for class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 

I

id() - Method in class pl.gsmservice.gateway.models.components.CancelledMessage
Message ID
id() - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Unique identifier of incoming message
id() - Method in class pl.gsmservice.gateway.models.components.Message
Unique message identifier
id() - Method in class pl.gsmservice.gateway.utils.EventStreamMessage
 
id(long) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage.Builder
Message ID
id(long) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Unique identifier of incoming message
id(long) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Unique message identifier
id(Optional<Long>) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage.Builder
Message ID
id(Optional<Long>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Unique identifier of incoming message
id(JsonNullable<Long>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Unique message identifier
IdempotencyHook() - Constructor for class pl.gsmservice.gateway.utils.Hook.IdempotencyHook
 
ids() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesRequest
List<Long> of Message IDs assigned by the system.
ids() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequest
List<Long> of Message IDs assigned by the system.
ids() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesRequest
List<Long> of Message IDs assigned by the system.
ids(List<Long>) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesRequest.Builder
List<Long> of Message IDs assigned by the system.
ids(List<Long>) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesRequestBuilder
 
ids(List<Long>) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequest.Builder
List<Long> of Message IDs assigned by the system.
ids(List<Long>) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequestBuilder
 
ids(List<Long>) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesRequest.Builder
List<Long> of Message IDs assigned by the system.
ids(List<Long>) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesRequestBuilder
 
incoming() - Method in class pl.gsmservice.gateway.Client
 
Incoming - Class in pl.gsmservice.gateway
 
IncomingMessage - Class in pl.gsmservice.gateway.models.components
IncomingMessage - An object with the properties of the received message
IncomingMessage() - Constructor for class pl.gsmservice.gateway.models.components.IncomingMessage
 
IncomingMessage(Optional<Long>, Optional<String>, Optional<String>, Optional<String>, JsonNullable<String>, Optional<OffsetDateTime>, Optional<String>, JsonNullable<String>, JsonNullable<String>) - Constructor for class pl.gsmservice.gateway.models.components.IncomingMessage
 
IncomingMessage.Builder - Class in pl.gsmservice.gateway.models.components
 
incomingMessages() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
The request was processed successfully.
incomingMessages() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
The request was processed successfully.
incomingMessages(List<IncomingMessage>) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse.Builder
The request was processed successfully.
incomingMessages(List<IncomingMessage>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse.Builder
The request was processed successfully.
incomingMessages(Optional<? extends List<IncomingMessage>>) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse.Builder
The request was processed successfully.
incomingMessages(Optional<? extends List<IncomingMessage>>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse.Builder
The request was processed successfully.
initialInterval(long, TimeUnit) - Method in class pl.gsmservice.gateway.utils.BackoffStrategy.Builder
Sets the initial interval
initialIntervalMs() - Method in class pl.gsmservice.gateway.utils.BackoffStrategy
 
initialize(Hooks) - Static method in class pl.gsmservice.gateway.hooks.SDKHooks
 
instance() - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
A URI reference that identifies the specific occurrence of the problem
instance() - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
A URI reference that identifies the specific occurrence of the problem
instance(String) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
A URI reference that identifies the specific occurrence of the problem
instance(String) - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
A URI reference that identifies the specific occurrence of the problem
instance(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
A URI reference that identifies the specific occurrence of the problem
instance(Optional<String>) - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
A URI reference that identifies the specific occurrence of the problem
INTEGER_STRICT - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 
isDefault() - Method in class pl.gsmservice.gateway.models.components.Sender
Is the sender default?
isDefault(boolean) - Method in class pl.gsmservice.gateway.models.components.Sender.Builder
Is the sender default?
isEmpty() - Method in class pl.gsmservice.gateway.utils.EventStreamMessage
 
isMain() - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Is main account?
isMain(boolean) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
Is main account?
isMain(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
Is main account?
isPresentAndNotNull(Optional<?>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
isPresentAndNotNull(JsonNullable<?>) - Static method in class pl.gsmservice.gateway.utils.Utils
 

J

jitterFactor() - Method in class pl.gsmservice.gateway.utils.BackoffStrategy
 
jitterFactor(double) - Method in class pl.gsmservice.gateway.utils.BackoffStrategy.Builder
Sets the jitter factor used to randomize the backoff interval.
json(EventStreamMessage, ObjectMapper, boolean) - Static method in class pl.gsmservice.gateway.utils.Utils
 
JSON - Class in pl.gsmservice.gateway.utils
 
JSON() - Constructor for class pl.gsmservice.gateway.utils.JSON
 

L

LazySingletonValue<T> - Class in pl.gsmservice.gateway.utils
 
LazySingletonValue(String, String, TypeReference<T>) - Constructor for class pl.gsmservice.gateway.utils.LazySingletonValue
 
limit() - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Acount limit
limit() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest
Number of results on one page
limit() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest
Number of results on one page
limit(float) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
Acount limit
limit(long) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest.Builder
Number of results on one page
limit(long) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequestBuilder
 
limit(long) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest.Builder
Number of results on one page
limit(long) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequestBuilder
 
limit(Optional<Float>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
Acount limit
limit(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest.Builder
Number of results on one page
limit(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequestBuilder
 
limit(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest.Builder
Number of results on one page
limit(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequestBuilder
 
list() - Method in class pl.gsmservice.gateway.Incoming
List the received SMS messages

Get the details of all received messages from your account incoming messages box.
list() - Method in class pl.gsmservice.gateway.Outgoing
Lists the history of sent messages

Get the details and current status of all of sent messages from your account message history.
list() - Method in class pl.gsmservice.gateway.Senders
List allowed senders names

Get a list of allowed senders defined in your account.
list(Optional<Long>, Optional<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.Incoming
List the received SMS messages

Get the details of all received messages from your account incoming messages box.
list(Optional<Long>, Optional<Long>, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallListIncomingMessages
 
list(Optional<Long>, Optional<Long>, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallListMessages
 
list(Optional<Long>, Optional<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.Outgoing
Lists the history of sent messages

Get the details and current status of all of sent messages from your account message history.
list(Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallListSenders
 
list(Optional<Options>) - Method in class pl.gsmservice.gateway.Senders
List allowed senders names

Get a list of allowed senders defined in your account.
listDirect() - Method in class pl.gsmservice.gateway.Incoming
List the received SMS messages

Get the details of all received messages from your account incoming messages box.
listDirect() - Method in class pl.gsmservice.gateway.Outgoing
Lists the history of sent messages

Get the details and current status of all of sent messages from your account message history.
listDirect() - Method in class pl.gsmservice.gateway.Senders
List allowed senders names

Get a list of allowed senders defined in your account.
ListIncomingMessagesRequest - Class in pl.gsmservice.gateway.models.operations
 
ListIncomingMessagesRequest() - Constructor for class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest
 
ListIncomingMessagesRequest(Optional<Long>, Optional<Long>) - Constructor for class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest
 
ListIncomingMessagesRequest.Builder - Class in pl.gsmservice.gateway.models.operations
 
ListIncomingMessagesRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
ListIncomingMessagesRequestBuilder(SDKMethodInterfaces.MethodCallListIncomingMessages) - Constructor for class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequestBuilder
 
ListIncomingMessagesResponse - Class in pl.gsmservice.gateway.models.operations
 
ListIncomingMessagesResponse(String, int, HttpResponse<InputStream>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
 
ListIncomingMessagesResponse(String, int, HttpResponse<InputStream>, Optional<? extends List<IncomingMessage>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
 
ListIncomingMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
ListMessagesRequest - Class in pl.gsmservice.gateway.models.operations
 
ListMessagesRequest() - Constructor for class pl.gsmservice.gateway.models.operations.ListMessagesRequest
 
ListMessagesRequest(Optional<Long>, Optional<Long>) - Constructor for class pl.gsmservice.gateway.models.operations.ListMessagesRequest
 
ListMessagesRequest.Builder - Class in pl.gsmservice.gateway.models.operations
 
ListMessagesRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
ListMessagesRequestBuilder(SDKMethodInterfaces.MethodCallListMessages) - Constructor for class pl.gsmservice.gateway.models.operations.ListMessagesRequestBuilder
 
ListMessagesResponse - Class in pl.gsmservice.gateway.models.operations
 
ListMessagesResponse(String, int, HttpResponse<InputStream>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.ListMessagesResponse
 
ListMessagesResponse(String, int, HttpResponse<InputStream>, Optional<? extends List<Message>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.ListMessagesResponse
 
ListMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
ListSendersRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
ListSendersRequestBuilder(SDKMethodInterfaces.MethodCallListSenders) - Constructor for class pl.gsmservice.gateway.models.operations.ListSendersRequestBuilder
 
ListSendersResponse - Class in pl.gsmservice.gateway.models.operations
 
ListSendersResponse(String, int, HttpResponse<InputStream>) - Constructor for class pl.gsmservice.gateway.models.operations.ListSendersResponse
 
ListSendersResponse(String, int, HttpResponse<InputStream>, Optional<? extends List<Sender>>) - Constructor for class pl.gsmservice.gateway.models.operations.ListSendersResponse
 
ListSendersResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
LOCAL_DATE_STRICT - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 
login() - Method in class pl.gsmservice.gateway.models.components.AccountResponse
User Login
login() - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Login of the account (sub-account) on which the message was received
login(String) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
User Login
login(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Login of the account (sub-account) on which the message was received
login(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
User Login
login(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Login of the account (sub-account) on which the message was received
LONG_STRICT - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 

M

MAP - pl.gsmservice.gateway.utils.Types
 
mapper() - Static method in class pl.gsmservice.gateway.utils.Utils
 
matchPossible(JavaType, String) - Static method in class pl.gsmservice.gateway.utils.OneOfDeserializer
 
maxElapsedTime(long, TimeUnit) - Method in class pl.gsmservice.gateway.utils.BackoffStrategy.Builder
Sets the maximum elapsed time
maxElapsedTimeMs() - Method in class pl.gsmservice.gateway.utils.BackoffStrategy
 
maxInterval(long, TimeUnit) - Method in class pl.gsmservice.gateway.utils.BackoffStrategy.Builder
Sets the maximum interval
maxIntervalMs() - Method in class pl.gsmservice.gateway.utils.BackoffStrategy
 
message() - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Received message content
message() - Method in class pl.gsmservice.gateway.models.components.MmsMessage
MMS message content
message() - Method in class pl.gsmservice.gateway.models.components.SmsMessage
SMS message content
message() - Method in exception pl.gsmservice.gateway.models.errors.SDKError
 
message(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Received message content
message(String) - Method in class pl.gsmservice.gateway.models.components.MmsMessage.Builder
MMS message content
message(String) - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
SMS message content
message(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Received message content
message(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.MmsMessage.Builder
MMS message content
Message - Class in pl.gsmservice.gateway.models.components
Message - An object defining the properties of a single message
Message() - Constructor for class pl.gsmservice.gateway.models.components.Message
 
Message(JsonNullable<Long>, JsonNullable<String>, Optional<? extends MessageType>, Optional<String>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<OffsetDateTime>, JsonNullable<OffsetDateTime>, Optional<String>, Optional<String>, Optional<Boolean>, Optional<Boolean>, Optional<Float>) - Constructor for class pl.gsmservice.gateway.models.components.Message
 
Message.Builder - Class in pl.gsmservice.gateway.models.components
 
messages() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
The request was processed successfully.
messages() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
The request was processed successfully.
messages() - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
The request was processed successfully.
messages() - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
The request was processed successfully.
messages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse.Builder
The request was processed successfully.
messages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse.Builder
The request was processed successfully.
messages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse.Builder
The request was processed successfully.
messages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse.Builder
The request was processed successfully.
messages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse.Builder
The request was processed successfully.
messages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse.Builder
The request was processed successfully.
messages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse.Builder
The request was processed successfully.
messages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse.Builder
The request was processed successfully.
MessageType - Enum in pl.gsmservice.gateway.models.components
MessageType - Message type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay ->SMS 2WAY, SmsType.Mms -> MMS)
mms() - Method in class pl.gsmservice.gateway.Outgoing
 
Mms - Class in pl.gsmservice.gateway
 
Mms - pl.gsmservice.gateway.models.components.MessageType
 
MmsMessage - Class in pl.gsmservice.gateway.models.components
MmsMessage - An object with a new MMS message properties
MmsMessage(Recipients) - Constructor for class pl.gsmservice.gateway.models.components.MmsMessage
 
MmsMessage(Recipients, JsonNullable<String>, Optional<String>, Optional<? extends Attachments>, JsonNullable<OffsetDateTime>) - Constructor for class pl.gsmservice.gateway.models.components.MmsMessage
 
MmsMessage.Builder - Class in pl.gsmservice.gateway.models.components
 

N

name() - Method in class pl.gsmservice.gateway.models.components.AccountResponse
User name and surname
name(String) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
User name and surname
name(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
User name and surname
next() - Method in class pl.gsmservice.gateway.utils.EventStream
Returns the next message.
NONE - pl.gsmservice.gateway.utils.RetryConfig.Strategy
 
NonRetryableException(Exception) - Constructor for exception pl.gsmservice.gateway.utils.Retries.NonRetryableException
 
noRetries() - Method in class pl.gsmservice.gateway.utils.RetryConfig.Builder
Disables retries (sets strategy to "none").
noRetries() - Static method in class pl.gsmservice.gateway.utils.RetryConfig
 
nr() - Method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.
nr(String) - Method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid.Builder
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.

O

oauthScopes() - Method in class pl.gsmservice.gateway.utils.Hook.AfterErrorContextImpl
 
oauthScopes() - Method in class pl.gsmservice.gateway.utils.Hook.AfterSuccessContextImpl
 
oauthScopes() - Method in class pl.gsmservice.gateway.utils.Hook.BeforeRequestContextImpl
 
oauthScopes() - Method in interface pl.gsmservice.gateway.utils.Hook.HookContext
 
OBJECT - pl.gsmservice.gateway.utils.Types
 
of(TypeReference<?>, Utils.JsonShape) - Static method in class pl.gsmservice.gateway.utils.Utils.TypeReferenceWithShape
 
of(String) - Static method in class pl.gsmservice.gateway.models.components.Attachments
 
of(String) - Static method in class pl.gsmservice.gateway.models.components.Recipients
 
of(String) - Static method in class pl.gsmservice.gateway.models.components.SmsMessageRecipients
 
of(List<String>) - Static method in class pl.gsmservice.gateway.models.components.Attachments
 
of(List<MmsMessage>) - Static method in class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBody
 
of(List<MmsMessage>) - Static method in class pl.gsmservice.gateway.models.operations.SendMmsRequestBody
 
of(List<SmsMessage>) - Static method in class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBody
 
of(List<SmsMessage>) - Static method in class pl.gsmservice.gateway.models.operations.SendSmsRequestBody
 
of(MmsMessage) - Static method in class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBody
 
of(MmsMessage) - Static method in class pl.gsmservice.gateway.models.operations.SendMmsRequestBody
 
of(PhoneNumberWithCid) - Static method in class pl.gsmservice.gateway.models.components.Recipients
 
of(PhoneNumberWithCid) - Static method in class pl.gsmservice.gateway.models.components.SmsMessageRecipients
 
of(Security) - Static method in interface pl.gsmservice.gateway.SecuritySource
 
of(SmsMessage) - Static method in class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBody
 
of(SmsMessage) - Static method in class pl.gsmservice.gateway.models.operations.SendSmsRequestBody
 
of(T, Utils.JsonShape, TypeReference<T>) - Static method in class pl.gsmservice.gateway.utils.TypedObject
 
of2(List<String>) - Static method in class pl.gsmservice.gateway.models.components.Recipients
 
ofArrayOfPhoneNumberWithCids(List<PhoneNumberWithCid>) - Static method in class pl.gsmservice.gateway.models.components.SmsMessageRecipients
 
ofArrayOfStrings(List<String>) - Static method in class pl.gsmservice.gateway.models.components.SmsMessageRecipients
 
OFFSET_DATE_TIME_STRICT - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 
ofPhoneNumberWithCid(List<PhoneNumberWithCid>) - Static method in class pl.gsmservice.gateway.models.components.Recipients
 
OneOfDeserializer<T> - Class in pl.gsmservice.gateway.utils
 
OneOfDeserializer(Class<T>, boolean, Utils.TypeReferenceWithShape...) - Constructor for class pl.gsmservice.gateway.utils.OneOfDeserializer
Constructor.
operationId() - Method in class pl.gsmservice.gateway.utils.Hook.AfterErrorContextImpl
 
operationId() - Method in class pl.gsmservice.gateway.utils.Hook.AfterSuccessContextImpl
 
operationId() - Method in class pl.gsmservice.gateway.utils.Hook.BeforeRequestContextImpl
 
operationId() - Method in interface pl.gsmservice.gateway.utils.Hook.HookContext
 
Options - Class in pl.gsmservice.gateway.utils
 
Options.Builder - Class in pl.gsmservice.gateway.utils
 
Options.Option - Enum in pl.gsmservice.gateway.utils
 
outgoing() - Method in class pl.gsmservice.gateway.Client
 
Outgoing - Class in pl.gsmservice.gateway
 

P

page() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest
Page number of results
page() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest
Page number of results
page(long) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest.Builder
Page number of results
page(long) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequestBuilder
 
page(long) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest.Builder
Page number of results
page(long) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequestBuilder
 
page(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest.Builder
Page number of results
page(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequestBuilder
 
page(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest.Builder
Page number of results
page(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequestBuilder
 
parseMessage(String) - Static method in class pl.gsmservice.gateway.utils.EventStreamReader
 
parseQueryParams(Class<T>, T, Map<String, Map<String, Map<String, Object>>>) - Static method in class pl.gsmservice.gateway.utils.QueryParameters
 
parts() - Method in class pl.gsmservice.gateway.models.components.Message
The count of parts that message consists of
parts() - Method in class pl.gsmservice.gateway.models.components.Price
The count of parts that message consists of
parts(long) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
The count of parts that message consists of
parts(long) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
The count of parts that message consists of
parts(JsonNullable<Long>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
The count of parts that message consists of
parts(JsonNullable<Long>) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
The count of parts that message consists of
phonebookSenderName() - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Sender name (matched with phonebook)
phonebookSenderName(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Sender name (matched with phonebook)
phonebookSenderName(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Sender name (matched with phonebook)
PhoneNumberWithCid - Class in pl.gsmservice.gateway.models.components
PhoneNumberWithCid - An object defining the message recipient telephone number with the message's custom identifier assigned by the User
PhoneNumberWithCid(String) - Constructor for class pl.gsmservice.gateway.models.components.PhoneNumberWithCid
 
PhoneNumberWithCid(String, Optional<String>) - Constructor for class pl.gsmservice.gateway.models.components.PhoneNumberWithCid
 
PhoneNumberWithCid.Builder - Class in pl.gsmservice.gateway.models.components
 
ping() - Method in class pl.gsmservice.gateway.Common
Checks API availability and version

Check the API connection and the current API availability status.
ping(Optional<Options>) - Method in class pl.gsmservice.gateway.Common
Checks API availability and version

Check the API connection and the current API availability status.
ping(Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallPing
 
pingDirect() - Method in class pl.gsmservice.gateway.Common
Checks API availability and version

Check the API connection and the current API availability status.
PingRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
PingRequestBuilder(SDKMethodInterfaces.MethodCallPing) - Constructor for class pl.gsmservice.gateway.models.operations.PingRequestBuilder
 
pingResponse() - Method in class pl.gsmservice.gateway.models.operations.PingResponse
API service is available
pingResponse(Optional<? extends PingResponse>) - Method in class pl.gsmservice.gateway.models.operations.PingResponse.Builder
API service is available
pingResponse(PingResponse) - Method in class pl.gsmservice.gateway.models.operations.PingResponse.Builder
API service is available
PingResponse - Class in pl.gsmservice.gateway.models.components
PingResponse - 'Ping' response object
PingResponse - Class in pl.gsmservice.gateway.models.operations
 
PingResponse() - Constructor for class pl.gsmservice.gateway.models.components.PingResponse
 
PingResponse(String, int, HttpResponse<InputStream>) - Constructor for class pl.gsmservice.gateway.models.operations.PingResponse
 
PingResponse(String, int, HttpResponse<InputStream>, Optional<? extends PingResponse>) - Constructor for class pl.gsmservice.gateway.models.operations.PingResponse
 
PingResponse(Optional<String>, Optional<String>, Optional<Boolean>) - Constructor for class pl.gsmservice.gateway.models.components.PingResponse
 
PingResponse.Builder - Class in pl.gsmservice.gateway.models.components
 
PingResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
pl.gsmservice.gateway - package pl.gsmservice.gateway
 
pl.gsmservice.gateway.hooks - package pl.gsmservice.gateway.hooks
 
pl.gsmservice.gateway.models.components - package pl.gsmservice.gateway.models.components
 
pl.gsmservice.gateway.models.errors - package pl.gsmservice.gateway.models.errors
 
pl.gsmservice.gateway.models.operations - package pl.gsmservice.gateway.models.operations
 
pl.gsmservice.gateway.utils - package pl.gsmservice.gateway.utils
 
populateGlobal(Object, String, String, Map<String, Map<String, Map<String, Object>>>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
POST_PAID - pl.gsmservice.gateway.models.components.AccountType
 
PRE_PAID - pl.gsmservice.gateway.models.components.AccountType
 
prefixBearer(String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
previousResponse() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
price() - Method in class pl.gsmservice.gateway.models.components.Message
The price of message (in PLN)
price() - Method in class pl.gsmservice.gateway.models.components.Price
The price of message (in PLN)
price(float) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
The price of message (in PLN)
price(float) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
The price of message (in PLN)
price(Optional<Float>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
The price of message (in PLN)
price(Optional<Float>) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
The price of message (in PLN)
Price - Class in pl.gsmservice.gateway.models.components
Price - An object with the properties and price of a single message
Price() - Constructor for class pl.gsmservice.gateway.models.components.Price
 
Price(JsonNullable<String>, JsonNullable<String>, Optional<? extends MessageType>, Optional<String>, JsonNullable<String>, JsonNullable<Long>, Optional<Boolean>, Optional<Boolean>, Optional<Float>) - Constructor for class pl.gsmservice.gateway.models.components.Price
 
Price.Builder - Class in pl.gsmservice.gateway.models.components
 
prices() - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
The request was processed successfully.
prices() - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
The request was processed successfully.
prices(List<Price>) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse.Builder
The request was processed successfully.
prices(List<Price>) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse.Builder
The request was processed successfully.
prices(Optional<? extends List<Price>>) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse.Builder
The request was processed successfully.
prices(Optional<? extends List<Price>>) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse.Builder
The request was processed successfully.
PRIMITIVE - pl.gsmservice.gateway.utils.Types
 
PROD - pl.gsmservice.gateway.Client.AvailableServers
PROD - Production system

Q

QueryParameters - Class in pl.gsmservice.gateway.utils
 
QueryParameters() - Constructor for class pl.gsmservice.gateway.utils.QueryParameters
 

R

rawResponse() - Method in exception pl.gsmservice.gateway.models.errors.SDKError
 
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.PingResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in interface pl.gsmservice.gateway.utils.Response
Returns the raw response.
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.PingResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse.Builder
Raw HTTP response; suitable for custom response parsing
read() - Method in class pl.gsmservice.gateway.utils.EventStreamLineReader
 
read(char[], int, int) - Method in class pl.gsmservice.gateway.utils.EventStreamLineReader
 
readDefaultOrConstValue(String, String, TypeReference<T>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
readMessage() - Method in class pl.gsmservice.gateway.utils.EventStreamReader
 
readRawMessage() - Method in class pl.gsmservice.gateway.utils.EventStreamReader
Returns the event message (lines separated by \n) without the terminating \n\n.
recipient() - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Recipient number (or service name)
recipient() - Method in class pl.gsmservice.gateway.models.components.Message
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.
recipient() - Method in class pl.gsmservice.gateway.models.components.Price
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.
recipient(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Recipient number (or service name)
recipient(String) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.
recipient(String) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.
recipient(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Recipient number (or service name)
recipient(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.
recipient(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.
recipients() - Method in class pl.gsmservice.gateway.models.components.MmsMessage
The recipient number or multiple recipients numbers of single message.
recipients() - Method in class pl.gsmservice.gateway.models.components.SmsMessage
The recipient number or multiple recipients numbers of single message.
recipients(Recipients) - Method in class pl.gsmservice.gateway.models.components.MmsMessage.Builder
The recipient number or multiple recipients numbers of single message.
recipients(SmsMessageRecipients) - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
The recipient number or multiple recipients numbers of single message.
Recipients - Class in pl.gsmservice.gateway.models.components
Recipients - The recipient number or multiple recipients numbers of single message.
Recipients._Deserializer - Class in pl.gsmservice.gateway.models.components
 
recordTest(String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
referenceEquals(Object, Object) - Static method in class pl.gsmservice.gateway.utils.Utils
 
registerAfterError(Hook.AfterError) - Method in class pl.gsmservice.gateway.utils.Hooks
Registers an Hook.AfterError hook to be applied in order of registration (multiple can be registered).
registerAfterSuccess(Hook.AfterSuccess) - Method in class pl.gsmservice.gateway.utils.Hooks
Registers an Hook.AfterSuccess hook to be applied in order of registration (multiple can be registered).
registerBeforeRequest(Hook.BeforeRequest) - Method in class pl.gsmservice.gateway.utils.Hooks
Registers a Hook.BeforeRequest hook to be applied in order of registration.
registerSdkInit(Hook.SdkInit) - Method in class pl.gsmservice.gateway.utils.Hooks
Registers a Hook.SdkInit hook to be applied in order of registration (multiple can be registered).
request() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
request(SenderInput) - Method in class pl.gsmservice.gateway.models.operations.AddSenderRequestBuilder
 
request(GetMmsPriceRequestBody) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBuilder
 
request(GetSmsPriceRequestBody) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBuilder
 
request(SendMmsRequestBody) - Method in class pl.gsmservice.gateway.models.operations.SendMmsRequestBuilder
 
request(SendSmsRequestBody) - Method in class pl.gsmservice.gateway.models.operations.SendSmsRequestBuilder
 
RequestBody - Class in pl.gsmservice.gateway.utils
 
resolveOptionals(Object) - Static method in class pl.gsmservice.gateway.utils.Utils
 
response() - Method in exception pl.gsmservice.gateway.utils.Retries.RetryableException
 
Response - Interface in pl.gsmservice.gateway.utils
 
Retries - Class in pl.gsmservice.gateway.utils
 
Retries.Builder - Class in pl.gsmservice.gateway.utils
 
Retries.NonRetryableException - Exception in pl.gsmservice.gateway.utils
 
Retries.RetryableException - Exception in pl.gsmservice.gateway.utils
 
RETRY_CONFIG - pl.gsmservice.gateway.utils.Options.Option
 
RetryableException(HttpResponse<InputStream>) - Constructor for exception pl.gsmservice.gateway.utils.Retries.RetryableException
 
retryConfig() - Method in class pl.gsmservice.gateway.utils.Options
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.AddSenderRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.ListSendersRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.PingRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.SendMmsRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.SendSmsRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.utils.Options.Builder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.Client.Builder
Overrides the default configuration for retries
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.AddSenderRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.ListSendersRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.PingRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.SendMmsRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.SendSmsRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.utils.Options.Builder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.utils.Retries.Builder
Defines the retry configuration.
RetryConfig - Class in pl.gsmservice.gateway.utils
 
RetryConfig.Builder - Class in pl.gsmservice.gateway.utils
 
RetryConfig.Strategy - Enum in pl.gsmservice.gateway.utils
 
retryConnectError() - Method in class pl.gsmservice.gateway.utils.BackoffStrategy
 
retryConnectError(boolean) - Method in class pl.gsmservice.gateway.utils.BackoffStrategy.Builder
Specifies whether connection errors should be retried.
retryMs() - Method in class pl.gsmservice.gateway.utils.EventStreamMessage
 
retryReadTimeoutError() - Method in class pl.gsmservice.gateway.utils.BackoffStrategy
 
retryReadTimeoutError(boolean) - Method in class pl.gsmservice.gateway.utils.BackoffStrategy.Builder
Specifies whether Read Timeout errors should be retried.
run() - Method in class pl.gsmservice.gateway.utils.Retries
 

S

sandbox() - Method in class pl.gsmservice.gateway.models.components.PingResponse
Was the connection established with the test system (SANDBOX)?
sandbox(boolean) - Method in class pl.gsmservice.gateway.models.components.PingResponse.Builder
Was the connection established with the test system (SANDBOX)?
sandbox(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.PingResponse.Builder
Was the connection established with the test system (SANDBOX)?
SANDBOX - pl.gsmservice.gateway.Client.AvailableServers
SANDBOX - Test system (SANDBOX)
SDKError - Exception in pl.gsmservice.gateway.models.errors
Thrown by a service call when an error response occurs.
SDKError(HttpResponse<InputStream>, int, String, byte[]) - Constructor for exception pl.gsmservice.gateway.models.errors.SDKError
 
SDKHooks - Class in pl.gsmservice.gateway.hooks
 
sdkInit(Hook.SdkInitData) - Method in interface pl.gsmservice.gateway.utils.Hook.SdkInit
Returns a transformed HTTPClient and baseUrl for use in requests.
sdkInit(Hook.SdkInitData) - Method in class pl.gsmservice.gateway.utils.Hooks
 
SdkInitData(String, HTTPClient) - Constructor for class pl.gsmservice.gateway.utils.Hook.SdkInitData
 
SDKMethodInterfaces - Class in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces() - Constructor for class pl.gsmservice.gateway.models.operations.SDKMethodInterfaces
 
SDKMethodInterfaces.MethodCallAddSender - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallCancelMessages - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallDeleteSender - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallGetAccountDetails - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallGetIncomingMessages - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallGetMessages - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallGetMmsPrice - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallGetSmsPrice - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallGetSubaccountDetails - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallListIncomingMessages - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallListMessages - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallListSenders - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallPing - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallSendMms - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallSendSms - Interface in pl.gsmservice.gateway.models.operations
 
SDKMethodInterfaces.MethodCallSetDefaultSender - Interface in pl.gsmservice.gateway.models.operations
 
Security - Class in pl.gsmservice.gateway.models.components
 
Security - Class in pl.gsmservice.gateway.utils
 
Security() - Constructor for class pl.gsmservice.gateway.models.components.Security
 
Security(Optional<String>) - Constructor for class pl.gsmservice.gateway.models.components.Security
 
Security.Builder - Class in pl.gsmservice.gateway.models.components
 
securitySource() - Method in class pl.gsmservice.gateway.utils.Hook.AfterErrorContextImpl
 
securitySource() - Method in class pl.gsmservice.gateway.utils.Hook.AfterSuccessContextImpl
 
securitySource() - Method in class pl.gsmservice.gateway.utils.Hook.BeforeRequestContextImpl
 
securitySource() - Method in interface pl.gsmservice.gateway.utils.Hook.HookContext
 
securitySource(SecuritySource) - Method in class pl.gsmservice.gateway.Client.Builder
Configures the SDK to use a custom security source.
SecuritySource - Interface in pl.gsmservice.gateway
 
SecuritySource.DefaultSecuritySource - Class in pl.gsmservice.gateway
 
send() - Method in class pl.gsmservice.gateway.Mms
Send MMS Messages

Send single or multiple MMS messages at the same time.
send() - Method in class pl.gsmservice.gateway.Sms
Send SMS Messages

Send single or multiple SMS messages at the same time.
send(HttpRequest) - Method in interface pl.gsmservice.gateway.utils.HTTPClient
Sends an HTTP request and returns the response.
send(HttpRequest) - Method in class pl.gsmservice.gateway.utils.SpeakeasyHTTPClient
 
send(SendMmsRequestBody) - Method in class pl.gsmservice.gateway.Mms
Send MMS Messages

Send single or multiple MMS messages at the same time.
send(SendMmsRequestBody, Optional<Options>) - Method in class pl.gsmservice.gateway.Mms
Send MMS Messages

Send single or multiple MMS messages at the same time.
send(SendMmsRequestBody, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallSendMms
 
send(SendSmsRequestBody) - Method in class pl.gsmservice.gateway.Sms
Send SMS Messages

Send single or multiple SMS messages at the same time.
send(SendSmsRequestBody, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallSendSms
 
send(SendSmsRequestBody, Optional<Options>) - Method in class pl.gsmservice.gateway.Sms
Send SMS Messages

Send single or multiple SMS messages at the same time.
sender() - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Message sender number (or alphanumeric name)
sender() - Method in class pl.gsmservice.gateway.models.components.Message
Message sender name
sender() - Method in class pl.gsmservice.gateway.models.components.Price
Message sender name
sender() - Method in class pl.gsmservice.gateway.models.components.Sender
Message sender name
sender() - Method in class pl.gsmservice.gateway.models.components.SenderInput
Message sender name
sender() - Method in class pl.gsmservice.gateway.models.components.SmsMessage
SMS sender name
sender() - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
The request was processed successfully (sender created)
sender() - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderRequest
Sender name to be removed
sender() - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequest
Sender name to set as default
sender(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Message sender number (or alphanumeric name)
sender(String) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Message sender name
sender(String) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
Message sender name
sender(String) - Method in class pl.gsmservice.gateway.models.components.Sender.Builder
Message sender name
sender(String) - Method in class pl.gsmservice.gateway.models.components.SenderInput.Builder
Message sender name
sender(String) - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
SMS sender name
sender(String) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderRequest.Builder
Sender name to be removed
sender(String) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderRequestBuilder
 
sender(String) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequest.Builder
Sender name to set as default
sender(String) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequestBuilder
 
sender(Optional<? extends Sender>) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse.Builder
The request was processed successfully (sender created)
sender(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage.Builder
Message sender number (or alphanumeric name)
sender(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
SMS sender name
sender(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Message sender name
sender(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
Message sender name
sender(Sender) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse.Builder
The request was processed successfully (sender created)
Sender - Class in pl.gsmservice.gateway.models.components
Sender - An object with the properties of the message sender
Sender(String, String, boolean) - Constructor for class pl.gsmservice.gateway.models.components.Sender
 
Sender.Builder - Class in pl.gsmservice.gateway.models.components
 
SenderInput - Class in pl.gsmservice.gateway.models.components
SenderInput - An object with the properties of the message sender
SenderInput(String, String) - Constructor for class pl.gsmservice.gateway.models.components.SenderInput
 
SenderInput.Builder - Class in pl.gsmservice.gateway.models.components
 
senders() - Method in class pl.gsmservice.gateway.Client
 
senders() - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
The request was processed successfully.
senders(List<Sender>) - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse.Builder
The request was processed successfully.
senders(Optional<? extends List<Sender>>) - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse.Builder
The request was processed successfully.
Senders - Class in pl.gsmservice.gateway
 
SendMmsRequestBody - Class in pl.gsmservice.gateway.models.operations
SendMmsRequestBody - To send a single MMS or messages with the same content to multiple recipients, please use SendMmsRequestBody.of(MmsMessage) method with a single MmsMessage object with the properties of this message.
SendMmsRequestBody._Deserializer - Class in pl.gsmservice.gateway.models.operations
 
SendMmsRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
SendMmsRequestBuilder(SDKMethodInterfaces.MethodCallSendMms) - Constructor for class pl.gsmservice.gateway.models.operations.SendMmsRequestBuilder
 
SendMmsResponse - Class in pl.gsmservice.gateway.models.operations
 
SendMmsResponse(String, int, HttpResponse<InputStream>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.SendMmsResponse
 
SendMmsResponse(String, int, HttpResponse<InputStream>, Optional<? extends List<Message>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.SendMmsResponse
 
SendMmsResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
SendSmsRequestBody - Class in pl.gsmservice.gateway.models.operations
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 - Class in pl.gsmservice.gateway.models.operations
 
SendSmsRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
SendSmsRequestBuilder(SDKMethodInterfaces.MethodCallSendSms) - Constructor for class pl.gsmservice.gateway.models.operations.SendSmsRequestBuilder
 
SendSmsResponse - Class in pl.gsmservice.gateway.models.operations
 
SendSmsResponse(String, int, HttpResponse<InputStream>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.SendSmsResponse
 
SendSmsResponse(String, int, HttpResponse<InputStream>, Optional<? extends List<Message>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.SendSmsResponse
 
SendSmsResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
sentDate() - Method in class pl.gsmservice.gateway.models.components.Message
Sending date and time (in ISO 8601 format)
sentDate(OffsetDateTime) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Sending date and time (in ISO 8601 format)
sentDate(JsonNullable<OffsetDateTime>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Sending date and time (in ISO 8601 format)
serialize(Object, String, String, boolean) - Static method in class pl.gsmservice.gateway.utils.RequestBody
 
serialize(BigDecimalString, JsonGenerator, SerializerProvider) - Method in class pl.gsmservice.gateway.utils.BigDecimalString.BigDecimalStringSerializer
 
serialize(BigIntegerString, JsonGenerator, SerializerProvider) - Method in class pl.gsmservice.gateway.utils.BigIntegerString.BigIntegerStringSerializer
 
serialize(TypedObject, JsonGenerator, SerializerProvider) - Method in class pl.gsmservice.gateway.utils.TypedObject.Serializer
 
SerializedBody - Class in pl.gsmservice.gateway.utils
 
SerializedBody(String, HttpRequest.BodyPublisher) - Constructor for class pl.gsmservice.gateway.utils.SerializedBody
 
serializeFormData(Object) - Static method in class pl.gsmservice.gateway.utils.RequestBody
 
Serializer() - Constructor for class pl.gsmservice.gateway.utils.TypedObject.Serializer
 
serializeRequestBody(Object, String, String, boolean) - Static method in class pl.gsmservice.gateway.utils.Utils
 
server() - Method in enum pl.gsmservice.gateway.Client.AvailableServers
 
server(Client.AvailableServers) - Method in class pl.gsmservice.gateway.Client.Builder
Overrides the default server by name.
SERVERS - Static variable in class pl.gsmservice.gateway.Client
SERVERS contains the list of server urls available to the SDK.
serverURL(String) - Method in class pl.gsmservice.gateway.Client.Builder
Overrides the default server URL.
serverURL(String, Map<String, String>) - Method in class pl.gsmservice.gateway.Client.Builder
Overrides the default server URL with a templated URL populated with the provided parameters.
setBody(Optional<SerializedBody>) - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
setDefault() - Method in class pl.gsmservice.gateway.Senders
Set default sender name

Set default sender name to one of the senders names already defined on your account.
setDefault(String) - Method in class pl.gsmservice.gateway.Senders
Set default sender name

Set default sender name to one of the senders names already defined on your account.
setDefault(String, Optional<Options>) - Method in interface pl.gsmservice.gateway.models.operations.SDKMethodInterfaces.MethodCallSetDefaultSender
 
setDefault(String, Optional<Options>) - Method in class pl.gsmservice.gateway.Senders
Set default sender name

Set default sender name to one of the senders names already defined on your account.
SetDefaultSenderRequest - Class in pl.gsmservice.gateway.models.operations
 
SetDefaultSenderRequest(String) - Constructor for class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequest
 
SetDefaultSenderRequest.Builder - Class in pl.gsmservice.gateway.models.operations
 
SetDefaultSenderRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
SetDefaultSenderRequestBuilder(SDKMethodInterfaces.MethodCallSetDefaultSender) - Constructor for class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequestBuilder
 
SetDefaultSenderResponse - Class in pl.gsmservice.gateway.models.operations
 
SetDefaultSenderResponse(String, int, HttpResponse<InputStream>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
 
SetDefaultSenderResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
shape() - Method in class pl.gsmservice.gateway.utils.TypedObject
 
shape() - Method in class pl.gsmservice.gateway.utils.Utils.TypeReferenceWithShape
 
SHORT_STRICT - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 
sms() - Method in class pl.gsmservice.gateway.Outgoing
 
Sms - Class in pl.gsmservice.gateway
 
SmsEco - pl.gsmservice.gateway.models.components.MessageType
 
SmsEco - pl.gsmservice.gateway.models.components.SmsType
 
SmsMessage - Class in pl.gsmservice.gateway.models.components
SmsMessage - An object with a new SMS message properties
SmsMessage(SmsMessageRecipients, String) - Constructor for class pl.gsmservice.gateway.models.components.SmsMessage
 
SmsMessage(SmsMessageRecipients, String, Optional<String>, Optional<? extends SmsType>, Optional<Boolean>, Optional<Boolean>, JsonNullable<OffsetDateTime>) - Constructor for class pl.gsmservice.gateway.models.components.SmsMessage
 
SmsMessage.Builder - Class in pl.gsmservice.gateway.models.components
 
SmsMessageRecipients - Class in pl.gsmservice.gateway.models.components
SmsMessageRecipients - The recipient number or multiple recipients numbers of single message.
SmsMessageRecipients._Deserializer - Class in pl.gsmservice.gateway.models.components
 
SmsPro - pl.gsmservice.gateway.models.components.MessageType
 
SmsPro - pl.gsmservice.gateway.models.components.SmsType
 
SmsTwoWay - pl.gsmservice.gateway.models.components.MessageType
 
SmsTwoWay - pl.gsmservice.gateway.models.components.SmsType
 
SmsType - Enum in pl.gsmservice.gateway.models.components
SmsType - SMS type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay -> SMS 2WAY)
sortQueryParameters(String) - Static method in class pl.gsmservice.gateway.utils.Utils
Returns an equivalent url with query parameters sorted by name.
sortSerializedMaps(Object, String, String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
SpeakeasyHTTPClient - Class in pl.gsmservice.gateway.utils
 
SpeakeasyHTTPClient() - Constructor for class pl.gsmservice.gateway.utils.SpeakeasyHTTPClient
 
SpeakeasyMetadata - Annotation Type in pl.gsmservice.gateway.utils
 
sslSession() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
status() - Method in class pl.gsmservice.gateway.models.components.CancelledMessage
Status of cancellation (204 if cancelled successfully or error status code)
status() - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
The HTTP status code generated by the origin server for this occurrence of the problem
status() - Method in class pl.gsmservice.gateway.models.components.PingResponse
API service status: OK - API available, ERR - API unavailable
status() - Method in class pl.gsmservice.gateway.models.components.Sender
Sender name status
status() - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
The HTTP status code generated by the origin server for this occurrence of the problem
status(long) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage.Builder
Status of cancellation (204 if cancelled successfully or error status code)
status(long) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
The HTTP status code generated by the origin server for this occurrence of the problem
status(long) - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
The HTTP status code generated by the origin server for this occurrence of the problem
status(String) - Method in class pl.gsmservice.gateway.models.components.PingResponse.Builder
API service status: OK - API available, ERR - API unavailable
status(String) - Method in class pl.gsmservice.gateway.models.components.Sender.Builder
Sender name status
status(Optional<Long>) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage.Builder
Status of cancellation (204 if cancelled successfully or error status code)
status(Optional<Long>) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
The HTTP status code generated by the origin server for this occurrence of the problem
status(Optional<Long>) - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
The HTTP status code generated by the origin server for this occurrence of the problem
status(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.PingResponse.Builder
API service status: OK - API available, ERR - API unavailable
statusCode() - Method in class pl.gsmservice.gateway.models.components.Message
Message status code
statusCode() - Method in exception pl.gsmservice.gateway.models.errors.AuthException
 
statusCode() - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.PingResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
HTTP response status code for this operation
statusCode() - Method in interface pl.gsmservice.gateway.utils.Response
Returns the HTTP status code.
statusCode() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.PingResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse.Builder
HTTP response status code for this operation
statusCode(String) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Message status code
statusCode(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Message status code
statusCodeMatches(int, String...) - Static method in class pl.gsmservice.gateway.utils.Utils
 
statusCodeMatchesOne(int, String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
statusCodes(List<String>) - Method in class pl.gsmservice.gateway.utils.Retries.Builder
Defines the status codes that should be considered as errors.
statusDate() - Method in class pl.gsmservice.gateway.models.components.Message
Date and time of last status change (in ISO 8601 format)
statusDate(OffsetDateTime) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Date and time of last status change (in ISO 8601 format)
statusDate(JsonNullable<OffsetDateTime>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Date and time of last status change (in ISO 8601 format)
statusDescription() - Method in class pl.gsmservice.gateway.models.components.Message
Human redable description of message status
statusDescription(String) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Human redable description of message status
statusDescription(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Human redable description of message status
strategy() - Method in class pl.gsmservice.gateway.utils.RetryConfig
 
stream() - Method in class pl.gsmservice.gateway.utils.EventStream
Returns a Stream of events.
stream(Callable<Optional<T>>, Utils.Function<T, Optional<T>>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
STRICT_DESERIALIZERS - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 
STRING - pl.gsmservice.gateway.utils.Utils.JsonShape
 
STRING_STRICT - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 
subcredit() - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Subaccount credit balance (null if unlimited)
subcredit(float) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
Subaccount credit balance (null if unlimited)
subcredit(JsonNullable<Float>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse.Builder
Subaccount credit balance (null if unlimited)
subject() - Method in class pl.gsmservice.gateway.models.components.MmsMessage
MMS message subject
subject(String) - Method in class pl.gsmservice.gateway.models.components.MmsMessage.Builder
MMS message subject
subject(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.MmsMessage.Builder
MMS message subject

T

templateUrl(String, Map<String, String>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
throwConnectError() - Method in class pl.gsmservice.gateway.utils.BackoffStrategy.Builder
Do not retry on connection error.
throwReadTimeoutError() - Method in class pl.gsmservice.gateway.utils.BackoffStrategy.Builder
Do not retry on Read Timeout error.
title() - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
A short, human-readable summary of the problem type
title() - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
A short, human-readable summary of the problem type
title(String) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
A short, human-readable summary of the problem type
title(String) - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
A short, human-readable summary of the problem type
title(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
A short, human-readable summary of the problem type
title(Optional<String>) - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
A short, human-readable summary of the problem type
toByteArrayAndClose(InputStream) - Static method in class pl.gsmservice.gateway.utils.Utils
 
toList() - Method in class pl.gsmservice.gateway.utils.EventStream
Reads all events and returns them as a List.
toList(Object) - Static method in class pl.gsmservice.gateway.utils.Utils
 
toString() - Method in class pl.gsmservice.gateway.models.components.AccountResponse
 
toString() - Method in class pl.gsmservice.gateway.models.components.Attachments
 
toString() - Method in class pl.gsmservice.gateway.models.components.CancelledMessage
 
toString() - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
 
toString() - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
 
toString() - Method in class pl.gsmservice.gateway.models.components.Message
 
toString() - Method in class pl.gsmservice.gateway.models.components.MmsMessage
 
toString() - Method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid
 
toString() - Method in class pl.gsmservice.gateway.models.components.PingResponse
 
toString() - Method in class pl.gsmservice.gateway.models.components.Price
 
toString() - Method in class pl.gsmservice.gateway.models.components.Recipients
 
toString() - Method in class pl.gsmservice.gateway.models.components.Security
 
toString() - Method in class pl.gsmservice.gateway.models.components.Sender
 
toString() - Method in class pl.gsmservice.gateway.models.components.SenderInput
 
toString() - Method in class pl.gsmservice.gateway.models.components.SmsMessage
 
toString() - Method in class pl.gsmservice.gateway.models.components.SmsMessageRecipients
 
toString() - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
 
toString() - Method in exception pl.gsmservice.gateway.models.errors.SDKError
 
toString() - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesRequest
 
toString() - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderRequest
 
toString() - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequest
 
toString() - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesRequest
 
toString() - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBody
 
toString() - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBody
 
toString() - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequest
 
toString() - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest
 
toString() - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest
 
toString() - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.PingResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.SendMmsRequestBody
 
toString() - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.SendSmsRequestBody
 
toString() - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequest
 
toString() - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
 
toString() - Method in class pl.gsmservice.gateway.utils.BigDecimalString
 
toString() - Method in class pl.gsmservice.gateway.utils.BigIntegerString
 
toString() - Method in class pl.gsmservice.gateway.utils.EventStreamMessage
 
toString() - Method in class pl.gsmservice.gateway.utils.TypedObject
 
toString() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
toString(Class<?>, Object...) - Static method in class pl.gsmservice.gateway.utils.Utils
 
toUtf8AndClose(InputStream) - Static method in class pl.gsmservice.gateway.utils.Utils
 
type() - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
A URI reference that identifies the problem type
type() - Method in class pl.gsmservice.gateway.models.components.Message
Message type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay ->SMS 2WAY, SmsType.Mms -> MMS)
type() - Method in class pl.gsmservice.gateway.models.components.Price
Message type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay ->SMS 2WAY, SmsType.Mms -> MMS)
type() - Method in class pl.gsmservice.gateway.models.components.SmsMessage
SMS type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay -> SMS 2WAY)
type() - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
A URI reference that identifies the problem type
type(String) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
A URI reference that identifies the problem type
type(String) - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
A URI reference that identifies the problem type
type(Optional<? extends MessageType>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Message type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay ->SMS 2WAY, SmsType.Mms -> MMS)
type(Optional<? extends MessageType>) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
Message type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay ->SMS 2WAY, SmsType.Mms -> MMS)
type(Optional<? extends SmsType>) - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
SMS type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay -> SMS 2WAY)
type(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse.Builder
A URI reference that identifies the problem type
type(Optional<String>) - Method in class pl.gsmservice.gateway.models.errors.ErrorResponse.Builder
A URI reference that identifies the problem type
type(MessageType) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Message type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay ->SMS 2WAY, SmsType.Mms -> MMS)
type(MessageType) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
Message type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay ->SMS 2WAY, SmsType.Mms -> MMS)
type(SmsType) - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
SMS type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay -> SMS 2WAY)
TypedObject - Class in pl.gsmservice.gateway.utils
 
TypedObject.Serializer - Class in pl.gsmservice.gateway.utils
 
typeReference() - Method in class pl.gsmservice.gateway.utils.TypedObject
 
typeReference() - Method in class pl.gsmservice.gateway.utils.Utils.TypeReferenceWithShape
 
Types - Enum in pl.gsmservice.gateway.utils
 

U

unicode() - Method in class pl.gsmservice.gateway.models.components.Message
Did the message contain special characters, e.g.
unicode() - Method in class pl.gsmservice.gateway.models.components.Price
Did the message contain special characters, e.g.
unicode() - Method in class pl.gsmservice.gateway.models.components.SmsMessage
Should the message be sent with special characters, e.g.
unicode(boolean) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Did the message contain special characters, e.g.
unicode(boolean) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
Did the message contain special characters, e.g.
unicode(boolean) - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
Should the message be sent with special characters, e.g.
unicode(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.Message.Builder
Did the message contain special characters, e.g.
unicode(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.Price.Builder
Did the message contain special characters, e.g.
unicode(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.SmsMessage.Builder
Should the message be sent with special characters, e.g.
uri() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
urlEncode(String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
userLogin() - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequest
Login of the subaccount (user) to get the data for
userLogin(String) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequest.Builder
Login of the subaccount (user) to get the data for
userLogin(String) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequestBuilder
 
Utils - Class in pl.gsmservice.gateway.utils
 
Utils.Function<S,​T> - Interface in pl.gsmservice.gateway.utils
 
Utils.HttpResponseCached - Class in pl.gsmservice.gateway.utils
 
Utils.JsonShape - Enum in pl.gsmservice.gateway.utils
 
Utils.TypeReferenceWithShape - Class in pl.gsmservice.gateway.utils
 

V

validate(List<Options.Option>) - Method in class pl.gsmservice.gateway.utils.Options
 
valToString(Object) - Static method in class pl.gsmservice.gateway.utils.Utils
 
value() - Method in enum pl.gsmservice.gateway.models.components.AccountType
 
value() - Method in class pl.gsmservice.gateway.models.components.Attachments
Returns an instance of one of these types: java.lang.String java.util.List<java.lang.String>
value() - Method in enum pl.gsmservice.gateway.models.components.MessageType
 
value() - Method in class pl.gsmservice.gateway.models.components.Recipients
Returns an instance of one of these types: java.lang.String java.util.List<java.lang.String> pl.gsmservice.gateway.models.components.PhoneNumberWithCid java.util.List<pl.gsmservice.gateway.models.components.PhoneNumberWithCid>
value() - Method in class pl.gsmservice.gateway.models.components.SmsMessageRecipients
Returns an instance of one of these types: java.lang.String java.util.List<java.lang.String> pl.gsmservice.gateway.models.components.PhoneNumberWithCid java.util.List<pl.gsmservice.gateway.models.components.PhoneNumberWithCid>
value() - Method in enum pl.gsmservice.gateway.models.components.SmsType
 
value() - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBody
Returns an instance of one of these types: pl.gsmservice.gateway.models.components.MmsMessage java.util.List<pl.gsmservice.gateway.models.components.MmsMessage>
value() - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBody
Returns an instance of one of these types: pl.gsmservice.gateway.models.components.SmsMessage java.util.List<pl.gsmservice.gateway.models.components.SmsMessage>
value() - Method in class pl.gsmservice.gateway.models.operations.SendMmsRequestBody
Returns an instance of one of these types: pl.gsmservice.gateway.models.components.MmsMessage java.util.List<pl.gsmservice.gateway.models.components.MmsMessage>
value() - Method in class pl.gsmservice.gateway.models.operations.SendSmsRequestBody
Returns an instance of one of these types: pl.gsmservice.gateway.models.components.SmsMessage java.util.List<pl.gsmservice.gateway.models.components.SmsMessage>
value() - Method in class pl.gsmservice.gateway.utils.BigDecimalString
 
value() - Method in class pl.gsmservice.gateway.utils.BigIntegerString
 
value() - Method in class pl.gsmservice.gateway.utils.LazySingletonValue
 
value() - Method in annotation type pl.gsmservice.gateway.utils.SpeakeasyMetadata
 
value() - Method in class pl.gsmservice.gateway.utils.TypedObject
 
valueOf(String) - Static method in enum pl.gsmservice.gateway.Client.AvailableServers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.gsmservice.gateway.models.components.AccountType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.gsmservice.gateway.models.components.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.gsmservice.gateway.models.components.SmsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.gsmservice.gateway.utils.Options.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.gsmservice.gateway.utils.RetryConfig.Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.gsmservice.gateway.utils.Types
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.gsmservice.gateway.utils.Utils.JsonShape
Returns the enum constant of this type with the specified name.
values() - Static method in enum pl.gsmservice.gateway.Client.AvailableServers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.gsmservice.gateway.models.components.AccountType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.gsmservice.gateway.models.components.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.gsmservice.gateway.models.components.SmsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.gsmservice.gateway.utils.Options.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.gsmservice.gateway.utils.RetryConfig.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.gsmservice.gateway.utils.Types
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.gsmservice.gateway.utils.Utils.JsonShape
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class pl.gsmservice.gateway.models.components.PingResponse
Current API Version
version() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
version(String) - Method in class pl.gsmservice.gateway.models.components.PingResponse.Builder
Current API Version
version(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.PingResponse.Builder
Current API Version

W

withAccountResponse(Optional<? extends AccountResponse>) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
The request was processed successfully
withAccountResponse(Optional<? extends AccountResponse>) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
The request was processed successfully
withAccountResponse(AccountResponse) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
The request was processed successfully
withAccountResponse(AccountResponse) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
The request was processed successfully
withAccountType(Optional<? extends AccountType>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Account type
withAccountType(AccountType) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Account type
withAttachments(Optional<? extends Attachments>) - Method in class pl.gsmservice.gateway.models.components.MmsMessage
Attachments for the message.
withAttachments(Attachments) - Method in class pl.gsmservice.gateway.models.components.MmsMessage
Attachments for the message.
withBearer(String) - Method in class pl.gsmservice.gateway.models.components.Security
 
withBearer(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.Security
 
withCancelledMessages(List<CancelledMessage>) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
The request was processed successfully.
withCancelledMessages(Optional<? extends List<CancelledMessage>>) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
The request was processed successfully.
withCid(String) - Method in class pl.gsmservice.gateway.models.components.Message
Custom message ID assigned by the User
withCid(String) - Method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid
Custom message ID assigned by the User
withCid(String) - Method in class pl.gsmservice.gateway.models.components.Price
Custom message ID assigned by the User
withCid(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid
Custom message ID assigned by the User
withCid(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.Message
Custom message ID assigned by the User
withCid(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.Price
Custom message ID assigned by the User
withCode(String) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry
withCode(String) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry
withCode(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry
withCode(Optional<String>) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.PingResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
HTTP response content type for this operation
withCredit(float) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Current account balance
withCredit(Optional<Float>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Current account balance
withCurrency(String) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Account currency
withCurrency(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Account currency
withDate(OffsetDateTime) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Date and time of message receipt in ISO 8601 format
withDate(OffsetDateTime) - Method in class pl.gsmservice.gateway.models.components.MmsMessage
Scheduled future date and time of sending the message (in ISO 8601 format).
withDate(OffsetDateTime) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
Scheduled future date and time of sending the message (in ISO 8601 format).
withDate(Optional<OffsetDateTime>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Date and time of message receipt in ISO 8601 format
withDate(JsonNullable<OffsetDateTime>) - Method in class pl.gsmservice.gateway.models.components.MmsMessage
Scheduled future date and time of sending the message (in ISO 8601 format).
withDate(JsonNullable<OffsetDateTime>) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
Scheduled future date and time of sending the message (in ISO 8601 format).
withDedicatedNumber(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Dedicated Mobile Originated service number (if the message was received on this number)
withDedicatedNumber(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Dedicated Mobile Originated service number (if the message was received on this number)
withDedicatedPrefix(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Dedicated Mobile Originated service prefix (if the message was received on this number with such prefix)
withDedicatedPrefix(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Dedicated Mobile Originated service prefix (if the message was received on this number with such prefix)
withDefaults() - Static method in class pl.gsmservice.gateway.utils.BackoffStrategy
 
withDescription(String) - Method in class pl.gsmservice.gateway.models.components.SenderInput
Description of the purpose of the sender name (required when adding new sender name)
withDetail(String) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
A human-readable explanation specific to this occurrence of the problem
withDetail(String) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
A human-readable explanation specific to this occurrence of the problem
withDetail(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
A human-readable explanation specific to this occurrence of the problem
withDetail(Optional<String>) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
A human-readable explanation specific to this occurrence of the problem
withError(String) - Method in class pl.gsmservice.gateway.models.components.Price
Information about a possible error
withError(JsonNullable<? extends ErrorResponse>) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage
An object that complies with RFC 9457 containing information about a request error
withError(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.Price
Information about a possible error
withError(ErrorResponse) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage
An object that complies with RFC 9457 containing information about a request error
withFlash(boolean) - Method in class pl.gsmservice.gateway.models.components.Message
Was the message sent with class 0 (FLASH)?
withFlash(boolean) - Method in class pl.gsmservice.gateway.models.components.Price
Was the message sent with class 0 (FLASH)?
withFlash(boolean) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
Should the message to be sent with class 0 (FLASH)?
withFlash(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.Message
Was the message sent with class 0 (FLASH)?
withFlash(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.Price
Was the message sent with class 0 (FLASH)?
withFlash(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
Should the message to be sent with class 0 (FLASH)?
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
 
withId(long) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage
Message ID
withId(long) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Unique identifier of incoming message
withId(long) - Method in class pl.gsmservice.gateway.models.components.Message
Unique message identifier
withId(Optional<Long>) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage
Message ID
withId(Optional<Long>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Unique identifier of incoming message
withId(JsonNullable<Long>) - Method in class pl.gsmservice.gateway.models.components.Message
Unique message identifier
withIds(List<Long>) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesRequest
List<Long> of Message IDs assigned by the system.
withIds(List<Long>) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequest
List<Long> of Message IDs assigned by the system.
withIds(List<Long>) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesRequest
List<Long> of Message IDs assigned by the system.
withIncomingMessages(List<IncomingMessage>) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
The request was processed successfully.
withIncomingMessages(List<IncomingMessage>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
The request was processed successfully.
withIncomingMessages(Optional<? extends List<IncomingMessage>>) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
The request was processed successfully.
withIncomingMessages(Optional<? extends List<IncomingMessage>>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
The request was processed successfully.
withInstance(String) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
A URI reference that identifies the specific occurrence of the problem
withInstance(String) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
A URI reference that identifies the specific occurrence of the problem
withInstance(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
A URI reference that identifies the specific occurrence of the problem
withInstance(Optional<String>) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
A URI reference that identifies the specific occurrence of the problem
withIsDefault(boolean) - Method in class pl.gsmservice.gateway.models.components.Sender
Is the sender default?
withIsMain(boolean) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Is main account?
withIsMain(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Is main account?
withLimit(float) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Acount limit
withLimit(long) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest
Number of results on one page
withLimit(long) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest
Number of results on one page
withLimit(Optional<Float>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Acount limit
withLimit(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest
Number of results on one page
withLimit(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest
Number of results on one page
withLogin(String) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
User Login
withLogin(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Login of the account (sub-account) on which the message was received
withLogin(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
User Login
withLogin(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Login of the account (sub-account) on which the message was received
withMessage(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Received message content
withMessage(String) - Method in class pl.gsmservice.gateway.models.components.MmsMessage
MMS message content
withMessage(String) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
SMS message content
withMessage(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Received message content
withMessage(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.MmsMessage
MMS message content
withMessages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
The request was processed successfully.
withMessages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
The request was processed successfully.
withMessages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
The request was processed successfully.
withMessages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
The request was processed successfully.
withMessages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
The request was processed successfully.
withMessages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
The request was processed successfully.
withMessages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
The request was processed successfully.
withMessages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
The request was processed successfully.
withName(String) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
User name and surname
withName(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
User name and surname
withNr(String) - Method in class pl.gsmservice.gateway.models.components.PhoneNumberWithCid
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.
withPage(long) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest
Page number of results
withPage(long) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest
Page number of results
withPage(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequest
Page number of results
withPage(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesRequest
Page number of results
withParts(long) - Method in class pl.gsmservice.gateway.models.components.Message
The count of parts that message consists of
withParts(long) - Method in class pl.gsmservice.gateway.models.components.Price
The count of parts that message consists of
withParts(JsonNullable<Long>) - Method in class pl.gsmservice.gateway.models.components.Message
The count of parts that message consists of
withParts(JsonNullable<Long>) - Method in class pl.gsmservice.gateway.models.components.Price
The count of parts that message consists of
withPhonebookSenderName(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Sender name (matched with phonebook)
withPhonebookSenderName(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Sender name (matched with phonebook)
withPingResponse(Optional<? extends PingResponse>) - Method in class pl.gsmservice.gateway.models.operations.PingResponse
API service is available
withPingResponse(PingResponse) - Method in class pl.gsmservice.gateway.models.operations.PingResponse
API service is available
withPrice(float) - Method in class pl.gsmservice.gateway.models.components.Message
The price of message (in PLN)
withPrice(float) - Method in class pl.gsmservice.gateway.models.components.Price
The price of message (in PLN)
withPrice(Optional<Float>) - Method in class pl.gsmservice.gateway.models.components.Message
The price of message (in PLN)
withPrice(Optional<Float>) - Method in class pl.gsmservice.gateway.models.components.Price
The price of message (in PLN)
withPrices(List<Price>) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
The request was processed successfully.
withPrices(List<Price>) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
The request was processed successfully.
withPrices(Optional<? extends List<Price>>) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
The request was processed successfully.
withPrices(Optional<? extends List<Price>>) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
The request was processed successfully.
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.PingResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
Raw HTTP response; suitable for custom response parsing
withRecipient(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Recipient number (or service name)
withRecipient(String) - Method in class pl.gsmservice.gateway.models.components.Message
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.
withRecipient(String) - Method in class pl.gsmservice.gateway.models.components.Price
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.
withRecipient(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Recipient number (or service name)
withRecipient(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.Message
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.
withRecipient(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.Price
A telephone number in international format (with a plus sign and the country code at the beginning, e.g.
withRecipients(Recipients) - Method in class pl.gsmservice.gateway.models.components.MmsMessage
The recipient number or multiple recipients numbers of single message.
withRecipients(SmsMessageRecipients) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
The recipient number or multiple recipients numbers of single message.
withSandbox(boolean) - Method in class pl.gsmservice.gateway.models.components.PingResponse
Was the connection established with the test system (SANDBOX)?
withSandbox(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.PingResponse
Was the connection established with the test system (SANDBOX)?
withSender(String) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Message sender number (or alphanumeric name)
withSender(String) - Method in class pl.gsmservice.gateway.models.components.Message
Message sender name
withSender(String) - Method in class pl.gsmservice.gateway.models.components.Price
Message sender name
withSender(String) - Method in class pl.gsmservice.gateway.models.components.Sender
Message sender name
withSender(String) - Method in class pl.gsmservice.gateway.models.components.SenderInput
Message sender name
withSender(String) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
SMS sender name
withSender(String) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderRequest
Sender name to be removed
withSender(String) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequest
Sender name to set as default
withSender(Optional<? extends Sender>) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
The request was processed successfully (sender created)
withSender(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.IncomingMessage
Message sender number (or alphanumeric name)
withSender(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
SMS sender name
withSender(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.Message
Message sender name
withSender(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.Price
Message sender name
withSender(Sender) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
The request was processed successfully (sender created)
withSenders(List<Sender>) - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
The request was processed successfully.
withSenders(Optional<? extends List<Sender>>) - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
The request was processed successfully.
withSentDate(OffsetDateTime) - Method in class pl.gsmservice.gateway.models.components.Message
Sending date and time (in ISO 8601 format)
withSentDate(JsonNullable<OffsetDateTime>) - Method in class pl.gsmservice.gateway.models.components.Message
Sending date and time (in ISO 8601 format)
withStatus(long) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage
Status of cancellation (204 if cancelled successfully or error status code)
withStatus(long) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
The HTTP status code generated by the origin server for this occurrence of the problem
withStatus(long) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
The HTTP status code generated by the origin server for this occurrence of the problem
withStatus(String) - Method in class pl.gsmservice.gateway.models.components.PingResponse
API service status: OK - API available, ERR - API unavailable
withStatus(String) - Method in class pl.gsmservice.gateway.models.components.Sender
Sender name status
withStatus(Optional<Long>) - Method in class pl.gsmservice.gateway.models.components.CancelledMessage
Status of cancellation (204 if cancelled successfully or error status code)
withStatus(Optional<Long>) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
The HTTP status code generated by the origin server for this occurrence of the problem
withStatus(Optional<Long>) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
The HTTP status code generated by the origin server for this occurrence of the problem
withStatus(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.PingResponse
API service status: OK - API available, ERR - API unavailable
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.CancelMessagesResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.DeleteSenderResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.GetAccountDetailsResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.GetIncomingMessagesResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.GetMessagesResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.ListIncomingMessagesResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.ListMessagesResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.ListSendersResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.PingResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.SendMmsResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.SendSmsResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.SetDefaultSenderResponse
HTTP response status code for this operation
withStatusCode(String) - Method in class pl.gsmservice.gateway.models.components.Message
Message status code
withStatusCode(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.Message
Message status code
withStatusDate(OffsetDateTime) - Method in class pl.gsmservice.gateway.models.components.Message
Date and time of last status change (in ISO 8601 format)
withStatusDate(JsonNullable<OffsetDateTime>) - Method in class pl.gsmservice.gateway.models.components.Message
Date and time of last status change (in ISO 8601 format)
withStatusDescription(String) - Method in class pl.gsmservice.gateway.models.components.Message
Human redable description of message status
withStatusDescription(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.Message
Human redable description of message status
withSubcredit(float) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Subaccount credit balance (null if unlimited)
withSubcredit(JsonNullable<Float>) - Method in class pl.gsmservice.gateway.models.components.AccountResponse
Subaccount credit balance (null if unlimited)
withSubject(String) - Method in class pl.gsmservice.gateway.models.components.MmsMessage
MMS message subject
withSubject(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.MmsMessage
MMS message subject
withTitle(String) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
A short, human-readable summary of the problem type
withTitle(String) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
A short, human-readable summary of the problem type
withTitle(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
A short, human-readable summary of the problem type
withTitle(Optional<String>) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
A short, human-readable summary of the problem type
withType(String) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
A URI reference that identifies the problem type
withType(String) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
A URI reference that identifies the problem type
withType(Optional<? extends MessageType>) - Method in class pl.gsmservice.gateway.models.components.Message
Message type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay ->SMS 2WAY, SmsType.Mms -> MMS)
withType(Optional<? extends MessageType>) - Method in class pl.gsmservice.gateway.models.components.Price
Message type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay ->SMS 2WAY, SmsType.Mms -> MMS)
withType(Optional<? extends SmsType>) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
SMS type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay -> SMS 2WAY)
withType(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.ErrorResponse
A URI reference that identifies the problem type
withType(Optional<String>) - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
A URI reference that identifies the problem type
withType(MessageType) - Method in class pl.gsmservice.gateway.models.components.Message
Message type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay ->SMS 2WAY, SmsType.Mms -> MMS)
withType(MessageType) - Method in class pl.gsmservice.gateway.models.components.Price
Message type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay ->SMS 2WAY, SmsType.Mms -> MMS)
withType(SmsType) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
SMS type (SmsType.SmsPro -> SMS PRO, SmsType.SmsEco -> SMS ECO, SmsType.SmsTwoWay -> SMS 2WAY)
withUnicode(boolean) - Method in class pl.gsmservice.gateway.models.components.Message
Did the message contain special characters, e.g.
withUnicode(boolean) - Method in class pl.gsmservice.gateway.models.components.Price
Did the message contain special characters, e.g.
withUnicode(boolean) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
Should the message be sent with special characters, e.g.
withUnicode(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.Message
Did the message contain special characters, e.g.
withUnicode(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.Price
Did the message contain special characters, e.g.
withUnicode(Optional<Boolean>) - Method in class pl.gsmservice.gateway.models.components.SmsMessage
Should the message be sent with special characters, e.g.
withUserLogin(String) - Method in class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequest
Login of the subaccount (user) to get the data for
withVersion(String) - Method in class pl.gsmservice.gateway.models.components.PingResponse
Current API Version
withVersion(Optional<String>) - Method in class pl.gsmservice.gateway.models.components.PingResponse
Current API Version

_

_Deserializer() - Constructor for class pl.gsmservice.gateway.models.components.Attachments._Deserializer
 
_Deserializer() - Constructor for class pl.gsmservice.gateway.models.components.Recipients._Deserializer
 
_Deserializer() - Constructor for class pl.gsmservice.gateway.models.components.SmsMessageRecipients._Deserializer
 
_Deserializer() - Constructor for class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBody._Deserializer
 
_Deserializer() - Constructor for class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBody._Deserializer
 
_Deserializer() - Constructor for class pl.gsmservice.gateway.models.operations.SendMmsRequestBody._Deserializer
 
_Deserializer() - Constructor for class pl.gsmservice.gateway.models.operations.SendSmsRequestBody._Deserializer
 
A B C D E F G H I J L M N O P Q R S T U V W _ 
All Classes All Packages