Serialized Form
-
Package pl.gsmservice.gateway.models.components
-
Class pl.gsmservice.gateway.models.components.Attachments._Deserializer extends OneOfDeserializer<Attachments> implements Serializable
-
Class pl.gsmservice.gateway.models.components.MessageType._Deserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<MessageType> implements Serializable
-
Class pl.gsmservice.gateway.models.components.MessageType._Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<MessageType> implements Serializable
-
Class pl.gsmservice.gateway.models.components.Recipients._Deserializer extends OneOfDeserializer<Recipients> implements Serializable
-
Class pl.gsmservice.gateway.models.components.SmsMessageRecipients._Deserializer extends OneOfDeserializer<SmsMessageRecipients> implements Serializable
-
Class pl.gsmservice.gateway.models.components.SmsType._Deserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<SmsType> implements Serializable
-
Class pl.gsmservice.gateway.models.components.SmsType._Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<SmsType> implements Serializable
-
-
Package pl.gsmservice.gateway.models.errors
-
Class pl.gsmservice.gateway.models.errors.AuthException extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
statusCode
java.util.Optional<java.lang.Integer> statusCode
-
-
-
Class pl.gsmservice.gateway.models.errors.ErrorResponse extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
code
java.util.Optional<java.lang.String> code
An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry -
detail
java.util.Optional<java.lang.String> detail
A human-readable explanation specific to this occurrence of the problem -
instance
java.util.Optional<java.lang.String> instance
A URI reference that identifies the specific occurrence of the problem -
status
java.util.Optional<java.lang.Long> status
The HTTP status code generated by the origin server for this occurrence of the problem -
title
java.util.Optional<java.lang.String> title
A short, human-readable summary of the problem type -
type
java.util.Optional<java.lang.String> type
A URI reference that identifies the problem type
-
-
-
Class pl.gsmservice.gateway.models.errors.SDKError extends java.lang.Exception implements Serializable
-
Serialized Fields
-
body
byte[] body
-
code
int code
-
message
java.lang.String message
-
rawResponse
java.net.http.HttpResponse<java.io.InputStream> rawResponse
-
-
-
Class pl.gsmservice.gateway.models.errors.UncheckedSDKError extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
body
byte[] body
-
code
int code
-
message
java.lang.String message
-
rawResponse
java.net.http.HttpResponse<Blob> rawResponse
-
-
-
-
Package pl.gsmservice.gateway.models.errors.async
-
Class pl.gsmservice.gateway.models.errors.async.ErrorResponse extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
code
java.util.Optional<java.lang.String> code
An API specific error code aiding the provider team understand the error based on their own potential taxonomy or registry -
detail
java.util.Optional<java.lang.String> detail
A human-readable explanation specific to this occurrence of the problem -
instance
java.util.Optional<java.lang.String> instance
A URI reference that identifies the specific occurrence of the problem -
status
java.util.Optional<java.lang.Long> status
The HTTP status code generated by the origin server for this occurrence of the problem -
title
java.util.Optional<java.lang.String> title
A short, human-readable summary of the problem type -
type
java.util.Optional<java.lang.String> type
A URI reference that identifies the problem type
-
-
-
-
Package pl.gsmservice.gateway.models.operations
-
Class pl.gsmservice.gateway.models.operations.GetMmsPriceRequestBody._Deserializer extends OneOfDeserializer<GetMmsPriceRequestBody> implements Serializable
-
Class pl.gsmservice.gateway.models.operations.GetSmsPriceRequestBody._Deserializer extends OneOfDeserializer<GetSmsPriceRequestBody> implements Serializable
-
Class pl.gsmservice.gateway.models.operations.SendMmsRequestBody._Deserializer extends OneOfDeserializer<SendMmsRequestBody> implements Serializable
-
Class pl.gsmservice.gateway.models.operations.SendSmsRequestBody._Deserializer extends OneOfDeserializer<SendSmsRequestBody> implements Serializable
-
-
Package pl.gsmservice.gateway.utils
-
Class pl.gsmservice.gateway.utils.AsyncRetryableException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
response
java.net.http.HttpResponse<Blob> response
-
-
-
Class pl.gsmservice.gateway.utils.BigDecimalString.Deserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigDecimalString> implements Serializable
-
Class pl.gsmservice.gateway.utils.BigDecimalString.Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigDecimalString> implements Serializable
-
Class pl.gsmservice.gateway.utils.BigIntegerString.Deserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigIntegerString> implements Serializable
-
Class pl.gsmservice.gateway.utils.BigIntegerString.Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigIntegerString> implements Serializable
-
Class pl.gsmservice.gateway.utils.Hooks.FailEarlyException extends java.lang.RuntimeException implements Serializable
-
Class pl.gsmservice.gateway.utils.NonRetryableException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
throwable
java.lang.Throwable throwable
-
-
-
Class pl.gsmservice.gateway.utils.OneOfDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> implements Serializable
- serialVersionUID:
- -1L
-
Serialized Fields
-
cls
java.lang.Class<T> cls
-
mapper
com.fasterxml.jackson.databind.ObjectMapper mapper
-
strict
boolean strict
-
-
Class pl.gsmservice.gateway.utils.RetryableException extends java.lang.Exception implements Serializable
-
Serialized Fields
-
response
java.net.http.HttpResponse<java.io.InputStream> response
-
-
-
Class pl.gsmservice.gateway.utils.TypedObject.Serializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedObject> implements Serializable
- serialVersionUID:
- -1L
-