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

C

callbackUrl() - function in so.prelude.sdk.models.TransactionalSendParams
The callback URL.
callbackUrl() - function in so.prelude.sdk.models.TransactionalSendParams.Body
The callback URL.
callbackUrl(java.lang.String) - function in so.prelude.sdk.models.TransactionalSendParams.Body.Builder
The callback URL.
callbackUrl(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.TransactionalSendParams.Body.Builder
Sets Builder.callbackUrl to an arbitrary JSON value.
callbackUrl(java.lang.String) - function in so.prelude.sdk.models.TransactionalSendParams.Builder
The callback URL.
callbackUrl(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.TransactionalSendParams.Builder
Sets Builder.callbackUrl to an arbitrary JSON value.
callbackUrl() - function in so.prelude.sdk.models.TransactionalSendResponse
The callback URL.
callbackUrl(java.lang.String) - function in so.prelude.sdk.models.TransactionalSendResponse.Builder
The callback URL.
callbackUrl(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.TransactionalSendResponse.Builder
Sets Builder.callbackUrl to an arbitrary JSON value.
callbackUrl() - function in so.prelude.sdk.models.VerificationCreateParams.Options
The URL where webhooks will be sent when verification events occur, including verification creation, attempt creation, and delivery status changes.
callbackUrl(java.lang.String) - function in so.prelude.sdk.models.VerificationCreateParams.Options.Builder
The URL where webhooks will be sent when verification events occur, including verification creation, attempt creation, and delivery status changes.
callbackUrl(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.VerificationCreateParams.Options.Builder
Sets Builder.callbackUrl to an arbitrary JSON value.
callerName() - function in so.prelude.sdk.models.LookupLookupResponse
The CNAM (Caller ID Name) associated with the phone number.
callerName(java.lang.String) - function in so.prelude.sdk.models.LookupLookupResponse.Builder
The CNAM (Caller ID Name) associated with the phone number.
callerName(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.LookupLookupResponse.Builder
Sets Builder.callerName to an arbitrary JSON value.
CALLING_CARDS - enum entry in so.prelude.sdk.models.LookupLookupResponse.LineType.Known
 
CALLING_CARDS - enum entry in so.prelude.sdk.models.LookupLookupResponse.LineType.Value
 
carrierName() - function in so.prelude.sdk.models.LookupLookupResponse.NetworkInfo
The name of the carrier.
carrierName(java.lang.String) - function in so.prelude.sdk.models.LookupLookupResponse.NetworkInfo.Builder
The name of the carrier.
carrierName(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.LookupLookupResponse.NetworkInfo.Builder
Sets Builder.carrierName to an arbitrary JSON value.
carrierName() - function in so.prelude.sdk.models.LookupLookupResponse.OriginalNetworkInfo
The name of the original carrier.
carrierName(java.lang.String) - function in so.prelude.sdk.models.LookupLookupResponse.OriginalNetworkInfo.Builder
The name of the original carrier.
carrierName(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.LookupLookupResponse.OriginalNetworkInfo.Builder
Sets Builder.carrierName to an arbitrary JSON value.
cause(java.util.Optional) - function in so.prelude.sdk.errors.BadRequestException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in so.prelude.sdk.errors.BadRequestException.Builder
 
cause(java.util.Optional) - function in so.prelude.sdk.errors.InternalServerException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in so.prelude.sdk.errors.InternalServerException.Builder
 
cause(java.util.Optional) - function in so.prelude.sdk.errors.NotFoundException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in so.prelude.sdk.errors.NotFoundException.Builder
 
cause(java.util.Optional) - function in so.prelude.sdk.errors.PermissionDeniedException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in so.prelude.sdk.errors.PermissionDeniedException.Builder
 
cause(java.util.Optional) - function in so.prelude.sdk.errors.RateLimitException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in so.prelude.sdk.errors.RateLimitException.Builder
 
cause(java.util.Optional) - function in so.prelude.sdk.errors.UnauthorizedException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in so.prelude.sdk.errors.UnauthorizedException.Builder
 
cause(java.util.Optional) - function in so.prelude.sdk.errors.UnexpectedStatusCodeException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in so.prelude.sdk.errors.UnexpectedStatusCodeException.Builder
 
cause(java.util.Optional) - function in so.prelude.sdk.errors.UnprocessableEntityException.Builder
Alias for calling Builder.cause with cause.orElse(null).
cause(java.lang.Throwable) - function in so.prelude.sdk.errors.UnprocessableEntityException.Builder
 
channels() - function in so.prelude.sdk.models.VerificationCreateResponse
The ordered sequence of channels to be used for verification
channels(java.util.List) - function in so.prelude.sdk.models.VerificationCreateResponse.Builder
The ordered sequence of channels to be used for verification
channels(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.VerificationCreateResponse.Builder
Sets Builder.channels to an arbitrary JSON value.
Check - class in so.prelude.sdk.core
 
check(so.prelude.sdk.models.VerificationCheckParams) - function in so.prelude.sdk.services.async.VerificationServiceAsync
Check the validity of a verification code.
check(so.prelude.sdk.models.VerificationCheckParams) - function in so.prelude.sdk.services.async.VerificationServiceAsync
Check the validity of a verification code.
check(so.prelude.sdk.models.VerificationCheckParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.async.VerificationServiceAsync
 
check(so.prelude.sdk.models.VerificationCheckParams) - function in so.prelude.sdk.services.async.VerificationServiceAsync.WithRawResponse
Returns a raw HTTP response for post /v2/verification/check, but is otherwise the same as VerificationServiceAsync.check.
check(so.prelude.sdk.models.VerificationCheckParams) - function in so.prelude.sdk.services.async.VerificationServiceAsync.WithRawResponse
Returns a raw HTTP response for post /v2/verification/check, but is otherwise the same as VerificationServiceAsync.check.
check(so.prelude.sdk.models.VerificationCheckParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.async.VerificationServiceAsync.WithRawResponse
 
check(so.prelude.sdk.models.VerificationCheckParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.async.VerificationServiceAsyncImpl
 
check(so.prelude.sdk.models.VerificationCheckParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.async.VerificationServiceAsyncImpl.WithRawResponseImpl
 
check(so.prelude.sdk.models.VerificationCheckParams) - function in so.prelude.sdk.services.blocking.VerificationService
Check the validity of a verification code.
check(so.prelude.sdk.models.VerificationCheckParams) - function in so.prelude.sdk.services.blocking.VerificationService
Check the validity of a verification code.
check(so.prelude.sdk.models.VerificationCheckParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.blocking.VerificationService
 
check(so.prelude.sdk.models.VerificationCheckParams) - function in so.prelude.sdk.services.blocking.VerificationService.WithRawResponse
Returns a raw HTTP response for post /v2/verification/check, but is otherwise the same as VerificationService.check.
check(so.prelude.sdk.models.VerificationCheckParams) - function in so.prelude.sdk.services.blocking.VerificationService.WithRawResponse
Returns a raw HTTP response for post /v2/verification/check, but is otherwise the same as VerificationService.check.
check(so.prelude.sdk.models.VerificationCheckParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.blocking.VerificationService.WithRawResponse
 
check(so.prelude.sdk.models.VerificationCheckParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.blocking.VerificationServiceImpl
 
check(so.prelude.sdk.models.VerificationCheckParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.blocking.VerificationServiceImpl.WithRawResponseImpl
 
checkJacksonVersionCompatibility(java.lang.Boolean) - function in so.prelude.sdk.client.okhttp.PreludeOkHttpClient.Builder
Whether to throw an exception if any of the Jackson versions detected at runtime are incompatible with the SDK's minimum supported Jackson version (2.13.4).
checkJacksonVersionCompatibility(java.lang.Boolean) - function in so.prelude.sdk.client.okhttp.PreludeOkHttpClientAsync.Builder
Whether to throw an exception if any of the Jackson versions detected at runtime are incompatible with the SDK's minimum supported Jackson version (2.13.4).
checkJacksonVersionCompatibility() - function in so.prelude.sdk.core.ClientOptions
 
checkJacksonVersionCompatibility(java.lang.Boolean) - function in so.prelude.sdk.core.ClientOptions.Builder
 
checkRequired(java.lang.String,T) - function in so.prelude.sdk.core.Check
 
checkRequired(java.lang.String,java.lang.Boolean) - function in so.prelude.sdk.core.Check
 
clear() - function in so.prelude.sdk.core.http.Headers.Builder
 
clear() - function in so.prelude.sdk.core.http.QueryParams.Builder
 
ClientOptions - class in so.prelude.sdk.core
 
ClientOptions.Builder - class in so.prelude.sdk.core.ClientOptions
A builder for ClientOptions.
clock(java.time.Clock) - function in so.prelude.sdk.client.okhttp.PreludeOkHttpClient.Builder
 
clock(java.time.Clock) - function in so.prelude.sdk.client.okhttp.PreludeOkHttpClientAsync.Builder
 
clock() - function in so.prelude.sdk.core.ClientOptions
 
clock(java.time.Clock) - function in so.prelude.sdk.core.ClientOptions.Builder
 
clock(java.time.Clock) - function in so.prelude.sdk.core.http.RetryingHttpClient.Builder
 
close() - function in so.prelude.sdk.client.PreludeClient
Closes this client, relinquishing any underlying resources.
close() - function in so.prelude.sdk.client.PreludeClientAsync
Closes this client, relinquishing any underlying resources.
close() - function in so.prelude.sdk.client.PreludeClientAsyncImpl
Closes this client, relinquishing any underlying resources.
close() - function in so.prelude.sdk.client.PreludeClientImpl
Closes this client, relinquishing any underlying resources.
close() - function in so.prelude.sdk.client.okhttp.OkHttpClient
 
close() - function in so.prelude.sdk.core.http.AsyncStreamResponse
Closes this resource, relinquishing any underlying resources.
close() - function in so.prelude.sdk.core.http.HttpClient
Overridden from AutoCloseable to not have a checked exception in its signature.
close() - function in so.prelude.sdk.core.http.HttpRequestBody
Overridden from AutoCloseable to not have a checked exception in its signature.
close() - function in so.prelude.sdk.core.http.HttpResponse
Overridden from AutoCloseable to not have a checked exception in its signature.
close() - function in so.prelude.sdk.core.http.HttpResponseFor
Overridden from AutoCloseable to not have a checked exception in its signature.
close() - function in so.prelude.sdk.core.http.RetryingHttpClient
Overridden from AutoCloseable to not have a checked exception in its signature.
close() - function in so.prelude.sdk.core.http.StreamResponse
Overridden from AutoCloseable to not have a checked exception in its signature.
CNAM - enum entry in so.prelude.sdk.models.LookupLookupParams.Type.Known
 
CNAM - enum entry in so.prelude.sdk.models.LookupLookupParams.Type.Value
 
code() - function in so.prelude.sdk.models.VerificationCheckParams
The OTP code to validate.
code() - function in so.prelude.sdk.models.VerificationCheckParams.Body
The OTP code to validate.
code(java.lang.String) - function in so.prelude.sdk.models.VerificationCheckParams.Body.Builder
The OTP code to validate.
code(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.VerificationCheckParams.Body.Builder
Sets Builder.code to an arbitrary JSON value.
code(java.lang.String) - function in so.prelude.sdk.models.VerificationCheckParams.Builder
The OTP code to validate.
code(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.VerificationCheckParams.Builder
Sets Builder.code to an arbitrary JSON value.
codeSize() - function in so.prelude.sdk.models.VerificationCreateParams.Options
The size of the code generated.
codeSize(java.lang.Long) - function in so.prelude.sdk.models.VerificationCreateParams.Options.Builder
The size of the code generated.
codeSize(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.VerificationCreateParams.Options.Builder
Sets Builder.codeSize to an arbitrary JSON value.
confidence() - function in so.prelude.sdk.models.WatchSendEventsParams.Event
A confidence level you want to assign to the event.
confidence(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.WatchSendEventsParams.Event.Builder
Sets Builder.confidence to an arbitrary JSON value.
confidence(so.prelude.sdk.models.WatchSendEventsParams.Event.Confidence) - function in so.prelude.sdk.models.WatchSendEventsParams.Event.Builder
A confidence level you want to assign to the event.
connect() - function in so.prelude.sdk.core.Timeout
The maximum time allowed to establish a connection with a host.
connect(java.time.Duration) - function in so.prelude.sdk.core.Timeout.Builder
The maximum time allowed to establish a connection with a host.
connect(java.util.Optional) - function in so.prelude.sdk.core.Timeout.Builder
Alias for calling Builder.connect with connect.orElse(null).
CONNECT - enum entry in so.prelude.sdk.core.http.HttpMethod
 
contentLength() - function in so.prelude.sdk.core.http.HttpRequestBody
 
contentType() - function in so.prelude.sdk.core.MultipartField
A content type for the serialized parts.
contentType(java.lang.String) - function in so.prelude.sdk.core.MultipartField.Builder
 
contentType() - function in so.prelude.sdk.core.http.HttpRequestBody
 
convert(com.fasterxml.jackson.core.type.TypeReference) - function in so.prelude.sdk.core.JsonValue
 
convert(com.fasterxml.jackson.core.type.TypeReference) - function in so.prelude.sdk.core.JsonValue
 
convert(java.lang.Class) - function in so.prelude.sdk.core.JsonValue
 
convert(java.lang.Class) - function in so.prelude.sdk.core.JsonValue
 
correlationId() - function in so.prelude.sdk.models.TransactionalSendParams
A unique, user-defined identifier that will be included in webhook events.
correlationId() - function in so.prelude.sdk.models.TransactionalSendParams.Body
A unique, user-defined identifier that will be included in webhook events.
correlationId(java.lang.String) - function in so.prelude.sdk.models.TransactionalSendParams.Body.Builder
A unique, user-defined identifier that will be included in webhook events.
correlationId(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.TransactionalSendParams.Body.Builder
Sets Builder.correlationId to an arbitrary JSON value.
correlationId(java.lang.String) - function in so.prelude.sdk.models.TransactionalSendParams.Builder
A unique, user-defined identifier that will be included in webhook events.
correlationId(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.TransactionalSendParams.Builder
Sets Builder.correlationId to an arbitrary JSON value.
correlationId() - function in so.prelude.sdk.models.TransactionalSendResponse
A unique, user-defined identifier that will be included in webhook events.
correlationId(java.lang.String) - function in so.prelude.sdk.models.TransactionalSendResponse.Builder
A unique, user-defined identifier that will be included in webhook events.
correlationId(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.TransactionalSendResponse.Builder
Sets Builder.correlationId to an arbitrary JSON value.
correlationId() - function in so.prelude.sdk.models.VerificationCheckResponse.Metadata
 
correlationId(java.lang.String) - function in so.prelude.sdk.models.VerificationCheckResponse.Metadata.Builder
 
correlationId(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.VerificationCheckResponse.Metadata.Builder
Sets Builder.correlationId to an arbitrary JSON value.
correlationId() - function in so.prelude.sdk.models.VerificationCreateParams.Metadata
A user-defined identifier to correlate this verification with.
correlationId(java.lang.String) - function in so.prelude.sdk.models.VerificationCreateParams.Metadata.Builder
A user-defined identifier to correlate this verification with.
correlationId(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.VerificationCreateParams.Metadata.Builder
Sets Builder.correlationId to an arbitrary JSON value.
correlationId() - function in so.prelude.sdk.models.VerificationCreateResponse.Metadata
 
correlationId(java.lang.String) - function in so.prelude.sdk.models.VerificationCreateResponse.Metadata.Builder
 
correlationId(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.VerificationCreateResponse.Metadata.Builder
Sets Builder.correlationId to an arbitrary JSON value.
correlationId() - function in so.prelude.sdk.models.WatchPredictParams.Metadata
A user-defined identifier to correlate this prediction with.
correlationId(java.lang.String) - function in so.prelude.sdk.models.WatchPredictParams.Metadata.Builder
A user-defined identifier to correlate this prediction with.
correlationId(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.WatchPredictParams.Metadata.Builder
Sets Builder.correlationId to an arbitrary JSON value.
correlationId() - function in so.prelude.sdk.models.WatchSendFeedbacksParams.Feedback.Metadata
A user-defined identifier to correlate this feedback with.
correlationId(java.lang.String) - function in so.prelude.sdk.models.WatchSendFeedbacksParams.Feedback.Metadata.Builder
A user-defined identifier to correlate this feedback with.
correlationId(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.WatchSendFeedbacksParams.Feedback.Metadata.Builder
Sets Builder.correlationId to an arbitrary JSON value.
countryCode() - function in so.prelude.sdk.models.LookupLookupResponse
The country code of the phone number.
countryCode(java.lang.String) - function in so.prelude.sdk.models.LookupLookupResponse.Builder
The country code of the phone number.
countryCode(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.LookupLookupResponse.Builder
Sets Builder.countryCode to an arbitrary JSON value.
create(so.prelude.sdk.models.VerificationCreateParams) - function in so.prelude.sdk.services.async.VerificationServiceAsync
Create a new verification for a specific phone number.
create(so.prelude.sdk.models.VerificationCreateParams) - function in so.prelude.sdk.services.async.VerificationServiceAsync
Create a new verification for a specific phone number.
create(so.prelude.sdk.models.VerificationCreateParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.async.VerificationServiceAsync
 
create(so.prelude.sdk.models.VerificationCreateParams) - function in so.prelude.sdk.services.async.VerificationServiceAsync.WithRawResponse
Returns a raw HTTP response for post /v2/verification, but is otherwise the same as VerificationServiceAsync.create.
create(so.prelude.sdk.models.VerificationCreateParams) - function in so.prelude.sdk.services.async.VerificationServiceAsync.WithRawResponse
Returns a raw HTTP response for post /v2/verification, but is otherwise the same as VerificationServiceAsync.create.
create(so.prelude.sdk.models.VerificationCreateParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.async.VerificationServiceAsync.WithRawResponse
 
create(so.prelude.sdk.models.VerificationCreateParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.async.VerificationServiceAsyncImpl
 
create(so.prelude.sdk.models.VerificationCreateParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.async.VerificationServiceAsyncImpl.WithRawResponseImpl
 
create(so.prelude.sdk.models.VerificationCreateParams) - function in so.prelude.sdk.services.blocking.VerificationService
Create a new verification for a specific phone number.
create(so.prelude.sdk.models.VerificationCreateParams) - function in so.prelude.sdk.services.blocking.VerificationService
Create a new verification for a specific phone number.
create(so.prelude.sdk.models.VerificationCreateParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.blocking.VerificationService
 
create(so.prelude.sdk.models.VerificationCreateParams) - function in so.prelude.sdk.services.blocking.VerificationService.WithRawResponse
Returns a raw HTTP response for post /v2/verification, but is otherwise the same as VerificationService.create.
create(so.prelude.sdk.models.VerificationCreateParams) - function in so.prelude.sdk.services.blocking.VerificationService.WithRawResponse
Returns a raw HTTP response for post /v2/verification, but is otherwise the same as VerificationService.create.
create(so.prelude.sdk.models.VerificationCreateParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.blocking.VerificationService.WithRawResponse
 
create(so.prelude.sdk.models.VerificationCreateParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.blocking.VerificationServiceImpl
 
create(so.prelude.sdk.models.VerificationCreateParams,so.prelude.sdk.core.RequestOptions) - function in so.prelude.sdk.services.blocking.VerificationServiceImpl.WithRawResponseImpl
 
createContextual(com.fasterxml.jackson.databind.DeserializationContext,com.fasterxml.jackson.databind.BeanProperty) - function in so.prelude.sdk.core.BaseDeserializer
 
createContextual(com.fasterxml.jackson.databind.DeserializationContext,com.fasterxml.jackson.databind.BeanProperty) - function in so.prelude.sdk.core.BaseDeserializer
 
createContextual(com.fasterxml.jackson.databind.DeserializationContext,com.fasterxml.jackson.databind.BeanProperty) - function in so.prelude.sdk.core.JsonField.Deserializer
 
createdAt() - function in so.prelude.sdk.models.TransactionalSendResponse
The message creation date.
createdAt(java.time.OffsetDateTime) - function in so.prelude.sdk.models.TransactionalSendResponse.Builder
The message creation date.
createdAt(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.TransactionalSendResponse.Builder
Sets Builder.createdAt to an arbitrary JSON value.
customCode() - function in so.prelude.sdk.models.VerificationCreateParams.Options
The custom code to use for OTP verification.
customCode(java.lang.String) - function in so.prelude.sdk.models.VerificationCreateParams.Options.Builder
The custom code to use for OTP verification.
customCode(so.prelude.sdk.core.JsonField) - function in so.prelude.sdk.models.VerificationCreateParams.Options.Builder
Sets Builder.customCode to an arbitrary JSON value.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z  _