A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
_
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
- 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(com.fasterxml.jackson.databind.json.JsonMapper) - function in com.courier.client.okhttp.CourierOkHttpClient.Builder
- The Jackson JSON mapper to use for serializing and deserializing JSON.
- jsonMapper(com.fasterxml.jackson.databind.json.JsonMapper) - function in com.courier.client.okhttp.CourierOkHttpClientAsync.Builder
- The Jackson JSON mapper to use for serializing and deserializing JSON.
- 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
nullvalue. - 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.