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

accept(T) - Method in interface pl.gsmservice.gateway.utils.Exceptions.CheckedConsumer
 
accountResponse() - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
The request was processed successfully
accountResponse() - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
The request was processed successfully
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.async.GetAccountDetailsResponse.Builder
The request was processed successfully
accountResponse(Optional<? extends AccountResponse>) - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse.Builder
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.async.GetAccountDetailsResponse.Builder
The request was processed successfully
accountResponse(AccountResponse) - Method in class pl.gsmservice.gateway.models.operations.async.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
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.AsyncClient
 
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
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.AsyncSenders
Add a new sender name
add() - Method in class pl.gsmservice.gateway.Senders
Add a new sender name
add(String, String) - Method in class pl.gsmservice.gateway.utils.Headers
Appends a header value.
add(ByteBuffer) - Method in class pl.gsmservice.gateway.utils.StreamingParser
Add ByteBuffer data to the parser buffer and extract any complete items.
add(SenderInput) - Method in class pl.gsmservice.gateway.AsyncSenders
Add a new sender name
add(SenderInput) - Method in class pl.gsmservice.gateway.Senders
Add a new sender name
add(SenderInput, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncSenders
Add a new sender name
add(SenderInput, Optional<Options>) - Method in class pl.gsmservice.gateway.Senders
Add a new sender name
add(Headers) - Method in class pl.gsmservice.gateway.utils.Headers
 
addHeader(String, String) - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
addHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
addPart(String, byte[], String, String) - Method in class pl.gsmservice.gateway.utils.Multipart.Builder
 
addPart(String, String) - Method in class pl.gsmservice.gateway.utils.Multipart.Builder
 
addPart(String, String, String) - Method in class pl.gsmservice.gateway.utils.Multipart.Builder
 
addPart(String, Blob, String, String) - Method in class pl.gsmservice.gateway.utils.Multipart.Builder
 
addQueryParam(String, String, boolean) - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
addQueryParam(QueryParameter) - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
addQueryParams(Collection<QueryParameter>) - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
AddSender - Class in pl.gsmservice.gateway.operations
 
AddSender() - Constructor for class pl.gsmservice.gateway.operations.AddSender
 
AddSender.Async - Class in pl.gsmservice.gateway.operations
 
AddSender.Sync - Class in pl.gsmservice.gateway.operations
 
AddSenderRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
AddSenderRequestBuilder - Class in pl.gsmservice.gateway.models.operations.async
 
AddSenderRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.AddSenderRequestBuilder
 
AddSenderRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.AddSenderRequestBuilder
 
AddSenderResponse - Class in pl.gsmservice.gateway.models.operations
 
AddSenderResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.AddSenderResponse
 
AddSenderResponse(String, int, HttpResponse<Blob>, Optional<? extends Sender>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.AddSenderResponse
 
AddSenderResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
AddSenderResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
afterError(Hook.AfterErrorContext, HttpResponse<Blob>, Throwable) - Method in interface pl.gsmservice.gateway.utils.AsyncHook.AfterError
Either returns an HttpResponse or throws an Exception.
afterError(Hook.AfterErrorContext, HttpResponse<Blob>, Throwable) - Method in class pl.gsmservice.gateway.utils.AsyncHooks
 
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(SDKConfiguration, String, String, Optional<List<String>>, Optional<SecuritySource>) - Constructor for class pl.gsmservice.gateway.utils.Hook.AfterErrorContextImpl
 
afterResponse(UnaryOperator<HttpResponse<InputStream>>) - Method in class pl.gsmservice.gateway.utils.RecordingClient
 
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
 
afterSuccess(Hook.AfterSuccessContext, HttpResponse<Blob>) - Method in interface pl.gsmservice.gateway.utils.AsyncHook.AfterSuccess
Transforms the given response before response processing occurs.
afterSuccess(Hook.AfterSuccessContext, HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.utils.AsyncHooks
 
AfterSuccessContextImpl(SDKConfiguration, String, String, Optional<List<String>>, Optional<SecuritySource>) - Constructor for class pl.gsmservice.gateway.utils.Hook.AfterSuccessContextImpl
 
ALLOW_RESERVED - Static variable in class pl.gsmservice.gateway.utils.Utf8UrlEncoder
 
allowIntrospection(Class<?>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
allowReserved() - Method in class pl.gsmservice.gateway.utils.QueryParameter
 
allowReserved(boolean) - Static method in class pl.gsmservice.gateway.utils.Utf8UrlEncoder
 
apply(S) - Method in interface pl.gsmservice.gateway.utils.Utils.Function
 
apply(T) - Method in interface pl.gsmservice.gateway.utils.Exceptions.CheckedFunction
 
applyMatchPreferences(List<OneOfDeserializer.Match<T>>, String) - Static method in class pl.gsmservice.gateway.utils.OneOfDeserializer
 
ARRAY - pl.gsmservice.gateway.utils.Types
 
asEnum() - Method in class pl.gsmservice.gateway.models.components.MessageType
 
asEnum() - Method in class pl.gsmservice.gateway.models.components.SmsType
 
asPublisher() - Method in class pl.gsmservice.gateway.utils.Blob
Returns a Flow.Publisher<ByteBuffer> that emits individual ByteBuffer from the underlying stream.
asType(EventStreamMessage, ObjectMapper, TypeReference<T>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
async() - Method in class pl.gsmservice.gateway.Accounts
Switches to the async SDK.
async() - Method in class pl.gsmservice.gateway.Client
Switches to the async SDK.
async() - Method in class pl.gsmservice.gateway.Common
Switches to the async SDK.
async() - Method in class pl.gsmservice.gateway.Incoming
Switches to the async SDK.
async() - Method in class pl.gsmservice.gateway.Mms
Switches to the async SDK.
async() - Method in class pl.gsmservice.gateway.Outgoing
Switches to the async SDK.
async() - Method in class pl.gsmservice.gateway.Senders
Switches to the async SDK.
async() - Method in class pl.gsmservice.gateway.Sms
Switches to the async SDK.
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.AddSender.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.CancelMessages.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.DeleteSender.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.GetAccountDetails.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.GetIncomingMessages.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.GetMessages.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.GetMmsPrice.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.GetSmsPrice.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.GetSubaccountDetails.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.ListIncomingMessages.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.ListMessages.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.ListSenders.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.Ping.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.SendMms.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.SendSms.Async
 
Async(SDKConfiguration, Optional<Options>, ScheduledExecutorService, Headers) - Constructor for class pl.gsmservice.gateway.operations.SetDefaultSender.Async
 
AsyncAccounts - Class in pl.gsmservice.gateway
 
AsyncClient - Class in pl.gsmservice.gateway
Messaging Gateway SzybkiSMS.pl (former GSMService.pl):

This package includes Messaging SDK for JAVA to send SMS & MMS messages directly from your app via https://szybkisms.pl messaging platform.
AsyncCommon - Class in pl.gsmservice.gateway
 
AsyncHook - Class in pl.gsmservice.gateway.utils
Utility class for defining async hook interfaces.
AsyncHook.AfterError - Interface in pl.gsmservice.gateway.utils
Specifies what happens if a request action throws an Exception.
AsyncHook.AfterSuccess - Interface in pl.gsmservice.gateway.utils
Specifies how a response is transformed before response processing.
AsyncHook.BeforeRequest - Interface in pl.gsmservice.gateway.utils
Specifies how a request is transformed before sending.
AsyncHook.IdempotencyHook - Class in pl.gsmservice.gateway.utils
 
asyncHooks() - Method in class pl.gsmservice.gateway.SDKConfiguration
 
AsyncHooks - Class in pl.gsmservice.gateway.utils
Async hook registry for runtime request/response processing.
AsyncHooks() - Constructor for class pl.gsmservice.gateway.utils.AsyncHooks
 
AsyncIncoming - Class in pl.gsmservice.gateway
 
AsyncMms - Class in pl.gsmservice.gateway
 
AsyncOutgoing - Class in pl.gsmservice.gateway
 
AsyncResponse - Interface in pl.gsmservice.gateway.utils
 
AsyncRetries - Class in pl.gsmservice.gateway.utils
 
AsyncRetries.Builder - Class in pl.gsmservice.gateway.utils
 
AsyncRetryableException - Exception in pl.gsmservice.gateway.utils
 
AsyncRetryableException(HttpResponse<Blob>) - Constructor for exception pl.gsmservice.gateway.utils.AsyncRetryableException
 
AsyncSenders - Class in pl.gsmservice.gateway
 
AsyncSms - Class in pl.gsmservice.gateway
 
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._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.AfterErrorContextImpl
 
baseUrl() - Method in class pl.gsmservice.gateway.utils.Hook.AfterSuccessContextImpl
 
baseUrl() - Method in class pl.gsmservice.gateway.utils.Hook.BeforeRequestContextImpl
 
baseUrl() - Method in interface pl.gsmservice.gateway.utils.Hook.HookContext
 
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(UnaryOperator<HttpRequest>) - Method in class pl.gsmservice.gateway.utils.RecordingClient
 
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in interface pl.gsmservice.gateway.utils.AsyncHook.BeforeRequest
Transforms the given HttpRequest before sending.
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in class pl.gsmservice.gateway.utils.AsyncHook.IdempotencyHook
 
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in class pl.gsmservice.gateway.utils.AsyncHooks
 
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(SDKConfiguration, String, 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.Deserializer - Class in pl.gsmservice.gateway.utils
 
BigDecimalString.Serializer - Class in pl.gsmservice.gateway.utils
 
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.Deserializer - Class in pl.gsmservice.gateway.utils
 
BigIntegerString.Serializer - Class in pl.gsmservice.gateway.utils
 
Blob - Class in pl.gsmservice.gateway.utils
A utility class for creating data blobs from various input sources that implements HttpRequest.BodyPublisher.
BlockingParser<T> - Class in pl.gsmservice.gateway.utils
Blocking parser that reads from a Reader and delegates to a StreamingParser.
BlockingParser(Reader, StreamingParser<T>) - Constructor for class pl.gsmservice.gateway.utils.BlockingParser
 
body() - Method in exception pl.gsmservice.gateway.models.errors.SDKError
 
body() - Method in exception pl.gsmservice.gateway.models.errors.UncheckedSDKError
 
body() - Method in class pl.gsmservice.gateway.utils.reactive.EventStream
Returns the AsyncResponse body.
body() - Method in class pl.gsmservice.gateway.utils.ResponseWithBody
 
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
 
bodyAsString() - Method in exception pl.gsmservice.gateway.models.errors.SDKError
 
bodyAsString() - Method in exception pl.gsmservice.gateway.models.errors.UncheckedSDKError
 
bodyAsUtf8() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
bodyBytes(HttpRequest) - Static method in class pl.gsmservice.gateway.utils.Helpers
Returns the request body as a byte array.
bodyPublisher() - Method in class pl.gsmservice.gateway.utils.Multipart
 
bodyUtf8(HttpRequest) - Static method in class pl.gsmservice.gateway.utils.Helpers
Returns the request body as a String assuming that the bytes of the request body are encoded with UTF-8.
BOOLEAN_STRICT - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 
boundary() - Method in class pl.gsmservice.gateway.utils.Multipart
Visible for tests.
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.async.ErrorResponse.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.async.AddSenderResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse.Builder
 
build() - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse.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.AsyncRetries.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.Multipart.Builder
 
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.async.ErrorResponse
 
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.async.AddSenderResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.PingResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
 
builder() - Static method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse
 
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.AsyncRetries
 
builder() - Static method in class pl.gsmservice.gateway.utils.BackoffStrategy
 
builder() - Static method in class pl.gsmservice.gateway.utils.Multipart
 
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
 
Builder() - Constructor for class pl.gsmservice.gateway.utils.Multipart.Builder
 
buildUrl(String, Collection<QueryParameter>) - Static method in class pl.gsmservice.gateway.utils.HTTPRequest
 

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.async.AddSenderRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.PingRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsRequestBuilder
 
call() - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderRequestBuilder
 
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
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.async.CancelMessagesResponse
The request was processed successfully.
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.async.CancelMessagesResponse.Builder
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.async.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.
CancelMessages - Class in pl.gsmservice.gateway.operations
 
CancelMessages() - Constructor for class pl.gsmservice.gateway.operations.CancelMessages
 
CancelMessages.Async - Class in pl.gsmservice.gateway.operations
 
CancelMessages.Sync - Class in pl.gsmservice.gateway.operations
 
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.async
 
CancelMessagesRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
CancelMessagesRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.CancelMessagesRequestBuilder
 
CancelMessagesRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.CancelMessagesRequestBuilder
 
CancelMessagesResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
 
CancelMessagesResponse(String, int, HttpResponse<Blob>, Optional<? extends List<CancelledMessage>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
 
CancelMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
CancelMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
cancelScheduled() - Method in class pl.gsmservice.gateway.AsyncOutgoing
Cancel a scheduled messages
cancelScheduled() - Method in class pl.gsmservice.gateway.Outgoing
Cancel a scheduled messages
cancelScheduled(List<Long>) - Method in class pl.gsmservice.gateway.AsyncOutgoing
Cancel a scheduled messages
cancelScheduled(List<Long>) - Method in class pl.gsmservice.gateway.Outgoing
Cancel a scheduled messages
cancelScheduled(List<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncOutgoing
Cancel a scheduled messages
cancelScheduled(List<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.Outgoing
Cancel a scheduled messages
castLong(long, Class<N>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
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 - Static variable in interface pl.gsmservice.gateway.utils.HTTPClient
 
client() - Method in class pl.gsmservice.gateway.SDKConfiguration
 
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 SzybkiSMS.pl (former GSMService.pl):

This package includes Messaging SDK for JAVA to send SMS & MMS messages directly from your app via https://szybkisms.pl messaging platform.
Client(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.Client
 
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.BlockingParser
Close the underlying reader
close() - Method in class pl.gsmservice.gateway.utils.EventStream
 
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.async.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() - Method in exception pl.gsmservice.gateway.models.errors.UncheckedSDKError
 
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.async.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.async.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
coerceException(Throwable) - Static method in class pl.gsmservice.gateway.utils.Exceptions
 
common() - Method in class pl.gsmservice.gateway.AsyncClient
 
common() - Method in class pl.gsmservice.gateway.Client
 
Common - Class in pl.gsmservice.gateway
 
concat(List<Flow.Publisher<T>>) - Static method in class pl.gsmservice.gateway.utils.reactive.ReactiveUtils
Concatenates multiple publishers into a single publisher.
configureSecurity(HTTPRequest, Object) - Static method in class pl.gsmservice.gateway.utils.Security
 
configureSecurity(HTTPRequest, Object) - Static method in class pl.gsmservice.gateway.utils.Utils
 
Constants - Class in pl.gsmservice.gateway.utils
 
Constants() - Constructor for class pl.gsmservice.gateway.utils.Constants
 
contentLength() - Method in class pl.gsmservice.gateway.utils.Blob
 
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.async.AddSenderResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
HTTP response content type for this operation
contentType() - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse
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.AsyncResponse
Returns the value of the Content-Type header.
contentType() - Method in class pl.gsmservice.gateway.utils.Multipart
RFC 7578: no charset parameter at the multipart level.
contentType() - Method in class pl.gsmservice.gateway.utils.reactive.EventStream
Returns the value of the Content-Type header.
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.async.AddSenderResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse.Builder
HTTP response content type for this operation
contentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse.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
 
CopiableInputStream - Class in pl.gsmservice.gateway.utils
 
CopiableInputStream(InputStream) - Constructor for class pl.gsmservice.gateway.utils.CopiableInputStream
 
copy() - Method in class pl.gsmservice.gateway.utils.CopiableInputStream
 
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.
createAsyncApiError(HttpResponse<Blob>, String) - Static method in class pl.gsmservice.gateway.utils.Utils
Creates a failed CompletableFuture with an async API exception.
createParser() - Method in interface pl.gsmservice.gateway.utils.reactive.EventStream.Protocol
Create a new parser instance for this protocol
createTestHTTPClient(String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
createTestHTTPClient(SpeakeasyHTTPClient, String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
credentials() - Method in class pl.gsmservice.gateway.utils.SessionManager.Session
 
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.AsyncHook.AfterError
 
DEFAULT - Static variable in interface pl.gsmservice.gateway.utils.AsyncHook.AfterSuccess
 
DEFAULT - Static variable in interface pl.gsmservice.gateway.utils.AsyncHook.BeforeRequest
 
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.
DEFAULT - Static variable in class pl.gsmservice.gateway.utils.Utf8UrlEncoder
 
DEFAULT_TEXT_CT - Static variable in class pl.gsmservice.gateway.utils.Multipart
 
DefaultSecuritySource(HasSecurity) - Constructor for class pl.gsmservice.gateway.SecuritySource.DefaultSecuritySource
 
delete() - Method in class pl.gsmservice.gateway.AsyncSenders
Delete a sender name
delete() - Method in class pl.gsmservice.gateway.Senders
Delete a sender name
delete(String) - Method in class pl.gsmservice.gateway.AsyncSenders
Delete a sender name
delete(String) - Method in class pl.gsmservice.gateway.Senders
Delete a sender name
delete(String, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncSenders
Delete a sender name
delete(String, Optional<Options>) - Method in class pl.gsmservice.gateway.Senders
Delete a sender name
DeleteSender - Class in pl.gsmservice.gateway.operations
 
DeleteSender() - Constructor for class pl.gsmservice.gateway.operations.DeleteSender
 
DeleteSender.Async - Class in pl.gsmservice.gateway.operations
 
DeleteSender.Sync - Class in pl.gsmservice.gateway.operations
 
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.async
 
DeleteSenderRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
DeleteSenderRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.DeleteSenderRequestBuilder
 
DeleteSenderRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.DeleteSenderRequestBuilder
 
DeleteSenderResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
 
DeleteSenderResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
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.models.components.MessageType._Deserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class pl.gsmservice.gateway.models.components.SmsType._Deserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class pl.gsmservice.gateway.utils.BigDecimalString.Deserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class pl.gsmservice.gateway.utils.BigIntegerString.Deserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class pl.gsmservice.gateway.utils.OneOfDeserializer
 
Deserializer() - Constructor for class pl.gsmservice.gateway.utils.BigDecimalString.Deserializer
 
Deserializer() - Constructor for class pl.gsmservice.gateway.utils.BigIntegerString.Deserializer
 
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.async.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.async.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.async.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
 
doRequest() - Method in class pl.gsmservice.gateway.operations.GetAccountDetails.Async
 
doRequest() - Method in class pl.gsmservice.gateway.operations.GetAccountDetails.Sync
 
doRequest() - Method in class pl.gsmservice.gateway.operations.ListSenders.Async
 
doRequest() - Method in class pl.gsmservice.gateway.operations.ListSenders.Sync
 
doRequest() - Method in interface pl.gsmservice.gateway.operations.Operations.AsyncRequestlessOperation
 
doRequest() - Method in interface pl.gsmservice.gateway.operations.Operations.RequestlessOperation
 
doRequest() - Method in class pl.gsmservice.gateway.operations.Ping.Async
 
doRequest() - Method in class pl.gsmservice.gateway.operations.Ping.Sync
 
doRequest(SenderInput) - Method in class pl.gsmservice.gateway.operations.AddSender.Async
 
doRequest(SenderInput) - Method in class pl.gsmservice.gateway.operations.AddSender.Sync
 
doRequest(CancelMessagesRequest) - Method in class pl.gsmservice.gateway.operations.CancelMessages.Async
 
doRequest(CancelMessagesRequest) - Method in class pl.gsmservice.gateway.operations.CancelMessages.Sync
 
doRequest(DeleteSenderRequest) - Method in class pl.gsmservice.gateway.operations.DeleteSender.Async
 
doRequest(DeleteSenderRequest) - Method in class pl.gsmservice.gateway.operations.DeleteSender.Sync
 
doRequest(GetIncomingMessagesRequest) - Method in class pl.gsmservice.gateway.operations.GetIncomingMessages.Async
 
doRequest(GetIncomingMessagesRequest) - Method in class pl.gsmservice.gateway.operations.GetIncomingMessages.Sync
 
doRequest(GetMessagesRequest) - Method in class pl.gsmservice.gateway.operations.GetMessages.Async
 
doRequest(GetMessagesRequest) - Method in class pl.gsmservice.gateway.operations.GetMessages.Sync
 
doRequest(GetMmsPriceRequestBody) - Method in class pl.gsmservice.gateway.operations.GetMmsPrice.Async
 
doRequest(GetMmsPriceRequestBody) - Method in class pl.gsmservice.gateway.operations.GetMmsPrice.Sync
 
doRequest(GetSmsPriceRequestBody) - Method in class pl.gsmservice.gateway.operations.GetSmsPrice.Async
 
doRequest(GetSmsPriceRequestBody) - Method in class pl.gsmservice.gateway.operations.GetSmsPrice.Sync
 
doRequest(GetSubaccountDetailsRequest) - Method in class pl.gsmservice.gateway.operations.GetSubaccountDetails.Async
 
doRequest(GetSubaccountDetailsRequest) - Method in class pl.gsmservice.gateway.operations.GetSubaccountDetails.Sync
 
doRequest(ListIncomingMessagesRequest) - Method in class pl.gsmservice.gateway.operations.ListIncomingMessages.Async
 
doRequest(ListIncomingMessagesRequest) - Method in class pl.gsmservice.gateway.operations.ListIncomingMessages.Sync
 
doRequest(ListMessagesRequest) - Method in class pl.gsmservice.gateway.operations.ListMessages.Async
 
doRequest(ListMessagesRequest) - Method in class pl.gsmservice.gateway.operations.ListMessages.Sync
 
doRequest(SendMmsRequestBody) - Method in class pl.gsmservice.gateway.operations.SendMms.Async
 
doRequest(SendMmsRequestBody) - Method in class pl.gsmservice.gateway.operations.SendMms.Sync
 
doRequest(SendSmsRequestBody) - Method in class pl.gsmservice.gateway.operations.SendSms.Async
 
doRequest(SendSmsRequestBody) - Method in class pl.gsmservice.gateway.operations.SendSms.Sync
 
doRequest(SetDefaultSenderRequest) - Method in class pl.gsmservice.gateway.operations.SetDefaultSender.Async
 
doRequest(SetDefaultSenderRequest) - Method in class pl.gsmservice.gateway.operations.SetDefaultSender.Sync
 
doRequest(ReqT) - Method in interface pl.gsmservice.gateway.operations.Operations.AsyncRequestOperation
 
doRequest(ReqT) - Method in interface pl.gsmservice.gateway.operations.Operations.RequestOperation
 
DOUBLE_STRICT - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 

E

EMPTY - Static variable in class pl.gsmservice.gateway.utils.Headers
 
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.
enableDebugLogging(boolean) - Method in interface pl.gsmservice.gateway.utils.HTTPClient
Controls the debug flag that can be used by clients to perform conditional debugging actions like logging HTTP requests and responses.
enableDebugLogging(boolean) - Method in class pl.gsmservice.gateway.utils.SpeakeasyHTTPClient
 
enableHTTPDebugLogging(boolean) - Method in class pl.gsmservice.gateway.Client.Builder
Enables debug logging for HTTP requests and responses, including JSON body content.
encode(String) - Method in class pl.gsmservice.gateway.utils.Utf8UrlEncoder
 
enhancedDeepEquals(Object, Object) - Static method in class pl.gsmservice.gateway.utils.Utils
Returns true if and only if the two objects are deeply equal, uses mathematical equivalence for Number subclasses (2 == 2.0) instead of Number.equals.
enhancedHash(Object...) - Static method in class pl.gsmservice.gateway.utils.Utils
Returns a combined hash code (applying Utils.enhancedHashCode(java.lang.Object)) for the given objects (usually the fields of an object whose hashCode we want to be calculated).
enhancedHashCode(Object) - Static method in class pl.gsmservice.gateway.utils.Utils
Returns a hash code that complies with the equals/hashCode contract when equals is implemented by Utils.enhancedDeepEquals(Object, Object).
ENUM - pl.gsmservice.gateway.utils.Types
 
environmentVariable(String, String) - Static method in class pl.gsmservice.gateway.utils.Utils
Internal use.
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.MessageType
 
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 class pl.gsmservice.gateway.models.components.SmsType
 
equals(Object) - Method in exception pl.gsmservice.gateway.models.errors.async.ErrorResponse
 
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 exception pl.gsmservice.gateway.models.errors.UncheckedSDKError
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.AddSenderResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
 
equals(Object) - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse
 
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
 
equals(Object) - Method in class pl.gsmservice.gateway.utils.QueryParameter
 
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
ErrorResponse - Exception in pl.gsmservice.gateway.models.errors.async
ErrorResponse
ErrorResponse - Exception in pl.gsmservice.gateway.models.errors
ErrorResponse
ErrorResponse() - Constructor for class pl.gsmservice.gateway.models.components.ErrorResponse
 
ErrorResponse() - Constructor for exception pl.gsmservice.gateway.models.errors.async.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.async.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.async
 
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
Provides a convenient way to consume Server-Sent Events (SSE) from a stream.
EventStream<ResponseT extends AsyncResponse,​ItemT> - Class in pl.gsmservice.gateway.utils.reactive
A reactive event stream publisher that can handle different protocols (SSE, JSONL) and emits typed events with proper backpressure handling.
EventStream(InputStream, TypeReference<T>, ObjectMapper, Optional<String>) - Constructor for class pl.gsmservice.gateway.utils.EventStream
 
EventStream.Protocol<ParsedT,​ItemT> - Interface in pl.gsmservice.gateway.utils.reactive
Protocol interface that defines how to parse and process different event stream formats
EventStreamMessage - Class in pl.gsmservice.gateway.utils
 
EventStreamMessage(Optional<String>, Optional<String>, Optional<Integer>, String) - Constructor for class pl.gsmservice.gateway.utils.EventStreamMessage
 
exception() - Method in exception pl.gsmservice.gateway.utils.NonRetryableException
 
Exceptions - Class in pl.gsmservice.gateway.utils
 
Exceptions() - Constructor for class pl.gsmservice.gateway.utils.Exceptions
 
Exceptions.CheckedConsumer<T> - Interface in pl.gsmservice.gateway.utils
 
Exceptions.CheckedFunction<T,​R> - Interface in pl.gsmservice.gateway.utils
 
Exceptions.CheckedRunnable - Interface in pl.gsmservice.gateway.utils
 
Exceptions.CheckedSupplier<T> - Interface in pl.gsmservice.gateway.utils
 
expiresAt() - Method in class pl.gsmservice.gateway.utils.SessionManager.Session
 
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
 
findComplexObjectWithNonEmptyAnnotatedField(Object, String...) - Static method in class pl.gsmservice.gateway.utils.Security
 
findFieldsWhereMetadataContainsRegexes(Object, String...) - Static method in class pl.gsmservice.gateway.utils.Security
 
findStringValueWhereMetadataContainsRegexes(Object, String...) - Static method in class pl.gsmservice.gateway.utils.Security
 
findStringValueWhereMetadataNameIs(Object, String) - Static method in class pl.gsmservice.gateway.utils.Security
 
findValueWhereMetadataContainsRegexes(Object, String...) - Static method in class pl.gsmservice.gateway.utils.Security
 
finish() - Method in class pl.gsmservice.gateway.utils.StreamingParser
Extract any remaining partial content when stream ends.
first(String) - Method in class pl.gsmservice.gateway.utils.Headers
Returns the first value for a header name.
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)?
flatten(Flow.Publisher<List<T>>) - Static method in class pl.gsmservice.gateway.utils.reactive.ReactiveUtils
Flattens a stream of List<T> into a stream of individual T items.
flatten(Flow.Publisher<T>, Function<T, Iterable<R>>) - Static method in class pl.gsmservice.gateway.utils.reactive.ReactiveUtils
Flattens a stream of collections into a stream of individual items.
FLOAT_STRICT - Static variable in class pl.gsmservice.gateway.utils.Deserializers
 
forEach(BiConsumer<? super String, ? super List<String>>) - Method in class pl.gsmservice.gateway.utils.Headers
 
forJsonL(CompletableFuture<ResponseT>, TypeReference<ItemT>, ObjectMapper) - Static method in class pl.gsmservice.gateway.utils.reactive.EventStream
Create an EventStream for JSONL (JSON Lines) format
forJsonLines() - Static method in class pl.gsmservice.gateway.utils.StreamingParser
Create a streaming parser for JSON Lines format
forJsonLines(Reader) - Static method in class pl.gsmservice.gateway.utils.BlockingParser
Create a blocking parser for JSON Lines format
forSSE() - Static method in class pl.gsmservice.gateway.utils.StreamingParser
Create a streaming parser for SSE format
forSSE(Reader) - Static method in class pl.gsmservice.gateway.utils.BlockingParser
Create a blocking parser for SSE format
forSSE(CompletableFuture<ResponseT>, TypeReference<ItemT>, ObjectMapper, String) - Static method in class pl.gsmservice.gateway.utils.reactive.EventStream
Create an EventStream for SSE (Server-Sent Events) format
from(byte[]) - Static method in class pl.gsmservice.gateway.utils.Blob
Creates a Blob from a byte array.
from(InputStream) - Static method in class pl.gsmservice.gateway.utils.Blob
Creates a Blob from an InputStream.
from(String) - Static method in class pl.gsmservice.gateway.utils.Blob
Creates a Blob from a String using UTF-8 encoding.
from(ByteBuffer) - Static method in class pl.gsmservice.gateway.utils.Blob
Creates a Blob from a single ByteBuffer.
from(Path) - Static method in class pl.gsmservice.gateway.utils.Blob
Creates a Blob from a file path.
from(Flow.Publisher<List<ByteBuffer>>) - Static method in class pl.gsmservice.gateway.utils.Blob
Creates a Blob from a Flow.Publisher<List<ByteBuffer>>.
from(List<ByteBuffer>) - Static method in class pl.gsmservice.gateway.utils.Blob
Creates a Blob from a list of ByteBuffers.
fromValue(String) - Static method in enum pl.gsmservice.gateway.models.components.AccountType
 

G

GEN_VERSION - Static variable in class pl.gsmservice.gateway.SDKConfiguration
 
generateURL(Class<T>, String, String, Optional<? extends T>, Globals) - Static method in class pl.gsmservice.gateway.utils.Utils
 
generateURL(Class<T>, String, String, JsonNullable<? extends T>, Globals) - Static method in class pl.gsmservice.gateway.utils.Utils
 
generateURL(Class<T>, String, String, T, Globals) - 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() - Method in class pl.gsmservice.gateway.AsyncAccounts
Get account details
get() - Method in interface pl.gsmservice.gateway.utils.Exceptions.CheckedSupplier
 
get(String) - Method in class pl.gsmservice.gateway.utils.Headers
Returns all values for a header name.
get(Optional<Options>) - Method in class pl.gsmservice.gateway.Accounts
Get account details
get(Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncAccounts
Get account details
GetAccountDetails - Class in pl.gsmservice.gateway.operations
 
GetAccountDetails() - Constructor for class pl.gsmservice.gateway.operations.GetAccountDetails
 
GetAccountDetails.Async - Class in pl.gsmservice.gateway.operations
 
GetAccountDetails.Sync - Class in pl.gsmservice.gateway.operations
 
GetAccountDetailsRequestBuilder - Class in pl.gsmservice.gateway.models.operations.async
 
GetAccountDetailsRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
GetAccountDetailsRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsRequestBuilder
 
GetAccountDetailsRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.GetAccountDetailsRequestBuilder
 
GetAccountDetailsResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
 
GetAccountDetailsResponse(String, int, HttpResponse<Blob>, Optional<? extends AccountResponse>) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
 
GetAccountDetailsResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
GetAccountDetailsResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
getByIds() - Method in class pl.gsmservice.gateway.AsyncIncoming
Get the incoming messages by IDs
getByIds() - Method in class pl.gsmservice.gateway.AsyncOutgoing
Get the messages details and status by IDs
getByIds() - Method in class pl.gsmservice.gateway.Incoming
Get the incoming messages by IDs
getByIds() - Method in class pl.gsmservice.gateway.Outgoing
Get the messages details and status by IDs
getByIds(List<Long>) - Method in class pl.gsmservice.gateway.AsyncIncoming
Get the incoming messages by IDs
getByIds(List<Long>) - Method in class pl.gsmservice.gateway.AsyncOutgoing
Get the messages details and status by IDs
getByIds(List<Long>) - Method in class pl.gsmservice.gateway.Incoming
Get the incoming messages by IDs
getByIds(List<Long>) - Method in class pl.gsmservice.gateway.Outgoing
Get the messages details and status by IDs
getByIds(List<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncIncoming
Get the incoming messages by IDs
getByIds(List<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncOutgoing
Get the messages details and status by IDs
getByIds(List<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.Incoming
Get the incoming messages by IDs
getByIds(List<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.Outgoing
Get the messages details and status by IDs
getDebugLoggingEnabled() - Static method in class pl.gsmservice.gateway.utils.SpeakeasyHTTPClient
 
getDirect() - Method in class pl.gsmservice.gateway.Accounts
Get account details
getDirect() - Method in class pl.gsmservice.gateway.AsyncAccounts
Get account details
getHeader(String) - Method in class pl.gsmservice.gateway.utils.Globals
 
getHeadersFromMetadata(Object, Globals) - Static method in class pl.gsmservice.gateway.utils.Utils
 
GetIncomingMessages - Class in pl.gsmservice.gateway.operations
 
GetIncomingMessages() - Constructor for class pl.gsmservice.gateway.operations.GetIncomingMessages
 
GetIncomingMessages.Async - Class in pl.gsmservice.gateway.operations
 
GetIncomingMessages.Sync - Class in pl.gsmservice.gateway.operations
 
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.async
 
GetIncomingMessagesRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
GetIncomingMessagesRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesRequestBuilder
 
GetIncomingMessagesRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.GetIncomingMessagesRequestBuilder
 
GetIncomingMessagesResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
 
GetIncomingMessagesResponse(String, int, HttpResponse<Blob>, Optional<? extends List<IncomingMessage>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
 
GetIncomingMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
GetIncomingMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
getMapper() - Static method in class pl.gsmservice.gateway.utils.JSON
 
GetMessages - Class in pl.gsmservice.gateway.operations
 
GetMessages() - Constructor for class pl.gsmservice.gateway.operations.GetMessages
 
GetMessages.Async - Class in pl.gsmservice.gateway.operations
 
GetMessages.Sync - Class in pl.gsmservice.gateway.operations
 
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.async
 
GetMessagesRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
GetMessagesRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetMessagesRequestBuilder
 
GetMessagesRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.GetMessagesRequestBuilder
 
GetMessagesResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
 
GetMessagesResponse(String, int, HttpResponse<Blob>, Optional<? extends List<Message>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
 
GetMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
GetMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
GetMmsPrice - Class in pl.gsmservice.gateway.operations
 
GetMmsPrice() - Constructor for class pl.gsmservice.gateway.operations.GetMmsPrice
 
GetMmsPrice.Async - Class in pl.gsmservice.gateway.operations
 
GetMmsPrice.Sync - Class in pl.gsmservice.gateway.operations
 
GetMmsPriceRequestBody - Class in pl.gsmservice.gateway.models.operations
GetMmsPriceRequestBody
GetMmsPriceRequestBody._Deserializer - Class in pl.gsmservice.gateway.models.operations
 
GetMmsPriceRequestBuilder - Class in pl.gsmservice.gateway.models.operations.async
 
GetMmsPriceRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
GetMmsPriceRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetMmsPriceRequestBuilder
 
GetMmsPriceRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBuilder
 
GetMmsPriceResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
 
GetMmsPriceResponse(String, int, HttpResponse<Blob>, Optional<? extends List<Price>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
 
GetMmsPriceResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
GetMmsPriceResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
getOpenEnumValue(Class<?>, Object) - Static method in class pl.gsmservice.gateway.utils.Reflections
Extracts the underlying value from an open enum instance if the class follows the open enum pattern.
getParam(String, String) - Method in class pl.gsmservice.gateway.utils.Globals
 
getPathParam(String) - Method in class pl.gsmservice.gateway.utils.Globals
 
getPrice() - Method in class pl.gsmservice.gateway.AsyncMms
Check the price of MMS Messages
getPrice() - Method in class pl.gsmservice.gateway.AsyncSms
Check the price of SMS Messages
getPrice() - Method in class pl.gsmservice.gateway.Mms
Check the price of MMS Messages
getPrice() - Method in class pl.gsmservice.gateway.Sms
Check the price of SMS Messages
getPrice(GetMmsPriceRequestBody) - Method in class pl.gsmservice.gateway.AsyncMms
Check the price of MMS Messages
getPrice(GetMmsPriceRequestBody) - Method in class pl.gsmservice.gateway.Mms
Check the price of MMS Messages
getPrice(GetMmsPriceRequestBody, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncMms
Check the price of MMS Messages
getPrice(GetMmsPriceRequestBody, Optional<Options>) - Method in class pl.gsmservice.gateway.Mms
Check the price of MMS Messages
getPrice(GetSmsPriceRequestBody) - Method in class pl.gsmservice.gateway.AsyncSms
Check the price of SMS Messages
getPrice(GetSmsPriceRequestBody) - Method in class pl.gsmservice.gateway.Sms
Check the price of SMS Messages
getPrice(GetSmsPriceRequestBody, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncSms
Check the price of SMS Messages
getPrice(GetSmsPriceRequestBody, Optional<Options>) - Method in class pl.gsmservice.gateway.Sms
Check the price of SMS Messages
getQueryParam(String) - Method in class pl.gsmservice.gateway.utils.Globals
 
getQueryParams(Class<T>, Optional<? extends T>, Globals) - Static method in class pl.gsmservice.gateway.utils.Utils
 
getQueryParams(Class<T>, JsonNullable<? extends T>, Globals) - Static method in class pl.gsmservice.gateway.utils.Utils
 
getQueryParams(Class<T>, T, Globals) - 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
 
getSession(T, Optional<List<String>>, Function<List<String>, SessionManager.Session<T>>) - Method in class pl.gsmservice.gateway.utils.SessionManager
 
GetSmsPrice - Class in pl.gsmservice.gateway.operations
 
GetSmsPrice() - Constructor for class pl.gsmservice.gateway.operations.GetSmsPrice
 
GetSmsPrice.Async - Class in pl.gsmservice.gateway.operations
 
GetSmsPrice.Sync - Class in pl.gsmservice.gateway.operations
 
GetSmsPriceRequestBody - Class in pl.gsmservice.gateway.models.operations
GetSmsPriceRequestBody
GetSmsPriceRequestBody._Deserializer - Class in pl.gsmservice.gateway.models.operations
 
GetSmsPriceRequestBuilder - Class in pl.gsmservice.gateway.models.operations.async
 
GetSmsPriceRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
GetSmsPriceRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetSmsPriceRequestBuilder
 
GetSmsPriceRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBuilder
 
GetSmsPriceResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
 
GetSmsPriceResponse(String, int, HttpResponse<Blob>, Optional<? extends List<Price>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
 
GetSmsPriceResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
GetSmsPriceResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
getSubaccount() - Method in class pl.gsmservice.gateway.Accounts
Get subaccount details
getSubaccount() - Method in class pl.gsmservice.gateway.AsyncAccounts
Get subaccount details
getSubaccount(String) - Method in class pl.gsmservice.gateway.Accounts
Get subaccount details
getSubaccount(String) - Method in class pl.gsmservice.gateway.AsyncAccounts
Get subaccount details
getSubaccount(String, Optional<Options>) - Method in class pl.gsmservice.gateway.Accounts
Get subaccount details
getSubaccount(String, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncAccounts
Get subaccount details
GetSubaccountDetails - Class in pl.gsmservice.gateway.operations
 
GetSubaccountDetails() - Constructor for class pl.gsmservice.gateway.operations.GetSubaccountDetails
 
GetSubaccountDetails.Async - Class in pl.gsmservice.gateway.operations
 
GetSubaccountDetails.Sync - Class in pl.gsmservice.gateway.operations
 
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.async
 
GetSubaccountDetailsRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
GetSubaccountDetailsRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsRequestBuilder
 
GetSubaccountDetailsRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.GetSubaccountDetailsRequestBuilder
 
GetSubaccountDetailsResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
 
GetSubaccountDetailsResponse(String, int, HttpResponse<Blob>, Optional<? extends AccountResponse>) - Constructor for class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
 
GetSubaccountDetailsResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
GetSubaccountDetailsResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
getType(Class<?>) - Static method in enum pl.gsmservice.gateway.utils.Types
 
Globals - Class in pl.gsmservice.gateway.utils
 
Globals() - Constructor for class pl.gsmservice.gateway.utils.Globals
 

H

handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.AddSender.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.CancelMessages.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.DeleteSender.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.GetAccountDetails.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.GetIncomingMessages.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.GetMessages.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.GetMmsPrice.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.GetSmsPrice.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.GetSubaccountDetails.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.ListIncomingMessages.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.ListMessages.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.ListSenders.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in interface pl.gsmservice.gateway.operations.Operations.Operation
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.Ping.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.SendMms.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.SendSms.Sync
 
handleResponse(HttpResponse<InputStream>) - Method in class pl.gsmservice.gateway.operations.SetDefaultSender.Sync
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.AddSender.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.CancelMessages.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.DeleteSender.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.GetAccountDetails.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.GetIncomingMessages.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.GetMessages.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.GetMmsPrice.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.GetSmsPrice.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.GetSubaccountDetails.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.ListIncomingMessages.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.ListMessages.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.ListSenders.Async
 
handleResponse(HttpResponse<Blob>) - Method in interface pl.gsmservice.gateway.operations.Operations.AsyncOperation
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.Ping.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.SendMms.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.SendSms.Async
 
handleResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.operations.SetDefaultSender.Async
 
HAS_CLIENT_CREDENTIALS_BASIC - Static variable in class pl.gsmservice.gateway.utils.Constants
 
hasBufferedData() - Method in class pl.gsmservice.gateway.utils.StreamingParser
Check if parser has any buffered data
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.MessageType
 
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 class pl.gsmservice.gateway.models.components.SmsType
 
hashCode() - Method in exception pl.gsmservice.gateway.models.errors.async.ErrorResponse
 
hashCode() - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
 
hashCode() - Method in exception pl.gsmservice.gateway.models.errors.SDKError
 
hashCode() - Method in exception pl.gsmservice.gateway.models.errors.UncheckedSDKError
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.AddSenderResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
 
hashCode() - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse
 
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
 
hashCode() - Method in class pl.gsmservice.gateway.utils.QueryParameter
 
hasNext() - Method in class pl.gsmservice.gateway.utils.BlockingParser
Check if there are more results available (either buffered or from reader)
hasRequiredScopes(List<String>, Optional<List<String>>) - Static method in class pl.gsmservice.gateway.utils.SessionManager
 
HasSecurity - Interface in pl.gsmservice.gateway.utils
Implemented by classes that have security annotations on fields.
hasTokenExpired(Optional<OffsetDateTime>, OffsetDateTime) - Static method in class pl.gsmservice.gateway.utils.SessionManager
 
headerParamsAsStream() - Method in class pl.gsmservice.gateway.utils.Globals
 
headers() - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.async.AddSenderResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
 
headers() - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse
 
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.ResponseWithBody
 
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.async.AddSenderResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse.Builder
 
headers(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse.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
 
Headers - Class in pl.gsmservice.gateway.utils
Encapsulates HTTP headers.
Headers() - Constructor for class pl.gsmservice.gateway.utils.Headers
 
Headers(Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.utils.Headers
 
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
 
HookAdapters - Class in pl.gsmservice.gateway.utils
Utility class for adapting synchronous hooks to asynchronous hooks.
hooks() - Method in class pl.gsmservice.gateway.SDKConfiguration
 
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.AsyncHook.IdempotencyHook
 
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.async.CancelMessagesRequestBuilder
 
ids(List<Long>) - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesRequestBuilder
 
ids(List<Long>) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesRequestBuilder
 
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.AsyncClient
 
incoming() - Method in class pl.gsmservice.gateway.Client
 
Incoming - Class in pl.gsmservice.gateway
 
IncomingMessage - Class in pl.gsmservice.gateway.models.components
IncomingMessage
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.async.GetIncomingMessagesResponse
The request was processed successfully.
incomingMessages() - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
The request was processed successfully.
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.async.GetIncomingMessagesResponse.Builder
The request was processed successfully.
incomingMessages(List<IncomingMessage>) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse.Builder
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.async.GetIncomingMessagesResponse.Builder
The request was processed successfully.
incomingMessages(Optional<? extends List<IncomingMessage>>) - Method in class pl.gsmservice.gateway.models.operations.async.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() - Method in class pl.gsmservice.gateway.SDKConfiguration
Initializes state (for example hooks).
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.async.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.async.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.async.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
 
isDebugLoggingEnabled() - Method in interface pl.gsmservice.gateway.utils.HTTPClient
Returns whether debug logging is enabled.
isDebugLoggingEnabled() - Method in class pl.gsmservice.gateway.utils.SpeakeasyHTTPClient
 
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
 
isKnown() - Method in class pl.gsmservice.gateway.models.components.MessageType
 
isKnown() - Method in class pl.gsmservice.gateway.models.components.SmsType
 
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
 
iterator() - Method in class pl.gsmservice.gateway.utils.EventStream
Returns an Iterator of EventStream events, enabling iteration via for-each loops.

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.async.ListIncomingMessagesRequestBuilder
 
limit(long) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesRequestBuilder
 
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.async.ListIncomingMessagesRequestBuilder
 
limit(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesRequestBuilder
 
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.AsyncIncoming
List the received SMS messages
list() - Method in class pl.gsmservice.gateway.AsyncOutgoing
Lists the history of sent messages
list() - Method in class pl.gsmservice.gateway.AsyncSenders
List allowed senders names
list() - Method in class pl.gsmservice.gateway.Incoming
List the received SMS messages
list() - Method in class pl.gsmservice.gateway.Outgoing
Lists the history of sent messages
list() - Method in class pl.gsmservice.gateway.Senders
List allowed senders names
list(Optional<Long>, Optional<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncIncoming
List the received SMS messages
list(Optional<Long>, Optional<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncOutgoing
Lists the history of sent messages
list(Optional<Long>, Optional<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.Incoming
List the received SMS messages
list(Optional<Long>, Optional<Long>, Optional<Options>) - Method in class pl.gsmservice.gateway.Outgoing
Lists the history of sent messages
list(Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncSenders
List allowed senders names
list(Optional<Options>) - Method in class pl.gsmservice.gateway.Senders
List allowed senders names
listDirect() - Method in class pl.gsmservice.gateway.AsyncIncoming
List the received SMS messages
listDirect() - Method in class pl.gsmservice.gateway.AsyncOutgoing
Lists the history of sent messages
listDirect() - Method in class pl.gsmservice.gateway.AsyncSenders
List allowed senders names
listDirect() - Method in class pl.gsmservice.gateway.Incoming
List the received SMS messages
listDirect() - Method in class pl.gsmservice.gateway.Outgoing
Lists the history of sent messages
listDirect() - Method in class pl.gsmservice.gateway.Senders
List allowed senders names
ListIncomingMessages - Class in pl.gsmservice.gateway.operations
 
ListIncomingMessages() - Constructor for class pl.gsmservice.gateway.operations.ListIncomingMessages
 
ListIncomingMessages.Async - Class in pl.gsmservice.gateway.operations
 
ListIncomingMessages.Sync - Class in pl.gsmservice.gateway.operations
 
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.async
 
ListIncomingMessagesRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
ListIncomingMessagesRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesRequestBuilder
 
ListIncomingMessagesRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.ListIncomingMessagesRequestBuilder
 
ListIncomingMessagesResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
 
ListIncomingMessagesResponse(String, int, HttpResponse<Blob>, Optional<? extends List<IncomingMessage>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
 
ListIncomingMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
ListIncomingMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
ListMessages - Class in pl.gsmservice.gateway.operations
 
ListMessages() - Constructor for class pl.gsmservice.gateway.operations.ListMessages
 
ListMessages.Async - Class in pl.gsmservice.gateway.operations
 
ListMessages.Sync - Class in pl.gsmservice.gateway.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.async
 
ListMessagesRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
ListMessagesRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.ListMessagesRequestBuilder
 
ListMessagesRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.ListMessagesRequestBuilder
 
ListMessagesResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
 
ListMessagesResponse(String, int, HttpResponse<Blob>, Optional<? extends List<Message>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
 
ListMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
ListMessagesResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
ListSenders - Class in pl.gsmservice.gateway.operations
 
ListSenders() - Constructor for class pl.gsmservice.gateway.operations.ListSenders
 
ListSenders.Async - Class in pl.gsmservice.gateway.operations
 
ListSenders.Sync - Class in pl.gsmservice.gateway.operations
 
ListSendersRequestBuilder - Class in pl.gsmservice.gateway.models.operations.async
 
ListSendersRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
ListSendersRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.ListSendersRequestBuilder
 
ListSendersRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.ListSendersRequestBuilder
 
ListSendersResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>) - Constructor for class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
 
ListSendersResponse(String, int, HttpResponse<Blob>, Optional<? extends List<Sender>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
 
ListSendersResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
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() - Method in class pl.gsmservice.gateway.utils.Headers
Returns a copy of the headers as a map.
map(Flow.Publisher<T>, Function<T, R>) - Static method in class pl.gsmservice.gateway.utils.reactive.ReactiveUtils
Maps elements from a Flow.Publisher using a synchronous transformation function.
MAP - pl.gsmservice.gateway.utils.Types
 
mapAsync(Flow.Publisher<T>, Function<T, CompletableFuture<R>>) - Static method in class pl.gsmservice.gateway.utils.reactive.ReactiveUtils
Maps elements from a Flow.Publisher using an asynchronous transformation function.
mapper() - Static method in class pl.gsmservice.gateway.utils.Utils
 
matchesPattern(byte[], int, int, byte...) - Static method in class pl.gsmservice.gateway.utils.StreamingParser
Check if a byte pattern matches at a specific position
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() - Method in exception pl.gsmservice.gateway.models.errors.UncheckedSDKError
 
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(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.MmsMessage.Builder
MMS message content
Message - Class in pl.gsmservice.gateway.models.components
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.async.GetMessagesResponse
The request was processed successfully.
messages() - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
The request was processed successfully.
messages() - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
The request was processed successfully.
messages() - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
The request was processed successfully.
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.async.GetMessagesResponse.Builder
The request was processed successfully.
messages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse.Builder
The request was processed successfully.
messages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse.Builder
The request was processed successfully.
messages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse.Builder
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.async.GetMessagesResponse.Builder
The request was processed successfully.
messages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse.Builder
The request was processed successfully.
messages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse.Builder
The request was processed successfully.
messages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.async.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 - Class in pl.gsmservice.gateway.models.components
MessageType
MessageType._Deserializer - Class in pl.gsmservice.gateway.models.components
 
MessageType._Serializer - Class in pl.gsmservice.gateway.models.components
 
MessageType.MessageTypeEnum - Enum in pl.gsmservice.gateway.models.components
 
mms() - Method in class pl.gsmservice.gateway.AsyncOutgoing
 
mms() - Method in class pl.gsmservice.gateway.Outgoing
 
Mms - Class in pl.gsmservice.gateway
 
Mms - pl.gsmservice.gateway.models.components.MessageType.MessageTypeEnum
 
Mms - Static variable in class pl.gsmservice.gateway.models.components.MessageType
 
MmsMessage - Class in pl.gsmservice.gateway.models.components
MmsMessage
MmsMessage(Recipients) - Constructor for class pl.gsmservice.gateway.models.components.MmsMessage
 
MmsMessage(Recipients, JsonNullable<String>, JsonNullable<String>, Optional<? extends Attachments>, JsonNullable<OffsetDateTime>) - Constructor for class pl.gsmservice.gateway.models.components.MmsMessage
 
MmsMessage.Builder - Class in pl.gsmservice.gateway.models.components
 
Multipart - Class in pl.gsmservice.gateway.utils
 
Multipart.Builder - Class in pl.gsmservice.gateway.utils
 

N

name() - Method in class pl.gsmservice.gateway.models.components.AccountResponse
User name and surname
name() - Method in class pl.gsmservice.gateway.utils.QueryParameter
 
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.BlockingParser
Read the next parsed result from the Reader.
next() - Method in class pl.gsmservice.gateway.utils.EventStream
Returns the next message.
next() - Method in class pl.gsmservice.gateway.utils.StreamingParser
Check if there are additional complete items in the buffer.
NONE - pl.gsmservice.gateway.utils.RetryConfig.Strategy
 
NonRetryableException - Exception in pl.gsmservice.gateway.utils
 
NonRetryableException(Throwable) - Constructor for exception pl.gsmservice.gateway.utils.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(long) - Static method in class pl.gsmservice.gateway.models.components.MessageType
Returns a MessageType with the given value.
of(long) - Static method in class pl.gsmservice.gateway.models.components.SmsType
Returns a SmsType with the given value.
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(String, String, boolean) - Static method in class pl.gsmservice.gateway.utils.QueryParameter
 
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(SmsMessage) - Static method in class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBody
 
of(SmsMessage) - Static method in class pl.gsmservice.gateway.models.operations.SendSmsRequestBody
 
of(HasSecurity) - Static method in interface pl.gsmservice.gateway.SecuritySource
 
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.
OPENAPI_DOC_VERSION - Static variable in class pl.gsmservice.gateway.SDKConfiguration
 
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
 
Operations - Class in pl.gsmservice.gateway.operations
 
Operations() - Constructor for class pl.gsmservice.gateway.operations.Operations
 
Operations.AsyncOperation<ResT> - Interface in pl.gsmservice.gateway.operations
Base interface for all async operations
Operations.AsyncRequestlessOperation<ResT> - Interface in pl.gsmservice.gateway.operations
Interface for async operations that don't require a request parameter
Operations.AsyncRequestOperation<ReqT,​ResT> - Interface in pl.gsmservice.gateway.operations
Interface for async operations that require a request parameter
Operations.Operation<ResT> - Interface in pl.gsmservice.gateway.operations
Base interface for all operations
Operations.RequestlessOperation<ResT> - Interface in pl.gsmservice.gateway.operations
Interface for operations that don't require a request parameter
Operations.RequestOperation<ReqT,​ResT> - Interface in pl.gsmservice.gateway.operations
Interface for operations that require a request parameter
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.AsyncClient
 
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.async.ListIncomingMessagesRequestBuilder
 
page(long) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesRequestBuilder
 
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.async.ListIncomingMessagesRequestBuilder
 
page(Optional<Long>) - Method in class pl.gsmservice.gateway.models.operations.async.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
 
parseQueryParams(Class<T>, T, Globals) - 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
pathParamsAsStream() - Method in class pl.gsmservice.gateway.utils.Globals
 
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
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.AsyncCommon
Checks API availability and version
ping() - Method in class pl.gsmservice.gateway.Common
Checks API availability and version
ping(Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncCommon
Checks API availability and version
ping(Optional<Options>) - Method in class pl.gsmservice.gateway.Common
Checks API availability and version
Ping - Class in pl.gsmservice.gateway.operations
 
Ping() - Constructor for class pl.gsmservice.gateway.operations.Ping
 
Ping.Async - Class in pl.gsmservice.gateway.operations
 
Ping.Sync - Class in pl.gsmservice.gateway.operations
 
pingDirect() - Method in class pl.gsmservice.gateway.AsyncCommon
Checks API availability and version
pingDirect() - Method in class pl.gsmservice.gateway.Common
Checks API availability and version
PingRequestBuilder - Class in pl.gsmservice.gateway.models.operations.async
 
PingRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
PingRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.PingRequestBuilder
 
PingRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.PingRequestBuilder
 
pingResponse() - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse
API service is available
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.async.PingResponse.Builder
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.async.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
PingResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>) - Constructor for class pl.gsmservice.gateway.models.operations.async.PingResponse
 
PingResponse(String, int, HttpResponse<Blob>, Optional<? extends PingResponse>) - Constructor for class pl.gsmservice.gateway.models.operations.async.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.async
 
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.errors.async - package pl.gsmservice.gateway.models.errors.async
 
pl.gsmservice.gateway.models.operations - package pl.gsmservice.gateway.models.operations
 
pl.gsmservice.gateway.models.operations.async - package pl.gsmservice.gateway.models.operations.async
 
pl.gsmservice.gateway.operations - package pl.gsmservice.gateway.operations
 
pl.gsmservice.gateway.utils - package pl.gsmservice.gateway.utils
 
pl.gsmservice.gateway.utils.reactive - package pl.gsmservice.gateway.utils.reactive
 
populateGlobal(Object, String, String, Globals) - 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.ResponseWithBody
 
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
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.async.GetMmsPriceResponse
The request was processed successfully.
prices() - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
The request was processed successfully.
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.async.GetMmsPriceResponse.Builder
The request was processed successfully.
prices(List<Price>) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse.Builder
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.async.GetMmsPriceResponse.Builder
The request was processed successfully.
prices(Optional<? extends List<Price>>) - Method in class pl.gsmservice.gateway.models.operations.async.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
 
processItem(ParsedT, ObjectMapper, TypeReference<ItemT>) - Method in interface pl.gsmservice.gateway.utils.reactive.EventStream.Protocol
Process a parsed item and convert it to the target type
PROD - pl.gsmservice.gateway.Client.AvailableServers
PROD
putHeader(String, Object) - Method in class pl.gsmservice.gateway.utils.Globals
 
putParam(String, String, Object) - Method in class pl.gsmservice.gateway.utils.Globals
 
putPathParam(String, Object) - Method in class pl.gsmservice.gateway.utils.Globals
 
putQueryParam(String, Object) - Method in class pl.gsmservice.gateway.utils.Globals
 

Q

QueryParameter - Class in pl.gsmservice.gateway.utils
 
QueryParameters - Class in pl.gsmservice.gateway.utils
 
QueryParameters() - Constructor for class pl.gsmservice.gateway.utils.QueryParameters
 
queryParamsAsStream() - Method in class pl.gsmservice.gateway.utils.Globals
 

R

rawResponse() - Method in exception pl.gsmservice.gateway.models.errors.SDKError
 
rawResponse() - Method in exception pl.gsmservice.gateway.models.errors.UncheckedSDKError
 
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.async.AddSenderResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
Raw HTTP response; suitable for custom response parsing
rawResponse() - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse
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.AsyncResponse
Returns the raw response.
rawResponse() - Method in class pl.gsmservice.gateway.utils.reactive.EventStream
Returns the raw HTTP response.
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
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.AddSenderResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse.Builder
Raw HTTP response; suitable for custom response parsing
rawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse.Builder
Raw HTTP response; suitable for custom response parsing
ReactiveUtils - Class in pl.gsmservice.gateway.utils.reactive
Utility class for reactive stream operations.
readBytes(File) - Static method in class pl.gsmservice.gateway.utils.Utils
 
readBytes(InputStream) - Static method in class pl.gsmservice.gateway.utils.Utils
 
readBytes(String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
readBytesAndClose(InputStream) - Static method in class pl.gsmservice.gateway.utils.Utils
 
readDefaultOrConstValue(String, String, TypeReference<T>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
readString(File) - Static method in class pl.gsmservice.gateway.utils.Utils
 
readString(String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
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
Recipients._Deserializer - Class in pl.gsmservice.gateway.models.components
 
RecordingClient - Class in pl.gsmservice.gateway.utils
 
RecordingClient() - Constructor for class pl.gsmservice.gateway.utils.RecordingClient
 
recordTest(String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
referenceEquals(Object, Object) - Static method in class pl.gsmservice.gateway.utils.Utils
 
Reflections - Class in pl.gsmservice.gateway.utils
 
Reflections() - Constructor for class pl.gsmservice.gateway.utils.Reflections
 
REFRESH_BEFORE_EXPIRY_SECONDS - Static variable in class pl.gsmservice.gateway.utils.SessionManager
 
registerAfterError(AsyncHook.AfterError) - Method in class pl.gsmservice.gateway.utils.AsyncHooks
Registers an async after-error hook.
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(AsyncHook.AfterSuccess) - Method in class pl.gsmservice.gateway.utils.AsyncHooks
Registers an async after-success hook.
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(AsyncHook.BeforeRequest) - Method in class pl.gsmservice.gateway.utils.AsyncHooks
Registers an async before-request hook.
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).
remove(String) - Method in class pl.gsmservice.gateway.utils.SessionManager
 
request() - Method in class pl.gsmservice.gateway.utils.ResponseWithBody
 
request() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
request(SenderInput) - Method in class pl.gsmservice.gateway.models.operations.AddSenderRequestBuilder
 
request(SenderInput) - Method in class pl.gsmservice.gateway.models.operations.async.AddSenderRequestBuilder
 
request(GetMmsPriceRequestBody) - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceRequestBuilder
 
request(GetMmsPriceRequestBody) - Method in class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBuilder
 
request(GetSmsPriceRequestBody) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceRequestBuilder
 
request(GetSmsPriceRequestBody) - Method in class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBuilder
 
request(SendMmsRequestBody) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsRequestBuilder
 
request(SendMmsRequestBody) - Method in class pl.gsmservice.gateway.models.operations.SendMmsRequestBuilder
 
request(SendSmsRequestBody) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsRequestBuilder
 
request(SendSmsRequestBody) - Method in class pl.gsmservice.gateway.models.operations.SendSmsRequestBuilder
 
RequestBody - Class in pl.gsmservice.gateway.utils
 
requestOAuth2Token(HTTPClient, T, List<String>, Map<String, String>, Map<String, String>, URI) - Static method in class pl.gsmservice.gateway.utils.SessionManager
 
requests() - Method in class pl.gsmservice.gateway.utils.RecordingClient
 
reset() - Method in class pl.gsmservice.gateway.utils.RecordingClient
 
resolvedServerUrl() - Method in class pl.gsmservice.gateway.SDKConfiguration
 
resolveOptionals(Object) - Static method in class pl.gsmservice.gateway.utils.Utils
 
response() - Method in exception pl.gsmservice.gateway.utils.AsyncRetryableException
 
response() - Method in exception pl.gsmservice.gateway.utils.RetryableException
 
Response - Interface in pl.gsmservice.gateway.utils
 
ResponseWithBody<R,​B> - Class in pl.gsmservice.gateway.utils
A wrapper for HttpResponse that allows mappi ng the response body from type R to type B.
ResponseWithBody(HttpResponse<R>, B) - Constructor for class pl.gsmservice.gateway.utils.ResponseWithBody
Constructs a new ResponseWithBody by wrapping an existing HttpResponse with a pre-computed body value.
ResponseWithBody(HttpResponse<R>, Function<R, B>) - Constructor for class pl.gsmservice.gateway.utils.ResponseWithBody
Constructs a new ResponseWithBody by wrapping an existing HttpResponse and applying a mapping function to its body.
rethrow(Throwable) - Static method in class pl.gsmservice.gateway.utils.Exceptions
 
Retries - Class in pl.gsmservice.gateway.utils
 
Retries.Builder - Class in pl.gsmservice.gateway.utils
 
retry(Supplier<CompletableFuture<HttpResponse<Blob>>>) - Method in class pl.gsmservice.gateway.utils.AsyncRetries
 
RETRY_CONFIG - pl.gsmservice.gateway.utils.Options.Option
 
RetryableException - Exception in pl.gsmservice.gateway.utils
 
RetryableException(HttpResponse<InputStream>) - Constructor for exception pl.gsmservice.gateway.utils.RetryableException
 
retryConfig() - Method in class pl.gsmservice.gateway.SDKConfiguration
 
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.async.AddSenderRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.PingRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsRequestBuilder
 
retryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderRequestBuilder
 
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.async.AddSenderRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.PingRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsRequestBuilder
 
retryConfig(RetryConfig) - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderRequestBuilder
 
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.AsyncRetries.Builder
Defines the retry configuration.
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.
retryScheduler() - Method in class pl.gsmservice.gateway.SDKConfiguration
 
run() - Method in interface pl.gsmservice.gateway.utils.Exceptions.CheckedRunnable
 
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
scheduler(ScheduledExecutorService) - Method in class pl.gsmservice.gateway.utils.AsyncRetries.Builder
Defines the scheduler that will be used to schedule and execute retry attempts.
scopes() - Method in class pl.gsmservice.gateway.utils.SessionManager.Session
 
SDK_VERSION - Static variable in class pl.gsmservice.gateway.SDKConfiguration
 
sdkConfiguration() - Method in class pl.gsmservice.gateway.utils.Hook.AfterErrorContextImpl
 
sdkConfiguration() - Method in class pl.gsmservice.gateway.utils.Hook.AfterSuccessContextImpl
 
sdkConfiguration() - Method in class pl.gsmservice.gateway.utils.Hook.BeforeRequestContextImpl
 
sdkConfiguration() - Method in interface pl.gsmservice.gateway.utils.Hook.HookContext
 
SDKConfiguration - Class in pl.gsmservice.gateway
 
SDKConfiguration() - Constructor for class pl.gsmservice.gateway.SDKConfiguration
 
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
 
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.SDKConfiguration
 
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.AsyncMms
Send MMS Messages
send() - Method in class pl.gsmservice.gateway.AsyncSms
Send SMS Messages
send() - Method in class pl.gsmservice.gateway.Mms
Send MMS Messages
send() - Method in class pl.gsmservice.gateway.Sms
Send SMS Messages
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.RecordingClient
 
send(HttpRequest) - Method in class pl.gsmservice.gateway.utils.SpeakeasyHTTPClient
 
send(SendMmsRequestBody) - Method in class pl.gsmservice.gateway.AsyncMms
Send MMS Messages
send(SendMmsRequestBody) - Method in class pl.gsmservice.gateway.Mms
Send MMS Messages
send(SendMmsRequestBody, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncMms
Send MMS Messages
send(SendMmsRequestBody, Optional<Options>) - Method in class pl.gsmservice.gateway.Mms
Send MMS Messages
send(SendSmsRequestBody) - Method in class pl.gsmservice.gateway.AsyncSms
Send SMS Messages
send(SendSmsRequestBody) - Method in class pl.gsmservice.gateway.Sms
Send SMS Messages
send(SendSmsRequestBody, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncSms
Send SMS Messages
send(SendSmsRequestBody, Optional<Options>) - Method in class pl.gsmservice.gateway.Sms
Send SMS Messages
sendAsync(HttpRequest) - Method in interface pl.gsmservice.gateway.utils.HTTPClient
Sends an HTTP request asynchronously and returns a response whose body is exposed as a Blob.
sendAsync(HttpRequest) - Method in class pl.gsmservice.gateway.utils.SpeakeasyHTTPClient
 
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.async.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.async.DeleteSenderRequestBuilder
 
sender(String) - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderRequestBuilder
 
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<? extends Sender>) - Method in class pl.gsmservice.gateway.models.operations.async.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(Sender) - Method in class pl.gsmservice.gateway.models.operations.async.AddSenderResponse.Builder
The request was processed successfully (sender created)
Sender - Class in pl.gsmservice.gateway.models.components
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
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.AsyncClient
 
senders() - Method in class pl.gsmservice.gateway.Client
 
senders() - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
The request was processed successfully.
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.async.ListSendersResponse.Builder
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.async.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
 
SendMms - Class in pl.gsmservice.gateway.operations
 
SendMms() - Constructor for class pl.gsmservice.gateway.operations.SendMms
 
SendMms.Async - Class in pl.gsmservice.gateway.operations
 
SendMms.Sync - Class in pl.gsmservice.gateway.operations
 
SendMmsRequestBody - Class in pl.gsmservice.gateway.models.operations
SendMmsRequestBody
SendMmsRequestBody._Deserializer - Class in pl.gsmservice.gateway.models.operations
 
SendMmsRequestBuilder - Class in pl.gsmservice.gateway.models.operations.async
 
SendMmsRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
SendMmsRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.SendMmsRequestBuilder
 
SendMmsRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.SendMmsRequestBuilder
 
SendMmsResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
 
SendMmsResponse(String, int, HttpResponse<Blob>, Optional<? extends List<Message>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
 
SendMmsResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
SendMmsResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
SendSms - Class in pl.gsmservice.gateway.operations
 
SendSms() - Constructor for class pl.gsmservice.gateway.operations.SendSms
 
SendSms.Async - Class in pl.gsmservice.gateway.operations
 
SendSms.Sync - Class in pl.gsmservice.gateway.operations
 
SendSmsRequestBody - Class in pl.gsmservice.gateway.models.operations
SendSmsRequestBody
SendSmsRequestBody._Deserializer - Class in pl.gsmservice.gateway.models.operations
 
SendSmsRequestBuilder - Class in pl.gsmservice.gateway.models.operations.async
 
SendSmsRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
SendSmsRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.SendSmsRequestBuilder
 
SendSmsRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.SendSmsRequestBuilder
 
SendSmsResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
 
SendSmsResponse(String, int, HttpResponse<Blob>, Optional<? extends List<Message>>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
 
SendSmsResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
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(MessageType, JsonGenerator, SerializerProvider) - Method in class pl.gsmservice.gateway.models.components.MessageType._Serializer
 
serialize(SmsType, JsonGenerator, SerializerProvider) - Method in class pl.gsmservice.gateway.models.components.SmsType._Serializer
 
serialize(BigDecimalString, JsonGenerator, SerializerProvider) - Method in class pl.gsmservice.gateway.utils.BigDecimalString.Serializer
 
serialize(BigIntegerString, JsonGenerator, SerializerProvider) - Method in class pl.gsmservice.gateway.utils.BigIntegerString.Serializer
 
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.BigDecimalString.Serializer
 
Serializer() - Constructor for class pl.gsmservice.gateway.utils.BigIntegerString.Serializer
 
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() - Method in class pl.gsmservice.gateway.SDKConfiguration
 
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() - Method in class pl.gsmservice.gateway.SDKConfiguration
 
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.
Session(T, Optional<String>, List<String>, Optional<OffsetDateTime>) - Constructor for class pl.gsmservice.gateway.utils.SessionManager.Session
 
sessionKey() - Method in interface pl.gsmservice.gateway.utils.SessionManager.HasSessionKey
 
sessionKey(String...) - Static method in class pl.gsmservice.gateway.utils.Utils
 
SessionManager<T extends SessionManager.HasSessionKey> - Class in pl.gsmservice.gateway.utils
 
SessionManager() - Constructor for class pl.gsmservice.gateway.utils.SessionManager
 
SessionManager.HasSessionKey - Interface in pl.gsmservice.gateway.utils
 
SessionManager.Session<T> - Class in pl.gsmservice.gateway.utils
 
setAsyncHooks(AsyncHooks) - Method in class pl.gsmservice.gateway.SDKConfiguration
 
setAsyncRetryScheduler(ScheduledExecutorService) - Method in class pl.gsmservice.gateway.SDKConfiguration
 
setBody(Optional<SerializedBody>) - Method in class pl.gsmservice.gateway.utils.HTTPRequest
 
setClient(HTTPClient) - Method in class pl.gsmservice.gateway.SDKConfiguration
 
setDebugLogging(boolean) - Static method in class pl.gsmservice.gateway.utils.SpeakeasyHTTPClient
Experimental, may be changed anytime.
setDefault() - Method in class pl.gsmservice.gateway.AsyncSenders
Set default sender name
setDefault() - Method in class pl.gsmservice.gateway.Senders
Set default sender name
setDefault(String) - Method in class pl.gsmservice.gateway.AsyncSenders
Set default sender name
setDefault(String) - Method in class pl.gsmservice.gateway.Senders
Set default sender name
setDefault(String, Optional<Options>) - Method in class pl.gsmservice.gateway.AsyncSenders
Set default sender name
setDefault(String, Optional<Options>) - Method in class pl.gsmservice.gateway.Senders
Set default sender name
SetDefaultSender - Class in pl.gsmservice.gateway.operations
 
SetDefaultSender() - Constructor for class pl.gsmservice.gateway.operations.SetDefaultSender
 
SetDefaultSender.Async - Class in pl.gsmservice.gateway.operations
 
SetDefaultSender.Sync - Class in pl.gsmservice.gateway.operations
 
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.async
 
SetDefaultSenderRequestBuilder - Class in pl.gsmservice.gateway.models.operations
 
SetDefaultSenderRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderRequestBuilder
 
SetDefaultSenderRequestBuilder(SDKConfiguration) - Constructor for class pl.gsmservice.gateway.models.operations.SetDefaultSenderRequestBuilder
 
SetDefaultSenderResponse - Class in pl.gsmservice.gateway.models.operations.async
 
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(String, int, HttpResponse<Blob>, Map<String, List<String>>) - Constructor for class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse
 
SetDefaultSenderResponse.Builder - Class in pl.gsmservice.gateway.models.operations.async
 
SetDefaultSenderResponse.Builder - Class in pl.gsmservice.gateway.models.operations
 
setHooks(Hooks) - Method in class pl.gsmservice.gateway.SDKConfiguration
 
setLogger(Consumer<? super String>) - Static method in class pl.gsmservice.gateway.utils.SpeakeasyHTTPClient
 
setRedactedHeaders(Collection<String>) - Static method in class pl.gsmservice.gateway.utils.SpeakeasyHTTPClient
Experimental, may be changed anytime.
setRetryConfig(Optional<RetryConfig>) - Method in class pl.gsmservice.gateway.SDKConfiguration
 
setSecuritySource(SecuritySource) - Method in class pl.gsmservice.gateway.SDKConfiguration
 
setServer(String) - Method in class pl.gsmservice.gateway.SDKConfiguration
 
setServerUrl(String) - Method in class pl.gsmservice.gateway.SDKConfiguration
 
setSseSentinel(Object, String) - Static method in class pl.gsmservice.gateway.utils.Utils
 
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
 
shouldCreateNewSession(Optional<SessionManager.Session<T>>, Optional<List<String>>) - Static method in class pl.gsmservice.gateway.utils.SessionManager
 
shouldStop(ParsedT) - Method in interface pl.gsmservice.gateway.utils.reactive.EventStream.Protocol
Check if processing should stop (e.g., terminal message encountered)
shutdown() - Method in class pl.gsmservice.gateway.utils.AsyncRetries
 
sms() - Method in class pl.gsmservice.gateway.AsyncOutgoing
 
sms() - Method in class pl.gsmservice.gateway.Outgoing
 
Sms - Class in pl.gsmservice.gateway
 
SmsEco - pl.gsmservice.gateway.models.components.MessageType.MessageTypeEnum
 
SmsEco - pl.gsmservice.gateway.models.components.SmsType.SmsTypeEnum
 
SmsEco - Static variable in class pl.gsmservice.gateway.models.components.MessageType
 
SmsEco - Static variable in class pl.gsmservice.gateway.models.components.SmsType
 
SmsMessage - Class in pl.gsmservice.gateway.models.components
SmsMessage
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
SmsMessageRecipients._Deserializer - Class in pl.gsmservice.gateway.models.components
 
SmsPro - pl.gsmservice.gateway.models.components.MessageType.MessageTypeEnum
 
SmsPro - pl.gsmservice.gateway.models.components.SmsType.SmsTypeEnum
 
SmsPro - Static variable in class pl.gsmservice.gateway.models.components.MessageType
 
SmsPro - Static variable in class pl.gsmservice.gateway.models.components.SmsType
 
SmsTwoWay - pl.gsmservice.gateway.models.components.MessageType.MessageTypeEnum
 
SmsTwoWay - pl.gsmservice.gateway.models.components.SmsType.SmsTypeEnum
 
SmsTwoWay - Static variable in class pl.gsmservice.gateway.models.components.MessageType
 
SmsTwoWay - Static variable in class pl.gsmservice.gateway.models.components.SmsType
 
SmsType - Class in pl.gsmservice.gateway.models.components
SmsType
SmsType._Deserializer - Class in pl.gsmservice.gateway.models.components
 
SmsType._Serializer - Class in pl.gsmservice.gateway.models.components
 
SmsType.SmsTypeEnum - Enum in pl.gsmservice.gateway.models.components
 
sortJSONObjectKeys(String, String...) - Static method in class pl.gsmservice.gateway.utils.Utils
 
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.ResponseWithBody
 
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.async.ErrorResponse
The HTTP status code generated by the origin server for this occurrence of the problem
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.async.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.async.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.async.AddSenderResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
HTTP response status code for this operation
statusCode() - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse
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.AsyncResponse
Returns the HTTP status code.
statusCode() - Method in class pl.gsmservice.gateway.utils.reactive.EventStream
Returns the HTTP status code.
statusCode() - Method in interface pl.gsmservice.gateway.utils.Response
Returns the HTTP status code.
statusCode() - Method in class pl.gsmservice.gateway.utils.ResponseWithBody
 
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.async.AddSenderResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse.Builder
HTTP response status code for this operation
statusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse.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.AsyncRetries.Builder
Defines the status codes that should be considered as errors.
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
 
StreamingParser<T> - Class in pl.gsmservice.gateway.utils
Generic streaming parser that handles byte buffer management and delegates format-specific logic to a StreamContentProcessor.
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
subscribe(Flow.Subscriber<? super ByteBuffer>) - Method in class pl.gsmservice.gateway.utils.Blob
 
subscribe(Subscriber<? super ItemT>) - Method in class pl.gsmservice.gateway.utils.reactive.EventStream
 
sync() - Method in class pl.gsmservice.gateway.AsyncAccounts
Switches to the sync SDK.
sync() - Method in class pl.gsmservice.gateway.AsyncClient
Switches to the sync SDK.
sync() - Method in class pl.gsmservice.gateway.AsyncCommon
Switches to the sync SDK.
sync() - Method in class pl.gsmservice.gateway.AsyncIncoming
Switches to the sync SDK.
sync() - Method in class pl.gsmservice.gateway.AsyncMms
Switches to the sync SDK.
sync() - Method in class pl.gsmservice.gateway.AsyncOutgoing
Switches to the sync SDK.
sync() - Method in class pl.gsmservice.gateway.AsyncSenders
Switches to the sync SDK.
sync() - Method in class pl.gsmservice.gateway.AsyncSms
Switches to the sync SDK.
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.AddSender.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.CancelMessages.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.DeleteSender.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.GetAccountDetails.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.GetIncomingMessages.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.GetMessages.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.GetMmsPrice.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.GetSmsPrice.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.GetSubaccountDetails.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.ListIncomingMessages.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.ListMessages.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.ListSenders.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.Ping.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.SendMms.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.SendSms.Sync
 
Sync(SDKConfiguration, Optional<Options>, Headers) - Constructor for class pl.gsmservice.gateway.operations.SetDefaultSender.Sync
 

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.async.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.async.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.async.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
toAsync(Hook.AfterError) - Static method in class pl.gsmservice.gateway.utils.HookAdapters
Adapts a synchronous Hook.AfterError to an asynchronous AsyncHook.AfterError.
toAsync(Hook.AfterSuccess) - Static method in class pl.gsmservice.gateway.utils.HookAdapters
Adapts a synchronous Hook.AfterSuccess to an asynchronous AsyncHook.AfterSuccess.
toAsync(Hook.BeforeRequest) - Static method in class pl.gsmservice.gateway.utils.HookAdapters
Adapts a synchronous Hook.BeforeRequest to an asynchronous AsyncHook.BeforeRequest.
toByteArray() - Method in class pl.gsmservice.gateway.utils.Blob
Collects the entire stream into a single byte array.
toByteArrayAndClose(InputStream) - Static method in class pl.gsmservice.gateway.utils.Utils
 
toFile(Path) - Method in class pl.gsmservice.gateway.utils.Blob
Writes the entire stream to the specified file path.
toHex(byte[]) - Static method in class pl.gsmservice.gateway.utils.Utils
 
toInputStream() - Method in class pl.gsmservice.gateway.utils.Blob
Converts the entire stream into an InputStream for traditional I/O operations.
token() - Method in class pl.gsmservice.gateway.utils.SessionManager.Session
 
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
 
toOptional(JsonNullable<T>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
toStream(Iterable<T>) - 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.MessageType
 
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 class pl.gsmservice.gateway.models.components.SmsType
 
toString() - Method in exception pl.gsmservice.gateway.models.errors.async.ErrorResponse
 
toString() - Method in exception pl.gsmservice.gateway.models.errors.ErrorResponse
 
toString() - Method in exception pl.gsmservice.gateway.models.errors.SDKError
 
toString() - Method in exception pl.gsmservice.gateway.models.errors.UncheckedSDKError
 
toString() - Method in class pl.gsmservice.gateway.models.operations.AddSenderResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.AddSenderResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
 
toString() - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse
 
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.Headers
 
toString() - Method in class pl.gsmservice.gateway.utils.QueryParameter
 
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
 
transform(Iterator<I>, Utils.Function<I, O>) - 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.async.ErrorResponse
A URI reference that identifies the problem type
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.async.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.async.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

unchecked(Throwable) - Static method in class pl.gsmservice.gateway.utils.Exceptions
 
unchecked(Exceptions.CheckedConsumer<T>) - Static method in class pl.gsmservice.gateway.utils.Exceptions
 
unchecked(Exceptions.CheckedFunction<T, R>) - Static method in class pl.gsmservice.gateway.utils.Exceptions
 
unchecked(Exceptions.CheckedRunnable) - Static method in class pl.gsmservice.gateway.utils.Exceptions
 
unchecked(Exceptions.CheckedSupplier<T>) - Static method in class pl.gsmservice.gateway.utils.Exceptions
 
UncheckedSDKError - Exception in pl.gsmservice.gateway.models.errors
Thrown by an async service call when an error response occurs.
UncheckedSDKError(HttpResponse<Blob>, int, String, byte[]) - Constructor for exception pl.gsmservice.gateway.models.errors.UncheckedSDKError
 
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.ResponseWithBody
 
uri() - Method in class pl.gsmservice.gateway.utils.Utils.HttpResponseCached
 
USER_AGENT - Static variable in class pl.gsmservice.gateway.SDKConfiguration
 
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.async.GetSubaccountDetailsRequestBuilder
 
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
 
Utf8UrlEncoder - Class in pl.gsmservice.gateway.utils
 
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.MessageTypeEnum
 
value() - Method in class 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.SmsTypeEnum
 
value() - Method in class 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 class pl.gsmservice.gateway.utils.QueryParameter
 
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.MessageTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.gsmservice.gateway.models.components.SmsType.SmsTypeEnum
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.
valueOrElse(Optional<T>, T) - Static method in class pl.gsmservice.gateway.utils.Utils
 
valueOrElse(JsonNullable<T>, T) - Static method in class pl.gsmservice.gateway.utils.Utils
 
valueOrElse(T, T) - Static method in class pl.gsmservice.gateway.utils.Utils
 
valueOrNull(Optional<T>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
valueOrNull(JsonNullable<T>) - Static method in class pl.gsmservice.gateway.utils.Utils
 
valueOrNull(T) - Static method in class pl.gsmservice.gateway.utils.Utils
 
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.MessageTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class pl.gsmservice.gateway.models.components.MessageType
 
values() - Static method in enum pl.gsmservice.gateway.models.components.SmsType.SmsTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class pl.gsmservice.gateway.models.components.SmsType
 
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.ResponseWithBody
 
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.async.GetAccountDetailsResponse
The request was processed successfully
withAccountResponse(Optional<? extends AccountResponse>) - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
The request was processed successfully
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.async.GetAccountDetailsResponse
The request was processed successfully
withAccountResponse(AccountResponse) - Method in class pl.gsmservice.gateway.models.operations.async.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.async.CancelMessagesResponse
The request was processed successfully.
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.async.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.async.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.async.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.async.AddSenderResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
HTTP response content type for this operation
withContentType(String) - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse
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.async.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.async.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.async.AddSenderResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
 
withHeaders(Map<String, List<String>>) - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse
 
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.async.GetIncomingMessagesResponse
The request was processed successfully.
withIncomingMessages(List<IncomingMessage>) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
The request was processed successfully.
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.async.GetIncomingMessagesResponse
The request was processed successfully.
withIncomingMessages(Optional<? extends List<IncomingMessage>>) - Method in class pl.gsmservice.gateway.models.operations.async.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.async.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.async.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(JsonNullable<String>) - Method in class pl.gsmservice.gateway.models.components.MmsMessage
MMS message content
withMessages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
The request was processed successfully.
withMessages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
The request was processed successfully.
withMessages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
The request was processed successfully.
withMessages(List<Message>) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
The request was processed successfully.
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.async.GetMessagesResponse
The request was processed successfully.
withMessages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
The request was processed successfully.
withMessages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
The request was processed successfully.
withMessages(Optional<? extends List<Message>>) - Method in class pl.gsmservice.gateway.models.operations.async.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.async.PingResponse
API service is available
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.async.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.async.GetMmsPriceResponse
The request was processed successfully.
withPrices(List<Price>) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
The request was processed successfully.
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.async.GetMmsPriceResponse
The request was processed successfully.
withPrices(Optional<? extends List<Price>>) - Method in class pl.gsmservice.gateway.models.operations.async.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
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.AddSenderResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
Raw HTTP response; suitable for custom response parsing
withRawResponse(HttpResponse<Blob>) - Method in class pl.gsmservice.gateway.models.operations.async.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<? extends Sender>) - Method in class pl.gsmservice.gateway.models.operations.async.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)
withSender(Sender) - Method in class pl.gsmservice.gateway.models.operations.async.AddSenderResponse
The request was processed successfully (sender created)
withSenders(List<Sender>) - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
The request was processed successfully.
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.async.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.async.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.async.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.async.AddSenderResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.CancelMessagesResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.DeleteSenderResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.GetAccountDetailsResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.GetIncomingMessagesResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.GetMessagesResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.GetMmsPriceResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.GetSmsPriceResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.GetSubaccountDetailsResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.ListIncomingMessagesResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.ListMessagesResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.ListSendersResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.PingResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.SendMmsResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.SendSmsResponse
HTTP response status code for this operation
withStatusCode(int) - Method in class pl.gsmservice.gateway.models.operations.async.SetDefaultSenderResponse
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.async.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.async.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.async.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.async.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
wrapped(Flow.Publisher<T>) - Static method in class pl.gsmservice.gateway.utils.reactive.ReactiveUtils
Wraps a Flow.Publisher<T> into a Flow.Publisher<List<T>>.

_

_Deserializer() - Constructor for class pl.gsmservice.gateway.models.components.Attachments._Deserializer
 
_Deserializer() - Constructor for class pl.gsmservice.gateway.models.components.MessageType._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.components.SmsType._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
 
_Serializer() - Constructor for class pl.gsmservice.gateway.models.components.MessageType._Serializer
 
_Serializer() - Constructor for class pl.gsmservice.gateway.models.components.SmsType._Serializer
 
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