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

J

job() - function in com.courier.models.bulk.BulkRetrieveJobResponse
 
job(com.courier.core.JsonField) - function in com.courier.models.bulk.BulkRetrieveJobResponse.Builder
Sets Builder.job to an arbitrary JSON value.
job(com.courier.models.bulk.BulkRetrieveJobResponse.Job) - function in com.courier.models.bulk.BulkRetrieveJobResponse.Builder
 
jobId() - function in com.courier.models.bulk.BulkAddUsersParams
 
jobId(java.util.Optional) - function in com.courier.models.bulk.BulkAddUsersParams.Builder
Alias for calling Builder.jobId with jobId.orElse(null).
jobId(java.lang.String) - function in com.courier.models.bulk.BulkAddUsersParams.Builder
 
jobId() - function in com.courier.models.bulk.BulkCreateJobResponse
 
jobId(com.courier.core.JsonField) - function in com.courier.models.bulk.BulkCreateJobResponse.Builder
Sets Builder.jobId to an arbitrary JSON value.
jobId(java.lang.String) - function in com.courier.models.bulk.BulkCreateJobResponse.Builder
 
jobId() - function in com.courier.models.bulk.BulkListUsersParams
 
jobId(java.util.Optional) - function in com.courier.models.bulk.BulkListUsersParams.Builder
Alias for calling Builder.jobId with jobId.orElse(null).
jobId(java.lang.String) - function in com.courier.models.bulk.BulkListUsersParams.Builder
 
jobId() - function in com.courier.models.bulk.BulkRetrieveJobParams
 
jobId(java.util.Optional) - function in com.courier.models.bulk.BulkRetrieveJobParams.Builder
Alias for calling Builder.jobId with jobId.orElse(null).
jobId(java.lang.String) - function in com.courier.models.bulk.BulkRetrieveJobParams.Builder
 
jobId() - function in com.courier.models.bulk.BulkRunJobParams
 
jobId(java.util.Optional) - function in com.courier.models.bulk.BulkRunJobParams.Builder
Alias for calling Builder.jobId with jobId.orElse(null).
jobId(java.lang.String) - function in com.courier.models.bulk.BulkRunJobParams.Builder
 
Journey - class in com.courier.models.journeys
A journey template representing an automation workflow.
Journey.Builder - class in com.courier.models.journeys.Journey
A builder for Journey.
Journey.Version - class in com.courier.models.journeys.Journey
The version of the journey (published or draft).
Journey.Version.Known - class in com.courier.models.journeys.Journey.Version
An enum containing Version's known values.
Journey.Version.Value - class in com.courier.models.journeys.Journey.Version
An enum containing Version's known values, as well as an _UNKNOWN member.
JourneyInvokeParams - class in com.courier.models.journeys
Invoke a journey run from a journey template.
JourneyInvokeParams.Builder - class in com.courier.models.journeys.JourneyInvokeParams
A builder for JourneyInvokeParams.
JourneyListParams - class in com.courier.models.journeys
Get the list of journeys.
JourneyListParams.Builder - class in com.courier.models.journeys.JourneyListParams
A builder for JourneyListParams.
JourneyListParams.Version - class in com.courier.models.journeys.JourneyListParams
The version of journeys to retrieve.
JourneyListParams.Version.Known - class in com.courier.models.journeys.JourneyListParams.Version
An enum containing Version's known values.
JourneyListParams.Version.Value - class in com.courier.models.journeys.JourneyListParams.Version
An enum containing Version's known values, as well as an _UNKNOWN member.
journeys() - function in com.courier.client.CourierClient
 
journeys() - function in com.courier.client.CourierClient.WithRawResponse
 
journeys() - function in com.courier.client.CourierClientAsync
 
journeys() - function in com.courier.client.CourierClientAsync.WithRawResponse
 
journeys() - function in com.courier.client.CourierClientAsyncImpl
 
journeys() - function in com.courier.client.CourierClientAsyncImpl.WithRawResponseImpl
 
journeys() - function in com.courier.client.CourierClientImpl
 
journeys() - function in com.courier.client.CourierClientImpl.WithRawResponseImpl
 
JourneyService - class in com.courier.services.blocking
 
JourneyService.WithRawResponse - class in com.courier.services.blocking.JourneyService
A view of JourneyService that provides access to raw HTTP responses for each method.
JourneyServiceAsync - class in com.courier.services.async
 
JourneyServiceAsync.WithRawResponse - class in com.courier.services.async.JourneyServiceAsync
A view of JourneyServiceAsync that provides access to raw HTTP responses for each method.
JourneyServiceAsyncImpl - class in com.courier.services.async
 
JourneyServiceAsyncImpl.WithRawResponseImpl - class in com.courier.services.async.JourneyServiceAsyncImpl
 
JourneyServiceImpl - class in com.courier.services.blocking
 
JourneyServiceImpl.WithRawResponseImpl - class in com.courier.services.blocking.JourneyServiceImpl
 
journeysInvokeRequest() - function in com.courier.models.journeys.JourneyInvokeParams
Request body for invoking a journey.
journeysInvokeRequest(com.courier.models.journeys.JourneysInvokeRequest) - function in com.courier.models.journeys.JourneyInvokeParams.Builder
Request body for invoking a journey.
JourneysInvokeRequest - class in com.courier.models.journeys
Request body for invoking a journey.
JourneysInvokeRequest.Builder - class in com.courier.models.journeys.JourneysInvokeRequest
A builder for JourneysInvokeRequest.
JourneysInvokeRequest.Data - class in com.courier.models.journeys.JourneysInvokeRequest
Data payload passed to the journey.
JourneysInvokeRequest.Data.Builder - class in com.courier.models.journeys.JourneysInvokeRequest.Data
A builder for Data.
JourneysInvokeRequest.Profile - class in com.courier.models.journeys.JourneysInvokeRequest
Profile data for the user.
JourneysInvokeRequest.Profile.Builder - class in com.courier.models.journeys.JourneysInvokeRequest.Profile
A builder for Profile.
JourneysInvokeResponse - class in com.courier.models.journeys
 
JourneysInvokeResponse.Builder - class in com.courier.models.journeys.JourneysInvokeResponse
A builder for JourneysInvokeResponse.
JourneysListResponse - class in com.courier.models.journeys
 
JourneysListResponse.Builder - class in com.courier.models.journeys.JourneysListResponse
A builder for JourneysListResponse.
JsonArray - class in com.courier.core
A JsonValue representing a JSON array value.
JsonBoolean - class in com.courier.core
A JsonValue representing a JSON boolean value.
JsonField - class in com.courier.core
A class representing a serializable JSON field.
JsonField.Deserializer - class in com.courier.core.JsonField
 
JsonField.IsMissing - class in com.courier.core.JsonField
This class is a Jackson filter that can be used to exclude missing properties from objects.
JsonField.Visitor - class in com.courier.core.JsonField
An interface that defines how to map each possible state of a JsonField<T> to a value of type R.
jsonMapper() - function in com.courier.core.ClientOptions
The Jackson JSON mapper to use for serializing and deserializing JSON.
jsonMapper(com.fasterxml.jackson.databind.json.JsonMapper) - function in com.courier.core.ClientOptions.Builder
The Jackson JSON mapper to use for serializing and deserializing JSON.
jsonMapper() - function in com.courier.core.ObjectMappers
 
JsonMissing - class in com.courier.core
A JsonValue representing an omitted JSON field.
JsonMissing.Serializer - class in com.courier.core.JsonMissing
 
JSONNET - enum entry in com.courier.models.notifications.NotificationGetContent.Block.Type.Known
 
JSONNET - enum entry in com.courier.models.notifications.NotificationGetContent.Block.Type.Value
 
JsonNull - class in com.courier.core
A JsonValue representing a JSON null value.
JsonNumber - class in com.courier.core
A JsonValue representing a JSON number value.
JsonObject - class in com.courier.core
A JsonValue representing a JSON object value.
JsonString - class in com.courier.core
A JsonValue representing a JSON string value.
JsonValue - class in com.courier.core
A class representing an arbitrary JSON value.
JsonValue.Deserializer - class in com.courier.core.JsonValue
 
JsonValue.Visitor - class in com.courier.core.JsonValue
An interface that defines how to map each variant state of a JsonValue to a value of type R.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  Z  _