A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
_
J
- JsonArray - class in app.knock.api.core
- A JsonValue representing a JSON array value.
- JsonBoolean - class in app.knock.api.core
- A JsonValue representing a JSON boolean value.
- jsonContent() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template
- The JSON content of the message.
- jsonContent(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.Builder
- Sets Builder.jsonContent to an arbitrary JSON value.
- jsonContent(app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.JsonContent) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.Builder
- The JSON content of the message.
- jsonContent(java.util.Optional) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.Builder
- Alias for calling Builder.jsonContent with
jsonContent.orElse(null). - jsonContent() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template
- The JSON content of the message.
- jsonContent(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Builder
- Sets Builder.jsonContent to an arbitrary JSON value.
- jsonContent(app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.JsonContent) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Builder
- The JSON content of the message.
- jsonContent(java.util.Optional) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Builder
- Alias for calling Builder.jsonContent with
jsonContent.orElse(null). - JsonField - class in app.knock.api.core
- A class representing a serializable JSON field.
- JsonField.Deserializer - class in app.knock.api.core.JsonField
- JsonField.IsMissing - class in app.knock.api.core.JsonField
- This class is a Jackson filter that can be used to exclude missing properties from objects.
- JsonField.Visitor - class in app.knock.api.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 app.knock.api.core.ClientOptions
- jsonMapper(com.fasterxml.jackson.databind.json.JsonMapper) - function in app.knock.api.core.ClientOptions.Builder
- jsonMapper() - function in app.knock.api.core.ObjectMappers
- JsonMissing - class in app.knock.api.core
- A JsonValue representing an omitted JSON field.
- JsonMissing.Serializer - class in app.knock.api.core.JsonMissing
- JsonNull - class in app.knock.api.core
- A JsonValue representing a JSON
nullvalue. - JsonNumber - class in app.knock.api.core
- A JsonValue representing a JSON number value.
- JsonObject - class in app.knock.api.core
- A JsonValue representing a JSON object value.
- jsonrpc() - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams
- The JSON-RPC version.
- jsonrpc() - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams.Body
- The JSON-RPC version.
- jsonrpc(app.knock.api.core.JsonField) - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams.Body.Builder
- Sets Builder.jsonrpc to an arbitrary JSON value.
- jsonrpc(java.lang.String) - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams.Body.Builder
- The JSON-RPC version.
- jsonrpc(app.knock.api.core.JsonField) - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams.Builder
- Sets Builder.jsonrpc to an arbitrary JSON value.
- jsonrpc(java.lang.String) - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams.Builder
- The JSON-RPC version.
- jsonrpc() - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams
- The JSON-RPC version.
- jsonrpc() - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Body
- The JSON-RPC version.
- jsonrpc(app.knock.api.core.JsonField) - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Body.Builder
- Sets Builder.jsonrpc to an arbitrary JSON value.
- jsonrpc(java.lang.String) - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Body.Builder
- The JSON-RPC version.
- jsonrpc(app.knock.api.core.JsonField) - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Builder
- Sets Builder.jsonrpc to an arbitrary JSON value.
- jsonrpc(java.lang.String) - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Builder
- The JSON-RPC version.
- JsonString - class in app.knock.api.core
- A JsonValue representing a JSON string value.
- JsonValue - class in app.knock.api.core
- A class representing an arbitrary JSON value.
- JsonValue.Deserializer - class in app.knock.api.core.JsonValue
- JsonValue.Visitor - class in app.knock.api.core.JsonValue
- An interface that defines how to map each variant state of a JsonValue to a value of type R.