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

B

BadRequestException - class in app.knock.api.errors
 
BadRequestException.Builder - class in app.knock.api.errors.BadRequestException
A builder for BadRequestException.
BaseDeserializer - class in app.knock.api.core
 
BaseSerializer - class in app.knock.api.core
 
baseUrl() - function in app.knock.api.core.ClientOptions
 
baseUrl() - function in app.knock.api.core.ClientOptions.Builder
 
baseUrl(java.lang.String) - function in app.knock.api.core.ClientOptions.Builder
 
batch() - function in app.knock.api.services.async.MessageServiceAsync
 
batch() - function in app.knock.api.services.async.MessageServiceAsync.WithRawResponse
 
batch() - function in app.knock.api.services.async.MessageServiceAsyncImpl
 
batch() - function in app.knock.api.services.async.MessageServiceAsyncImpl.WithRawResponseImpl
 
batch() - function in app.knock.api.services.blocking.MessageService
 
batch() - function in app.knock.api.services.blocking.MessageService.WithRawResponse
 
batch() - function in app.knock.api.services.blocking.MessageServiceImpl
 
batch() - function in app.knock.api.services.blocking.MessageServiceImpl.WithRawResponseImpl
 
BatchArchiveParams - class in app.knock.api.models.messages.batch
Marks the given messages as archived.
BatchArchiveParams.Body - class in app.knock.api.models.messages.batch.BatchArchiveParams
Request to update the status of multiple messages in batch.
BatchArchiveParams.Body.Builder - class in app.knock.api.models.messages.batch.BatchArchiveParams.Body
A builder for Body.
BatchArchiveParams.Builder - class in app.knock.api.models.messages.batch.BatchArchiveParams
A builder for BatchArchiveParams.
BatchGetContentParams - class in app.knock.api.models.messages.batch
Get the contents of multiple messages in a single request.
BatchGetContentParams.Builder - class in app.knock.api.models.messages.batch.BatchGetContentParams
A builder for BatchGetContentParams.
BatchGetContentResponse - class in app.knock.api.models.messages.batch
The content of a message.
BatchGetContentResponse.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse
A builder for BatchGetContentResponse.
BatchGetContentResponse.Data - class in app.knock.api.models.messages.batch.BatchGetContentResponse
Content data specific to the channel type.
BatchGetContentResponse.Data.MessageChatContent - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data
The content of a chat message.
BatchGetContentResponse.Data.MessageChatContent.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent
A builder for MessageChatContent.
BatchGetContentResponse.Data.MessageChatContent.Connection - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent
The channel data connection from the recipient to the underlying provider.
BatchGetContentResponse.Data.MessageChatContent.Connection.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Connection
A builder for Connection.
BatchGetContentResponse.Data.MessageChatContent.Metadata - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent
Additional metadata associated with the chat message.
BatchGetContentResponse.Data.MessageChatContent.Metadata.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Metadata
A builder for Metadata.
BatchGetContentResponse.Data.MessageChatContent.Template - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent
The template structure for the chat message.
BatchGetContentResponse.Data.MessageChatContent.Template.Block - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template
A block in a message in a chat.
BatchGetContentResponse.Data.MessageChatContent.Template.Block.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Block
A builder for Block.
BatchGetContentResponse.Data.MessageChatContent.Template.Block.Type - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Block
The type of block in a message in a chat (text or markdown).
BatchGetContentResponse.Data.MessageChatContent.Template.Block.Type.Known - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Block.Type
An enum containing Type's known values.
BatchGetContentResponse.Data.MessageChatContent.Template.Block.Type.Value - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Block.Type
An enum containing Type's known values, as well as an _UNKNOWN member.
BatchGetContentResponse.Data.MessageChatContent.Template.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template
A builder for Template.
BatchGetContentResponse.Data.MessageChatContent.Template.JsonContent - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template
The JSON content of the message.
BatchGetContentResponse.Data.MessageChatContent.Template.JsonContent.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.JsonContent
A builder for JsonContent.
BatchGetContentResponse.Data.MessageEmailContent - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data
The content of an email message.
BatchGetContentResponse.Data.MessageEmailContent.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageEmailContent
A builder for MessageEmailContent.
BatchGetContentResponse.Data.MessageInAppFeedContent - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data
The content of an in-app feed message.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent
A block in a message in an app feed.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block
A button set block in a message in an app feed.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock
A builder for MessageInAppFeedButtonSetBlock.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Button - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock
A button in an in app feed message.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Button.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Button
A builder for Button.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Type - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock
The type of block in a message in an app feed.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Type.Known - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Type
An enum containing Type's known values.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Type.Value - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Type
An enum containing Type's known values, as well as an _UNKNOWN member.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block
A block in a message in an app feed.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock
A builder for MessageInAppFeedContentBlock.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Type - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock
The type of block in a message in an app feed.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Type.Known - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Type
An enum containing Type's known values.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Type.Value - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Type
An enum containing Type's known values, as well as an _UNKNOWN member.
BatchGetContentResponse.Data.MessageInAppFeedContent.Block.Visitor - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block
An interface that defines how to map each variant of Block to a value of type T.
BatchGetContentResponse.Data.MessageInAppFeedContent.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent
A builder for MessageInAppFeedContent.
BatchGetContentResponse.Data.MessagePushContent - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data
The content of a push notification.
BatchGetContentResponse.Data.MessagePushContent.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessagePushContent
A builder for MessagePushContent.
BatchGetContentResponse.Data.MessagePushContent.InnerData - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessagePushContent
Additional data payload for the push notification.
BatchGetContentResponse.Data.MessagePushContent.InnerData.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessagePushContent.InnerData
A builder for InnerData.
BatchGetContentResponse.Data.MessageSmsContent - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data
The content of an SMS message.
BatchGetContentResponse.Data.MessageSmsContent.Builder - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageSmsContent
A builder for MessageSmsContent.
BatchGetContentResponse.Data.Visitor - class in app.knock.api.models.messages.batch.BatchGetContentResponse.Data
An interface that defines how to map each variant of Data to a value of type T.
BatchMarkAsInteractedParams - class in app.knock.api.models.messages.batch
Marks the given messages as interacted with by the user.
BatchMarkAsInteractedParams.Body - class in app.knock.api.models.messages.batch.BatchMarkAsInteractedParams
A request to batch mark messages as interacted with.
BatchMarkAsInteractedParams.Body.Builder - class in app.knock.api.models.messages.batch.BatchMarkAsInteractedParams.Body
A builder for Body.
BatchMarkAsInteractedParams.Builder - class in app.knock.api.models.messages.batch.BatchMarkAsInteractedParams
A builder for BatchMarkAsInteractedParams.
BatchMarkAsInteractedParams.Metadata - class in app.knock.api.models.messages.batch.BatchMarkAsInteractedParams
Metadata about the interaction.
BatchMarkAsInteractedParams.Metadata.Builder - class in app.knock.api.models.messages.batch.BatchMarkAsInteractedParams.Metadata
A builder for Metadata.
BatchMarkAsReadParams - class in app.knock.api.models.messages.batch
Marks the given messages as read.
BatchMarkAsReadParams.Body - class in app.knock.api.models.messages.batch.BatchMarkAsReadParams
Request to update the status of multiple messages in batch.
BatchMarkAsReadParams.Body.Builder - class in app.knock.api.models.messages.batch.BatchMarkAsReadParams.Body
A builder for Body.
BatchMarkAsReadParams.Builder - class in app.knock.api.models.messages.batch.BatchMarkAsReadParams
A builder for BatchMarkAsReadParams.
BatchMarkAsSeenParams - class in app.knock.api.models.messages.batch
Marks the given messages as seen.
BatchMarkAsSeenParams.Body - class in app.knock.api.models.messages.batch.BatchMarkAsSeenParams
Request to update the status of multiple messages in batch.
BatchMarkAsSeenParams.Body.Builder - class in app.knock.api.models.messages.batch.BatchMarkAsSeenParams.Body
A builder for Body.
BatchMarkAsSeenParams.Builder - class in app.knock.api.models.messages.batch.BatchMarkAsSeenParams
A builder for BatchMarkAsSeenParams.
BatchMarkAsUnreadParams - class in app.knock.api.models.messages.batch
Marks the given messages as unread.
BatchMarkAsUnreadParams.Body - class in app.knock.api.models.messages.batch.BatchMarkAsUnreadParams
Request to update the status of multiple messages in batch.
BatchMarkAsUnreadParams.Body.Builder - class in app.knock.api.models.messages.batch.BatchMarkAsUnreadParams.Body
A builder for Body.
BatchMarkAsUnreadParams.Builder - class in app.knock.api.models.messages.batch.BatchMarkAsUnreadParams
A builder for BatchMarkAsUnreadParams.
BatchMarkAsUnseenParams - class in app.knock.api.models.messages.batch
Marks the given messages as unseen.
BatchMarkAsUnseenParams.Body - class in app.knock.api.models.messages.batch.BatchMarkAsUnseenParams
Request to update the status of multiple messages in batch.
BatchMarkAsUnseenParams.Body.Builder - class in app.knock.api.models.messages.batch.BatchMarkAsUnseenParams.Body
A builder for Body.
BatchMarkAsUnseenParams.Builder - class in app.knock.api.models.messages.batch.BatchMarkAsUnseenParams
A builder for BatchMarkAsUnseenParams.
BatchService - class in app.knock.api.services.blocking.messages
 
BatchService.WithRawResponse - class in app.knock.api.services.blocking.messages.BatchService
A view of BatchService that provides access to raw HTTP responses for each method.
BatchServiceAsync - class in app.knock.api.services.async.messages
 
BatchServiceAsync.WithRawResponse - class in app.knock.api.services.async.messages.BatchServiceAsync
A view of BatchServiceAsync that provides access to raw HTTP responses for each method.
BatchServiceAsyncImpl - class in app.knock.api.services.async.messages
 
BatchServiceAsyncImpl.WithRawResponseImpl - class in app.knock.api.services.async.messages.BatchServiceAsyncImpl
 
BatchServiceImpl - class in app.knock.api.services.blocking.messages
 
BatchServiceImpl.WithRawResponseImpl - class in app.knock.api.services.blocking.messages.BatchServiceImpl
 
BatchUnarchiveParams - class in app.knock.api.models.messages.batch
Marks the given messages as unarchived.
BatchUnarchiveParams.Body - class in app.knock.api.models.messages.batch.BatchUnarchiveParams
Request to update the status of multiple messages in batch.
BatchUnarchiveParams.Body.Builder - class in app.knock.api.models.messages.batch.BatchUnarchiveParams.Body
A builder for Body.
BatchUnarchiveParams.Builder - class in app.knock.api.models.messages.batch.BatchUnarchiveParams
A builder for BatchUnarchiveParams.
bcc() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageEmailContent
The BCC email addresses.
bcc(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageEmailContent.Builder
Sets Builder.bcc to an arbitrary JSON value.
bcc(java.util.Optional) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageEmailContent.Builder
Alias for calling Builder.bcc with bcc.orElse(null).
bcc(java.lang.String) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageEmailContent.Builder
The BCC email addresses.
bcc() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageEmailContent
The BCC email addresses.
bcc(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageEmailContent.Builder
Sets Builder.bcc to an arbitrary JSON value.
bcc(java.util.Optional) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageEmailContent.Builder
Alias for calling Builder.bcc with bcc.orElse(null).
bcc(java.lang.String) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageEmailContent.Builder
The BCC email addresses.
before() - function in app.knock.api.models.messages.MessageListActivitiesParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.messages.MessageListActivitiesParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.messages.MessageListActivitiesParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.messages.MessageListDeliveryLogsParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.messages.MessageListDeliveryLogsParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.messages.MessageListDeliveryLogsParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.messages.MessageListEventsParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.messages.MessageListEventsParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.messages.MessageListEventsParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.messages.MessageListParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.messages.MessageListParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.messages.MessageListParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.messages.activities.ActivityListParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.messages.activities.ActivityListParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.messages.activities.ActivityListParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.objects.ObjectListMessagesParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.objects.ObjectListMessagesParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.objects.ObjectListMessagesParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.objects.ObjectListParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.objects.ObjectListParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.objects.ObjectListParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.objects.ObjectListSchedulesParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.objects.ObjectListSchedulesParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.objects.ObjectListSchedulesParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.objects.ObjectListSubscriptionsParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.objects.ObjectListSubscriptionsParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.objects.ObjectListSubscriptionsParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.schedules.ScheduleListParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.schedules.ScheduleListParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.schedules.ScheduleListParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.shared.PageInfo
The cursor to fetch entries before.
before(app.knock.api.core.JsonField) - function in app.knock.api.models.shared.PageInfo.Builder
Sets Builder.before to an arbitrary JSON value.
before(java.util.Optional) - function in app.knock.api.models.shared.PageInfo.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.shared.PageInfo.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.tenants.TenantListParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.tenants.TenantListParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.tenants.TenantListParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.users.UserListMessagesParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.users.UserListMessagesParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.users.UserListMessagesParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.users.UserListParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.users.UserListParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.users.UserListParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.users.UserListSchedulesParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.users.UserListSchedulesParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.users.UserListSchedulesParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.users.UserListSubscriptionsParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.users.UserListSubscriptionsParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.users.UserListSubscriptionsParams.Builder
The cursor to fetch entries before.
before() - function in app.knock.api.models.users.feeds.FeedListItemsParams
The cursor to fetch entries before.
before(java.util.Optional) - function in app.knock.api.models.users.feeds.FeedListItemsParams.Builder
Alias for calling Builder.before with before.orElse(null).
before(java.lang.String) - function in app.knock.api.models.users.feeds.FeedListItemsParams.Builder
The cursor to fetch entries before.
blocks() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template
The blocks of the message in a chat.
blocks(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.Builder
Sets Builder.blocks to an arbitrary JSON value.
blocks(java.util.Optional) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.Builder
Alias for calling Builder.blocks with blocks.orElse(null).
blocks(java.util.List) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.Builder
The blocks of the message in a chat.
blocks() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent
The blocks of the message in an app feed.
blocks(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Builder
Sets Builder.blocks to an arbitrary JSON value.
blocks(java.util.List) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Builder
The blocks of the message in an app feed.
blocks() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template
The blocks of the message in a chat.
blocks(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Builder
Sets Builder.blocks to an arbitrary JSON value.
blocks(java.util.Optional) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Builder
Alias for calling Builder.blocks with blocks.orElse(null).
blocks(java.util.List) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Builder
The blocks of the message in a chat.
blocks() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent
The blocks of the message in an app feed.
blocks(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Builder
Sets Builder.blocks to an arbitrary JSON value.
blocks(java.util.List) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Builder
The blocks of the message in an app feed.
blocks() - function in app.knock.api.models.users.feeds.FeedListItemsResponse
Content blocks that make up the feed item.
blocks(app.knock.api.core.JsonField) - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Builder
Sets Builder.blocks to an arbitrary JSON value.
blocks(java.util.List) - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Builder
Content blocks that make up the feed item.
body() - function in app.knock.api.core.http.HttpRequest
 
body(app.knock.api.core.http.HttpRequestBody) - function in app.knock.api.core.http.HttpRequest.Builder
 
body() - function in app.knock.api.core.http.HttpResponse
 
body() - function in app.knock.api.core.http.HttpResponseFor
 
body() - function in app.knock.api.errors.BadRequestException
 
body(app.knock.api.core.JsonValue) - function in app.knock.api.errors.BadRequestException.Builder
 
body() - function in app.knock.api.errors.InternalServerException
 
body(app.knock.api.core.JsonValue) - function in app.knock.api.errors.InternalServerException.Builder
 
body() - function in app.knock.api.errors.KnockServiceException
 
body() - function in app.knock.api.errors.NotFoundException
 
body(app.knock.api.core.JsonValue) - function in app.knock.api.errors.NotFoundException.Builder
 
body() - function in app.knock.api.errors.PermissionDeniedException
 
body(app.knock.api.core.JsonValue) - function in app.knock.api.errors.PermissionDeniedException.Builder
 
body() - function in app.knock.api.errors.RateLimitException
 
body(app.knock.api.core.JsonValue) - function in app.knock.api.errors.RateLimitException.Builder
 
body() - function in app.knock.api.errors.UnauthorizedException
 
body(app.knock.api.core.JsonValue) - function in app.knock.api.errors.UnauthorizedException.Builder
 
body() - function in app.knock.api.errors.UnexpectedStatusCodeException
 
body(app.knock.api.core.JsonValue) - function in app.knock.api.errors.UnexpectedStatusCodeException.Builder
 
body() - function in app.knock.api.errors.UnprocessableEntityException
 
body(app.knock.api.core.JsonValue) - function in app.knock.api.errors.UnprocessableEntityException.Builder
 
body(app.knock.api.models.audiences.AudienceAddMembersParams.Body) - function in app.knock.api.models.audiences.AudienceAddMembersParams.Builder
Sets the entire request body.
body(app.knock.api.models.audiences.AudienceRemoveMembersParams.Body) - function in app.knock.api.models.audiences.AudienceRemoveMembersParams.Builder
Sets the entire request body.
body(app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.Body) - function in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.Builder
Sets the entire request body.
body(app.knock.api.models.integrations.census.CensusCustomDestinationParams.Body) - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams.Builder
Sets the entire request body.
body(app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Body) - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Builder
Sets the entire request body.
body() - function in app.knock.api.models.messages.MessageDeliveryLog.Request
The body content that was sent with the request.
body(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.MessageDeliveryLog.Request.Builder
Sets Builder.body to an arbitrary JSON value.
body(app.knock.api.models.messages.MessageDeliveryLog.Request.Body) - function in app.knock.api.models.messages.MessageDeliveryLog.Request.Builder
The body content that was sent with the request.
body(app.knock.api.models.messages.MessageDeliveryLog.Request.Body.UnionMember1) - function in app.knock.api.models.messages.MessageDeliveryLog.Request.Builder
Alias for calling body with Body.ofUnionMember1(unionMember1).
body(java.lang.String) - function in app.knock.api.models.messages.MessageDeliveryLog.Request.Builder
Alias for calling body with Body.ofString(string).
body() - function in app.knock.api.models.messages.MessageDeliveryLog.Response
The body content that was received with the response.
body(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.MessageDeliveryLog.Response.Builder
Sets Builder.body to an arbitrary JSON value.
body(app.knock.api.models.messages.MessageDeliveryLog.Response.Body) - function in app.knock.api.models.messages.MessageDeliveryLog.Response.Builder
The body content that was received with the response.
body(app.knock.api.models.messages.MessageDeliveryLog.Response.Body.UnionMember1) - function in app.knock.api.models.messages.MessageDeliveryLog.Response.Builder
Alias for calling body with Body.ofUnionMember1(unionMember1).
body(java.lang.String) - function in app.knock.api.models.messages.MessageDeliveryLog.Response.Builder
Alias for calling body with Body.ofString(string).
body() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessagePushContent
The content body of the push notification.
body(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessagePushContent.Builder
Sets Builder.body to an arbitrary JSON value.
body(java.lang.String) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessagePushContent.Builder
The content body of the push notification.
body() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageSmsContent
The content body of the SMS message.
body(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageSmsContent.Builder
Sets Builder.body to an arbitrary JSON value.
body(java.lang.String) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageSmsContent.Builder
The content body of the SMS message.
body(app.knock.api.models.messages.MessageMarkAsInteractedParams.Body) - function in app.knock.api.models.messages.MessageMarkAsInteractedParams.Builder
Sets the entire request body.
body(app.knock.api.models.messages.batch.BatchArchiveParams.Body) - function in app.knock.api.models.messages.batch.BatchArchiveParams.Builder
Sets the entire request body.
body() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessagePushContent
The content body of the push notification.
body(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessagePushContent.Builder
Sets Builder.body to an arbitrary JSON value.
body(java.lang.String) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessagePushContent.Builder
The content body of the push notification.
body() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageSmsContent
The content body of the SMS message.
body(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageSmsContent.Builder
Sets Builder.body to an arbitrary JSON value.
body(java.lang.String) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageSmsContent.Builder
The content body of the SMS message.
body(app.knock.api.models.messages.batch.BatchMarkAsInteractedParams.Body) - function in app.knock.api.models.messages.batch.BatchMarkAsInteractedParams.Builder
Sets the entire request body.
body(app.knock.api.models.messages.batch.BatchMarkAsReadParams.Body) - function in app.knock.api.models.messages.batch.BatchMarkAsReadParams.Builder
Sets the entire request body.
body(app.knock.api.models.messages.batch.BatchMarkAsSeenParams.Body) - function in app.knock.api.models.messages.batch.BatchMarkAsSeenParams.Builder
Sets the entire request body.
body(app.knock.api.models.messages.batch.BatchMarkAsUnreadParams.Body) - function in app.knock.api.models.messages.batch.BatchMarkAsUnreadParams.Builder
Sets the entire request body.
body(app.knock.api.models.messages.batch.BatchMarkAsUnseenParams.Body) - function in app.knock.api.models.messages.batch.BatchMarkAsUnseenParams.Builder
Sets the entire request body.
body(app.knock.api.models.messages.batch.BatchUnarchiveParams.Body) - function in app.knock.api.models.messages.batch.BatchUnarchiveParams.Builder
Sets the entire request body.
body(app.knock.api.models.objects.ObjectAddSubscriptionsParams.Body) - function in app.knock.api.models.objects.ObjectAddSubscriptionsParams.Builder
Sets the entire request body.
body(app.knock.api.models.objects.ObjectDeleteSubscriptionsParams.Body) - function in app.knock.api.models.objects.ObjectDeleteSubscriptionsParams.Builder
Sets the entire request body.
body(app.knock.api.models.objects.ObjectSetParams.Body) - function in app.knock.api.models.objects.ObjectSetParams.Builder
Sets the entire request body.
body(app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Body) - function in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Builder
Sets the entire request body.
body(app.knock.api.models.objects.bulk.BulkDeleteParams.Body) - function in app.knock.api.models.objects.bulk.BulkDeleteParams.Builder
Sets the entire request body.
body(app.knock.api.models.objects.bulk.BulkSetParams.Body) - function in app.knock.api.models.objects.bulk.BulkSetParams.Builder
Sets the entire request body.
body(app.knock.api.models.schedules.ScheduleCreateParams.Body) - function in app.knock.api.models.schedules.ScheduleCreateParams.Builder
Sets the entire request body.
body(app.knock.api.models.schedules.ScheduleDeleteParams.Body) - function in app.knock.api.models.schedules.ScheduleDeleteParams.Builder
Sets the entire request body.
body(app.knock.api.models.schedules.ScheduleUpdateParams.Body) - function in app.knock.api.models.schedules.ScheduleUpdateParams.Builder
Sets the entire request body.
body(app.knock.api.models.schedules.bulk.BulkCreateParams.Body) - function in app.knock.api.models.schedules.bulk.BulkCreateParams.Builder
Sets the entire request body.
body(app.knock.api.models.tenants.TenantSetParams.Body) - function in app.knock.api.models.tenants.TenantSetParams.Builder
Sets the entire request body.
body(app.knock.api.models.tenants.bulk.BulkSetParams.Body) - function in app.knock.api.models.tenants.bulk.BulkSetParams.Builder
Sets the entire request body.
body(app.knock.api.models.users.UserMergeParams.Body) - function in app.knock.api.models.users.UserMergeParams.Builder
Sets the entire request body.
body(app.knock.api.models.users.bulk.BulkDeleteParams.Body) - function in app.knock.api.models.users.bulk.BulkDeleteParams.Builder
Sets the entire request body.
body(app.knock.api.models.users.bulk.BulkIdentifyParams.Body) - function in app.knock.api.models.users.bulk.BulkIdentifyParams.Builder
Sets the entire request body.
body(app.knock.api.models.users.bulk.BulkSetPreferencesParams.Body) - function in app.knock.api.models.users.bulk.BulkSetPreferencesParams.Builder
Sets the entire request body.
body(app.knock.api.models.users.guides.GuideMarkMessageAsArchivedParams.Body) - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedParams.Builder
Sets the entire request body.
body(app.knock.api.models.users.guides.GuideMarkMessageAsInteractedParams.Body) - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedParams.Builder
Sets the entire request body.
body(app.knock.api.models.users.guides.GuideMarkMessageAsSeenParams.Body) - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenParams.Builder
Sets the entire request body.
body(app.knock.api.models.workflows.WorkflowCancelParams.Body) - function in app.knock.api.models.workflows.WorkflowCancelParams.Builder
Sets the entire request body.
body(app.knock.api.models.workflows.WorkflowTriggerParams.Body) - function in app.knock.api.models.workflows.WorkflowTriggerParams.Builder
Sets the entire request body.
bool() - function in app.knock.api.models.recipients.preferences.PreferenceSetChannelTypes.Chat
 
bool() - function in app.knock.api.models.recipients.preferences.PreferenceSetChannelTypes.Email
 
bool() - function in app.knock.api.models.recipients.preferences.PreferenceSetChannelTypes.Http
 
bool() - function in app.knock.api.models.recipients.preferences.PreferenceSetChannelTypes.InAppFeed
 
bool() - function in app.knock.api.models.recipients.preferences.PreferenceSetChannelTypes.Push
 
bool() - function in app.knock.api.models.recipients.preferences.PreferenceSetChannelTypes.Sms
 
BOUNCED - enum entry in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.DeliveryStatus.Known
 
BOUNCED - enum entry in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.DeliveryStatus.Value
 
BOUNCED - enum entry in app.knock.api.models.messages.Message.Status.Known
 
BOUNCED - enum entry in app.knock.api.models.messages.Message.Status.Value
 
BOUNCED - enum entry in app.knock.api.models.messages.MessageListParams.Status.Known
 
BOUNCED - enum entry in app.knock.api.models.messages.MessageListParams.Status.Value
 
BOUNCED - enum entry in app.knock.api.models.objects.ObjectListMessagesParams.Status.Known
 
BOUNCED - enum entry in app.knock.api.models.objects.ObjectListMessagesParams.Status.Value
 
BOUNCED - enum entry in app.knock.api.models.users.UserListMessagesParams.Status.Known
 
BOUNCED - enum entry in app.knock.api.models.users.UserListMessagesParams.Status.Value
 
branding() - function in app.knock.api.models.tenants.Tenant.Settings
The branding for the tenant.
branding(app.knock.api.core.JsonField) - function in app.knock.api.models.tenants.Tenant.Settings.Builder
Sets Builder.branding to an arbitrary JSON value.
branding(app.knock.api.models.tenants.Tenant.Settings.Branding) - function in app.knock.api.models.tenants.Tenant.Settings.Builder
The branding for the tenant.
branding(java.util.Optional) - function in app.knock.api.models.tenants.Tenant.Settings.Builder
Alias for calling Builder.branding with branding.orElse(null).
branding() - function in app.knock.api.models.tenants.TenantRequest.Settings
The branding for the tenant.
branding(app.knock.api.core.JsonField) - function in app.knock.api.models.tenants.TenantRequest.Settings.Builder
Sets Builder.branding to an arbitrary JSON value.
branding(app.knock.api.models.tenants.TenantRequest.Settings.Branding) - function in app.knock.api.models.tenants.TenantRequest.Settings.Builder
The branding for the tenant.
branding() - function in app.knock.api.models.tenants.TenantSetParams.Settings
The branding for the tenant.
branding(app.knock.api.core.JsonField) - function in app.knock.api.models.tenants.TenantSetParams.Settings.Builder
Sets Builder.branding to an arbitrary JSON value.
branding(app.knock.api.models.tenants.TenantSetParams.Settings.Branding) - function in app.knock.api.models.tenants.TenantSetParams.Settings.Builder
The branding for the tenant.
brandingRequired() - function in app.knock.api.models.users.feeds.FeedGetSettingsResponse.Features
Whether branding is required for the user's feed.
brandingRequired(app.knock.api.core.JsonField) - function in app.knock.api.models.users.feeds.FeedGetSettingsResponse.Features.Builder
Sets Builder.brandingRequired to an arbitrary JSON value.
brandingRequired(java.lang.Boolean) - function in app.knock.api.models.users.feeds.FeedGetSettingsResponse.Features.Builder
Whether branding is required for the user's feed.
build() - function in app.knock.api.core.ClientOptions.Builder
Returns an immutable instance of ClientOptions.
build() - function in app.knock.api.core.MultipartField.Builder
Returns an immutable instance of MultipartField.
build() - function in app.knock.api.core.RequestOptions.Builder
 
build() - function in app.knock.api.core.Timeout.Builder
Returns an immutable instance of Timeout.
build() - function in app.knock.api.core.http.Headers.Builder
 
build() - function in app.knock.api.core.http.HttpRequest.Builder
 
build() - function in app.knock.api.core.http.QueryParams.Builder
 
build() - function in app.knock.api.core.http.RetryingHttpClient.Builder
 
build() - function in app.knock.api.errors.BadRequestException.Builder
Returns an immutable instance of BadRequestException.
build() - function in app.knock.api.errors.InternalServerException.Builder
Returns an immutable instance of InternalServerException.
build() - function in app.knock.api.errors.NotFoundException.Builder
Returns an immutable instance of NotFoundException.
build() - function in app.knock.api.errors.PermissionDeniedException.Builder
Returns an immutable instance of PermissionDeniedException.
build() - function in app.knock.api.errors.RateLimitException.Builder
Returns an immutable instance of RateLimitException.
build() - function in app.knock.api.errors.UnauthorizedException.Builder
Returns an immutable instance of UnauthorizedException.
build() - function in app.knock.api.errors.UnexpectedStatusCodeException.Builder
Returns an immutable instance of UnexpectedStatusCodeException.
build() - function in app.knock.api.errors.UnprocessableEntityException.Builder
Returns an immutable instance of UnprocessableEntityException.
build() - function in app.knock.api.models.audiences.AudienceAddMembersParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.audiences.AudienceAddMembersParams.Builder
Returns an immutable instance of AudienceAddMembersParams.
build() - function in app.knock.api.models.audiences.AudienceAddMembersParams.Member.Builder
Returns an immutable instance of Member.
build() - function in app.knock.api.models.audiences.AudienceAddMembersParams.Member.User.Builder
Returns an immutable instance of User.
build() - function in app.knock.api.models.audiences.AudienceListMembersParams.Builder
Returns an immutable instance of AudienceListMembersParams.
build() - function in app.knock.api.models.audiences.AudienceListMembersResponse.Builder
Returns an immutable instance of AudienceListMembersResponse.
build() - function in app.knock.api.models.audiences.AudienceMember.Builder
Returns an immutable instance of AudienceMember.
build() - function in app.knock.api.models.audiences.AudienceRemoveMembersParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.audiences.AudienceRemoveMembersParams.Builder
Returns an immutable instance of AudienceRemoveMembersParams.
build() - function in app.knock.api.models.audiences.AudienceRemoveMembersParams.Member.Builder
Returns an immutable instance of Member.
build() - function in app.knock.api.models.audiences.AudienceRemoveMembersParams.Member.User.Builder
Returns an immutable instance of User.
build() - function in app.knock.api.models.bulkoperations.BulkOperation.Builder
Returns an immutable instance of BulkOperation.
build() - function in app.knock.api.models.bulkoperations.BulkOperation.ErrorItem.Builder
Returns an immutable instance of ErrorItem.
build() - function in app.knock.api.models.bulkoperations.BulkOperationGetParams.Builder
Returns an immutable instance of BulkOperationGetParams.
build() - function in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.Builder
Returns an immutable instance of BulkUpdateMessageStatusParams.
build() - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams.Builder
Returns an immutable instance of CensusCustomDestinationParams.
build() - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams.Params.Builder
Returns an immutable instance of Params.
build() - function in app.knock.api.models.integrations.census.CensusCustomDestinationResponse.Builder
Returns an immutable instance of CensusCustomDestinationResponse.
build() - function in app.knock.api.models.integrations.census.CensusCustomDestinationResponse.Result.Builder
Returns an immutable instance of Result.
build() - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Builder
Returns an immutable instance of HightouchEmbeddedDestinationParams.
build() - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Params.Builder
Returns an immutable instance of Params.
build() - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationResponse.Builder
Returns an immutable instance of HightouchEmbeddedDestinationResponse.
build() - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationResponse.Result.Builder
Returns an immutable instance of Result.
build() - function in app.knock.api.models.messages.Activity.Builder
Returns an immutable instance of Activity.
build() - function in app.knock.api.models.messages.Activity.Data.Builder
Returns an immutable instance of Data.
build() - function in app.knock.api.models.messages.Message.Builder
Returns an immutable instance of Message.
build() - function in app.knock.api.models.messages.Message.Data.Builder
Returns an immutable instance of Data.
build() - function in app.knock.api.models.messages.Message.Metadata.Builder
Returns an immutable instance of Metadata.
build() - function in app.knock.api.models.messages.Message.Source.Builder
Returns an immutable instance of Source.
build() - function in app.knock.api.models.messages.MessageArchiveParams.Builder
Returns an immutable instance of MessageArchiveParams.
build() - function in app.knock.api.models.messages.MessageDeliveryLog.Builder
Returns an immutable instance of MessageDeliveryLog.
build() - function in app.knock.api.models.messages.MessageDeliveryLog.Request.Body.UnionMember1.Builder
Returns an immutable instance of UnionMember1.
build() - function in app.knock.api.models.messages.MessageDeliveryLog.Request.Builder
Returns an immutable instance of Request.
build() - function in app.knock.api.models.messages.MessageDeliveryLog.Request.Headers.Builder
Returns an immutable instance of Headers.
build() - function in app.knock.api.models.messages.MessageDeliveryLog.Response.Body.UnionMember1.Builder
Returns an immutable instance of UnionMember1.
build() - function in app.knock.api.models.messages.MessageDeliveryLog.Response.Builder
Returns an immutable instance of Response.
build() - function in app.knock.api.models.messages.MessageDeliveryLog.Response.Headers.Builder
Returns an immutable instance of Headers.
build() - function in app.knock.api.models.messages.MessageEvent.Builder
Returns an immutable instance of MessageEvent.
build() - function in app.knock.api.models.messages.MessageEvent.Data.Builder
Returns an immutable instance of Data.
build() - function in app.knock.api.models.messages.MessageGetContentParams.Builder
Returns an immutable instance of MessageGetContentParams.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Builder
Returns an immutable instance of MessageGetContentResponse.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Builder
Returns an immutable instance of MessageChatContent.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Connection.Builder
Returns an immutable instance of Connection.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Metadata.Builder
Returns an immutable instance of Metadata.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.Block.Builder
Returns an immutable instance of Block.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.Builder
Returns an immutable instance of Template.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.JsonContent.Builder
Returns an immutable instance of JsonContent.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageEmailContent.Builder
Returns an immutable instance of MessageEmailContent.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Builder
Returns an immutable instance of MessageInAppFeedButtonSetBlock.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Button.Builder
Returns an immutable instance of Button.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Builder
Returns an immutable instance of MessageInAppFeedContentBlock.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Builder
Returns an immutable instance of MessageInAppFeedContent.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessagePushContent.Builder
Returns an immutable instance of MessagePushContent.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessagePushContent.InnerData.Builder
Returns an immutable instance of InnerData.
build() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageSmsContent.Builder
Returns an immutable instance of MessageSmsContent.
build() - function in app.knock.api.models.messages.MessageGetParams.Builder
Returns an immutable instance of MessageGetParams.
build() - function in app.knock.api.models.messages.MessageListActivitiesPage.Builder
Returns an immutable instance of MessageListActivitiesPage.
build() - function in app.knock.api.models.messages.MessageListActivitiesPageAsync.Builder
Returns an immutable instance of MessageListActivitiesPageAsync.
build() - function in app.knock.api.models.messages.MessageListActivitiesPageResponse.Builder
Returns an immutable instance of MessageListActivitiesPageResponse.
build() - function in app.knock.api.models.messages.MessageListActivitiesParams.Builder
Returns an immutable instance of MessageListActivitiesParams.
build() - function in app.knock.api.models.messages.MessageListDeliveryLogsPage.Builder
Returns an immutable instance of MessageListDeliveryLogsPage.
build() - function in app.knock.api.models.messages.MessageListDeliveryLogsPageAsync.Builder
Returns an immutable instance of MessageListDeliveryLogsPageAsync.
build() - function in app.knock.api.models.messages.MessageListDeliveryLogsPageResponse.Builder
Returns an immutable instance of MessageListDeliveryLogsPageResponse.
build() - function in app.knock.api.models.messages.MessageListDeliveryLogsParams.Builder
Returns an immutable instance of MessageListDeliveryLogsParams.
build() - function in app.knock.api.models.messages.MessageListEventsPage.Builder
Returns an immutable instance of MessageListEventsPage.
build() - function in app.knock.api.models.messages.MessageListEventsPageAsync.Builder
Returns an immutable instance of MessageListEventsPageAsync.
build() - function in app.knock.api.models.messages.MessageListEventsPageResponse.Builder
Returns an immutable instance of MessageListEventsPageResponse.
build() - function in app.knock.api.models.messages.MessageListEventsParams.Builder
Returns an immutable instance of MessageListEventsParams.
build() - function in app.knock.api.models.messages.MessageListPage.Builder
Returns an immutable instance of MessageListPage.
build() - function in app.knock.api.models.messages.MessageListPageAsync.Builder
Returns an immutable instance of MessageListPageAsync.
build() - function in app.knock.api.models.messages.MessageListPageResponse.Builder
Returns an immutable instance of MessageListPageResponse.
build() - function in app.knock.api.models.messages.MessageListParams.Builder
Returns an immutable instance of MessageListParams.
build() - function in app.knock.api.models.messages.MessageListParams.InsertedAt.Builder
Returns an immutable instance of InsertedAt.
build() - function in app.knock.api.models.messages.MessageMarkAsInteractedParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.messages.MessageMarkAsInteractedParams.Builder
Returns an immutable instance of MessageMarkAsInteractedParams.
build() - function in app.knock.api.models.messages.MessageMarkAsInteractedParams.Metadata.Builder
Returns an immutable instance of Metadata.
build() - function in app.knock.api.models.messages.MessageMarkAsReadParams.Builder
Returns an immutable instance of MessageMarkAsReadParams.
build() - function in app.knock.api.models.messages.MessageMarkAsSeenParams.Builder
Returns an immutable instance of MessageMarkAsSeenParams.
build() - function in app.knock.api.models.messages.MessageMarkAsUnreadParams.Builder
Returns an immutable instance of MessageMarkAsUnreadParams.
build() - function in app.knock.api.models.messages.MessageMarkAsUnseenParams.Builder
Returns an immutable instance of MessageMarkAsUnseenParams.
build() - function in app.knock.api.models.messages.MessageUnarchiveParams.Builder
Returns an immutable instance of MessageUnarchiveParams.
build() - function in app.knock.api.models.messages.activities.ActivityListPage.Builder
Returns an immutable instance of ActivityListPage.
build() - function in app.knock.api.models.messages.activities.ActivityListPageAsync.Builder
Returns an immutable instance of ActivityListPageAsync.
build() - function in app.knock.api.models.messages.activities.ActivityListPageResponse.Builder
Returns an immutable instance of ActivityListPageResponse.
build() - function in app.knock.api.models.messages.activities.ActivityListParams.Builder
Returns an immutable instance of ActivityListParams.
build() - function in app.knock.api.models.messages.batch.BatchArchiveParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.messages.batch.BatchArchiveParams.Builder
Returns an immutable instance of BatchArchiveParams.
build() - function in app.knock.api.models.messages.batch.BatchGetContentParams.Builder
Returns an immutable instance of BatchGetContentParams.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Builder
Returns an immutable instance of BatchGetContentResponse.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Builder
Returns an immutable instance of MessageChatContent.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Connection.Builder
Returns an immutable instance of Connection.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Metadata.Builder
Returns an immutable instance of Metadata.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Block.Builder
Returns an immutable instance of Block.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Builder
Returns an immutable instance of Template.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.JsonContent.Builder
Returns an immutable instance of JsonContent.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageEmailContent.Builder
Returns an immutable instance of MessageEmailContent.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Builder
Returns an immutable instance of MessageInAppFeedButtonSetBlock.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Button.Builder
Returns an immutable instance of Button.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Builder
Returns an immutable instance of MessageInAppFeedContentBlock.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Builder
Returns an immutable instance of MessageInAppFeedContent.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessagePushContent.Builder
Returns an immutable instance of MessagePushContent.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessagePushContent.InnerData.Builder
Returns an immutable instance of InnerData.
build() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageSmsContent.Builder
Returns an immutable instance of MessageSmsContent.
build() - function in app.knock.api.models.messages.batch.BatchMarkAsInteractedParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.messages.batch.BatchMarkAsInteractedParams.Builder
Returns an immutable instance of BatchMarkAsInteractedParams.
build() - function in app.knock.api.models.messages.batch.BatchMarkAsInteractedParams.Metadata.Builder
Returns an immutable instance of Metadata.
build() - function in app.knock.api.models.messages.batch.BatchMarkAsReadParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.messages.batch.BatchMarkAsReadParams.Builder
Returns an immutable instance of BatchMarkAsReadParams.
build() - function in app.knock.api.models.messages.batch.BatchMarkAsSeenParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.messages.batch.BatchMarkAsSeenParams.Builder
Returns an immutable instance of BatchMarkAsSeenParams.
build() - function in app.knock.api.models.messages.batch.BatchMarkAsUnreadParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.messages.batch.BatchMarkAsUnreadParams.Builder
Returns an immutable instance of BatchMarkAsUnreadParams.
build() - function in app.knock.api.models.messages.batch.BatchMarkAsUnseenParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.messages.batch.BatchMarkAsUnseenParams.Builder
Returns an immutable instance of BatchMarkAsUnseenParams.
build() - function in app.knock.api.models.messages.batch.BatchUnarchiveParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.messages.batch.BatchUnarchiveParams.Builder
Returns an immutable instance of BatchUnarchiveParams.
build() - function in app.knock.api.models.objects.InlineObjectRequest.Builder
Returns an immutable instance of InlineObjectRequest.
build() - function in app.knock.api.models.objects.Object.Builder
Returns an immutable instance of Object.
build() - function in app.knock.api.models.objects.ObjectAddSubscriptionsParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.objects.ObjectAddSubscriptionsParams.Builder
Returns an immutable instance of ObjectAddSubscriptionsParams.
build() - function in app.knock.api.models.objects.ObjectAddSubscriptionsParams.Properties.Builder
Returns an immutable instance of Properties.
build() - function in app.knock.api.models.objects.ObjectDeleteParams.Builder
Returns an immutable instance of ObjectDeleteParams.
build() - function in app.knock.api.models.objects.ObjectDeleteSubscriptionsParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.objects.ObjectDeleteSubscriptionsParams.Builder
Returns an immutable instance of ObjectDeleteSubscriptionsParams.
build() - function in app.knock.api.models.objects.ObjectGetChannelDataParams.Builder
Returns an immutable instance of ObjectGetChannelDataParams.
build() - function in app.knock.api.models.objects.ObjectGetParams.Builder
Returns an immutable instance of ObjectGetParams.
build() - function in app.knock.api.models.objects.ObjectGetPreferencesParams.Builder
Returns an immutable instance of ObjectGetPreferencesParams.
build() - function in app.knock.api.models.objects.ObjectListMessagesPage.Builder
Returns an immutable instance of ObjectListMessagesPage.
build() - function in app.knock.api.models.objects.ObjectListMessagesPageAsync.Builder
Returns an immutable instance of ObjectListMessagesPageAsync.
build() - function in app.knock.api.models.objects.ObjectListMessagesPageResponse.Builder
Returns an immutable instance of ObjectListMessagesPageResponse.
build() - function in app.knock.api.models.objects.ObjectListMessagesParams.Builder
Returns an immutable instance of ObjectListMessagesParams.
build() - function in app.knock.api.models.objects.ObjectListMessagesParams.InsertedAt.Builder
Returns an immutable instance of InsertedAt.
build() - function in app.knock.api.models.objects.ObjectListPage.Builder
Returns an immutable instance of ObjectListPage.
build() - function in app.knock.api.models.objects.ObjectListPageAsync.Builder
Returns an immutable instance of ObjectListPageAsync.
build() - function in app.knock.api.models.objects.ObjectListPageResponse.Builder
Returns an immutable instance of ObjectListPageResponse.
build() - function in app.knock.api.models.objects.ObjectListParams.Builder
Returns an immutable instance of ObjectListParams.
build() - function in app.knock.api.models.objects.ObjectListPreferencesParams.Builder
Returns an immutable instance of ObjectListPreferencesParams.
build() - function in app.knock.api.models.objects.ObjectListSchedulesPage.Builder
Returns an immutable instance of ObjectListSchedulesPage.
build() - function in app.knock.api.models.objects.ObjectListSchedulesPageAsync.Builder
Returns an immutable instance of ObjectListSchedulesPageAsync.
build() - function in app.knock.api.models.objects.ObjectListSchedulesPageResponse.Builder
Returns an immutable instance of ObjectListSchedulesPageResponse.
build() - function in app.knock.api.models.objects.ObjectListSchedulesParams.Builder
Returns an immutable instance of ObjectListSchedulesParams.
build() - function in app.knock.api.models.objects.ObjectListSubscriptionsPage.Builder
Returns an immutable instance of ObjectListSubscriptionsPage.
build() - function in app.knock.api.models.objects.ObjectListSubscriptionsPageAsync.Builder
Returns an immutable instance of ObjectListSubscriptionsPageAsync.
build() - function in app.knock.api.models.objects.ObjectListSubscriptionsPageResponse.Builder
Returns an immutable instance of ObjectListSubscriptionsPageResponse.
build() - function in app.knock.api.models.objects.ObjectListSubscriptionsParams.Builder
Returns an immutable instance of ObjectListSubscriptionsParams.
build() - function in app.knock.api.models.objects.ObjectListSubscriptionsParams.Object.Builder
Returns an immutable instance of Object.
build() - function in app.knock.api.models.objects.ObjectSetChannelDataParams.Builder
Returns an immutable instance of ObjectSetChannelDataParams.
build() - function in app.knock.api.models.objects.ObjectSetParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.objects.ObjectSetParams.Builder
Returns an immutable instance of ObjectSetParams.
build() - function in app.knock.api.models.objects.ObjectSetPreferencesParams.Builder
Returns an immutable instance of ObjectSetPreferencesParams.
build() - function in app.knock.api.models.objects.ObjectUnsetChannelDataParams.Builder
Returns an immutable instance of ObjectUnsetChannelDataParams.
build() - function in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Builder
Returns an immutable instance of BulkAddSubscriptionsParams.
build() - function in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Subscription.Builder
Returns an immutable instance of Subscription.
build() - function in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Subscription.Properties.Builder
Returns an immutable instance of Properties.
build() - function in app.knock.api.models.objects.bulk.BulkDeleteParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.objects.bulk.BulkDeleteParams.Builder
Returns an immutable instance of BulkDeleteParams.
build() - function in app.knock.api.models.objects.bulk.BulkSetParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.objects.bulk.BulkSetParams.Builder
Returns an immutable instance of BulkSetParams.
build() - function in app.knock.api.models.providers.msteams.MsTeamCheckAuthParams.Builder
Returns an immutable instance of MsTeamCheckAuthParams.
build() - function in app.knock.api.models.providers.msteams.MsTeamCheckAuthResponse.Builder
Returns an immutable instance of MsTeamCheckAuthResponse.
build() - function in app.knock.api.models.providers.msteams.MsTeamCheckAuthResponse.Connection.Builder
Returns an immutable instance of Connection.
build() - function in app.knock.api.models.providers.msteams.MsTeamListChannelsParams.Builder
Returns an immutable instance of MsTeamListChannelsParams.
build() - function in app.knock.api.models.providers.msteams.MsTeamListChannelsParams.QueryOptions.Builder
Returns an immutable instance of QueryOptions.
build() - function in app.knock.api.models.providers.msteams.MsTeamListChannelsResponse.Builder
Returns an immutable instance of MsTeamListChannelsResponse.
build() - function in app.knock.api.models.providers.msteams.MsTeamListChannelsResponse.MsTeamsChannel.Builder
Returns an immutable instance of MsTeamsChannel.
build() - function in app.knock.api.models.providers.msteams.MsTeamListTeamsPage.Builder
Returns an immutable instance of MsTeamListTeamsPage.
build() - function in app.knock.api.models.providers.msteams.MsTeamListTeamsPageAsync.Builder
Returns an immutable instance of MsTeamListTeamsPageAsync.
build() - function in app.knock.api.models.providers.msteams.MsTeamListTeamsPageResponse.Builder
Returns an immutable instance of MsTeamListTeamsPageResponse.
build() - function in app.knock.api.models.providers.msteams.MsTeamListTeamsParams.Builder
Returns an immutable instance of MsTeamListTeamsParams.
build() - function in app.knock.api.models.providers.msteams.MsTeamListTeamsParams.QueryOptions.Builder
Returns an immutable instance of QueryOptions.
build() - function in app.knock.api.models.providers.msteams.MsTeamListTeamsResponse.Builder
Returns an immutable instance of MsTeamListTeamsResponse.
build() - function in app.knock.api.models.providers.msteams.MsTeamRevokeAccessParams.Builder
Returns an immutable instance of MsTeamRevokeAccessParams.
build() - function in app.knock.api.models.providers.msteams.MsTeamRevokeAccessResponse.Builder
Returns an immutable instance of MsTeamRevokeAccessResponse.
build() - function in app.knock.api.models.providers.slack.SlackCheckAuthParams.Builder
Returns an immutable instance of SlackCheckAuthParams.
build() - function in app.knock.api.models.providers.slack.SlackCheckAuthResponse.Builder
Returns an immutable instance of SlackCheckAuthResponse.
build() - function in app.knock.api.models.providers.slack.SlackCheckAuthResponse.Connection.Builder
Returns an immutable instance of Connection.
build() - function in app.knock.api.models.providers.slack.SlackListChannelsPage.Builder
Returns an immutable instance of SlackListChannelsPage.
build() - function in app.knock.api.models.providers.slack.SlackListChannelsPageAsync.Builder
Returns an immutable instance of SlackListChannelsPageAsync.
build() - function in app.knock.api.models.providers.slack.SlackListChannelsPageResponse.Builder
Returns an immutable instance of SlackListChannelsPageResponse.
build() - function in app.knock.api.models.providers.slack.SlackListChannelsParams.Builder
Returns an immutable instance of SlackListChannelsParams.
build() - function in app.knock.api.models.providers.slack.SlackListChannelsParams.QueryOptions.Builder
Returns an immutable instance of QueryOptions.
build() - function in app.knock.api.models.providers.slack.SlackListChannelsResponse.Builder
Returns an immutable instance of SlackListChannelsResponse.
build() - function in app.knock.api.models.providers.slack.SlackRevokeAccessParams.Builder
Returns an immutable instance of SlackRevokeAccessParams.
build() - function in app.knock.api.models.providers.slack.SlackRevokeAccessResponse.Builder
Returns an immutable instance of SlackRevokeAccessResponse.
build() - function in app.knock.api.models.recipients.RecipientReference.ObjectReference.Builder
Returns an immutable instance of ObjectReference.
build() - function in app.knock.api.models.recipients.channeldata.ChannelData.Builder
Returns an immutable instance of ChannelData.
build() - function in app.knock.api.models.recipients.channeldata.ChannelDataRequest.Builder
Returns an immutable instance of ChannelDataRequest.
build() - function in app.knock.api.models.recipients.channeldata.DiscordChannelData.Builder
Returns an immutable instance of DiscordChannelData.
build() - function in app.knock.api.models.recipients.channeldata.DiscordChannelData.Connection.DiscordChannelConnection.Builder
Returns an immutable instance of DiscordChannelConnection.
build() - function in app.knock.api.models.recipients.channeldata.DiscordChannelData.Connection.DiscordIncomingWebhookConnection.Builder
Returns an immutable instance of DiscordIncomingWebhookConnection.
build() - function in app.knock.api.models.recipients.channeldata.DiscordChannelData.Connection.DiscordIncomingWebhookConnection.IncomingWebhook.Builder
Returns an immutable instance of IncomingWebhook.
build() - function in app.knock.api.models.recipients.channeldata.InlineChannelDataRequest.Builder
Returns an immutable instance of InlineChannelDataRequest.
build() - function in app.knock.api.models.recipients.channeldata.MsTeamsChannelData.Builder
Returns an immutable instance of MsTeamsChannelData.
build() - function in app.knock.api.models.recipients.channeldata.MsTeamsChannelData.Connection.MsTeamsIncomingWebhookConnection.Builder
Returns an immutable instance of MsTeamsIncomingWebhookConnection.
build() - function in app.knock.api.models.recipients.channeldata.MsTeamsChannelData.Connection.MsTeamsIncomingWebhookConnection.IncomingWebhook.Builder
Returns an immutable instance of IncomingWebhook.
build() - function in app.knock.api.models.recipients.channeldata.MsTeamsChannelData.Connection.MsTeamsTokenConnection.Builder
Returns an immutable instance of MsTeamsTokenConnection.
build() - function in app.knock.api.models.recipients.channeldata.OneSignalChannelData.Builder
Returns an immutable instance of OneSignalChannelData.
build() - function in app.knock.api.models.recipients.channeldata.PushChannelData.Builder
Returns an immutable instance of PushChannelData.
build() - function in app.knock.api.models.recipients.channeldata.SlackChannelData.Builder
Returns an immutable instance of SlackChannelData.
build() - function in app.knock.api.models.recipients.channeldata.SlackChannelData.Connection.SlackIncomingWebhookConnection.Builder
Returns an immutable instance of SlackIncomingWebhookConnection.
build() - function in app.knock.api.models.recipients.channeldata.SlackChannelData.Connection.SlackTokenConnection.Builder
Returns an immutable instance of SlackTokenConnection.
build() - function in app.knock.api.models.recipients.channeldata.SlackChannelData.Token.Builder
Returns an immutable instance of Token.
build() - function in app.knock.api.models.recipients.preferences.InlinePreferenceSetRequest.Builder
Returns an immutable instance of InlinePreferenceSetRequest.
build() - function in app.knock.api.models.recipients.preferences.PreferenceSet.Builder
Returns an immutable instance of PreferenceSet.
build() - function in app.knock.api.models.recipients.preferences.PreferenceSet.Categories.Builder
Returns an immutable instance of Categories.
build() - function in app.knock.api.models.recipients.preferences.PreferenceSet.Workflows.Builder
Returns an immutable instance of Workflows.
build() - function in app.knock.api.models.recipients.preferences.PreferenceSetChannelTypeSetting.Builder
Returns an immutable instance of PreferenceSetChannelTypeSetting.
build() - function in app.knock.api.models.recipients.preferences.PreferenceSetChannelTypes.Builder
Returns an immutable instance of PreferenceSetChannelTypes.
build() - function in app.knock.api.models.recipients.preferences.PreferenceSetRequest.Builder
Returns an immutable instance of PreferenceSetRequest.
build() - function in app.knock.api.models.recipients.preferences.PreferenceSetRequest.Categories.Builder
Returns an immutable instance of Categories.
build() - function in app.knock.api.models.recipients.preferences.PreferenceSetRequest.Workflows.Builder
Returns an immutable instance of Workflows.
build() - function in app.knock.api.models.recipients.subscriptions.Subscription.Builder
Returns an immutable instance of Subscription.
build() - function in app.knock.api.models.recipients.subscriptions.Subscription.Properties.Builder
Returns an immutable instance of Properties.
build() - function in app.knock.api.models.schedules.Schedule.Builder
Returns an immutable instance of Schedule.
build() - function in app.knock.api.models.schedules.Schedule.Data.Builder
Returns an immutable instance of Data.
build() - function in app.knock.api.models.schedules.ScheduleCreateParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.schedules.ScheduleCreateParams.Builder
Returns an immutable instance of ScheduleCreateParams.
build() - function in app.knock.api.models.schedules.ScheduleCreateParams.Data.Builder
Returns an immutable instance of Data.
build() - function in app.knock.api.models.schedules.ScheduleDeleteParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.schedules.ScheduleDeleteParams.Builder
Returns an immutable instance of ScheduleDeleteParams.
build() - function in app.knock.api.models.schedules.ScheduleListPage.Builder
Returns an immutable instance of ScheduleListPage.
build() - function in app.knock.api.models.schedules.ScheduleListPageAsync.Builder
Returns an immutable instance of ScheduleListPageAsync.
build() - function in app.knock.api.models.schedules.ScheduleListPageResponse.Builder
Returns an immutable instance of ScheduleListPageResponse.
build() - function in app.knock.api.models.schedules.ScheduleListParams.Builder
Returns an immutable instance of ScheduleListParams.
build() - function in app.knock.api.models.schedules.ScheduleRepeatRule.Builder
Returns an immutable instance of ScheduleRepeatRule.
build() - function in app.knock.api.models.schedules.ScheduleUpdateParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.schedules.ScheduleUpdateParams.Builder
Returns an immutable instance of ScheduleUpdateParams.
build() - function in app.knock.api.models.schedules.ScheduleUpdateParams.Data.Builder
Returns an immutable instance of Data.
build() - function in app.knock.api.models.schedules.bulk.BulkCreateParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.schedules.bulk.BulkCreateParams.Builder
Returns an immutable instance of BulkCreateParams.
build() - function in app.knock.api.models.schedules.bulk.BulkCreateParams.Schedule.Builder
Returns an immutable instance of Schedule.
build() - function in app.knock.api.models.schedules.bulk.BulkCreateParams.Schedule.Data.Builder
Returns an immutable instance of Data.
build() - function in app.knock.api.models.shared.Condition.Builder
Returns an immutable instance of Condition.
build() - function in app.knock.api.models.shared.PageInfo.Builder
Returns an immutable instance of PageInfo.
build() - function in app.knock.api.models.tenants.Tenant.Builder
Returns an immutable instance of Tenant.
build() - function in app.knock.api.models.tenants.Tenant.Settings.Branding.Builder
Returns an immutable instance of Branding.
build() - function in app.knock.api.models.tenants.Tenant.Settings.Builder
Returns an immutable instance of Settings.
build() - function in app.knock.api.models.tenants.TenantDeleteParams.Builder
Returns an immutable instance of TenantDeleteParams.
build() - function in app.knock.api.models.tenants.TenantGetParams.Builder
Returns an immutable instance of TenantGetParams.
build() - function in app.knock.api.models.tenants.TenantListPage.Builder
Returns an immutable instance of TenantListPage.
build() - function in app.knock.api.models.tenants.TenantListPageAsync.Builder
Returns an immutable instance of TenantListPageAsync.
build() - function in app.knock.api.models.tenants.TenantListPageResponse.Builder
Returns an immutable instance of TenantListPageResponse.
build() - function in app.knock.api.models.tenants.TenantListParams.Builder
Returns an immutable instance of TenantListParams.
build() - function in app.knock.api.models.tenants.TenantRequest.Builder
Returns an immutable instance of TenantRequest.
build() - function in app.knock.api.models.tenants.TenantRequest.Settings.Branding.Builder
Returns an immutable instance of Branding.
build() - function in app.knock.api.models.tenants.TenantRequest.Settings.Builder
Returns an immutable instance of Settings.
build() - function in app.knock.api.models.tenants.TenantSetParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.tenants.TenantSetParams.Builder
Returns an immutable instance of TenantSetParams.
build() - function in app.knock.api.models.tenants.TenantSetParams.Settings.Branding.Builder
Returns an immutable instance of Branding.
build() - function in app.knock.api.models.tenants.TenantSetParams.Settings.Builder
Returns an immutable instance of Settings.
build() - function in app.knock.api.models.tenants.bulk.BulkDeleteParams.Builder
Returns an immutable instance of BulkDeleteParams.
build() - function in app.knock.api.models.tenants.bulk.BulkSetParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.tenants.bulk.BulkSetParams.Builder
Returns an immutable instance of BulkSetParams.
build() - function in app.knock.api.models.users.IdentifyUserRequest.Builder
Returns an immutable instance of IdentifyUserRequest.
build() - function in app.knock.api.models.users.InlineIdentifyUserRequest.Builder
Returns an immutable instance of InlineIdentifyUserRequest.
build() - function in app.knock.api.models.users.User.Builder
Returns an immutable instance of User.
build() - function in app.knock.api.models.users.UserDeleteParams.Builder
Returns an immutable instance of UserDeleteParams.
build() - function in app.knock.api.models.users.UserGetChannelDataParams.Builder
Returns an immutable instance of UserGetChannelDataParams.
build() - function in app.knock.api.models.users.UserGetParams.Builder
Returns an immutable instance of UserGetParams.
build() - function in app.knock.api.models.users.UserGetPreferencesParams.Builder
Returns an immutable instance of UserGetPreferencesParams.
build() - function in app.knock.api.models.users.UserListMessagesPage.Builder
Returns an immutable instance of UserListMessagesPage.
build() - function in app.knock.api.models.users.UserListMessagesPageAsync.Builder
Returns an immutable instance of UserListMessagesPageAsync.
build() - function in app.knock.api.models.users.UserListMessagesPageResponse.Builder
Returns an immutable instance of UserListMessagesPageResponse.
build() - function in app.knock.api.models.users.UserListMessagesParams.Builder
Returns an immutable instance of UserListMessagesParams.
build() - function in app.knock.api.models.users.UserListMessagesParams.InsertedAt.Builder
Returns an immutable instance of InsertedAt.
build() - function in app.knock.api.models.users.UserListPage.Builder
Returns an immutable instance of UserListPage.
build() - function in app.knock.api.models.users.UserListPageAsync.Builder
Returns an immutable instance of UserListPageAsync.
build() - function in app.knock.api.models.users.UserListPageResponse.Builder
Returns an immutable instance of UserListPageResponse.
build() - function in app.knock.api.models.users.UserListParams.Builder
Returns an immutable instance of UserListParams.
build() - function in app.knock.api.models.users.UserListPreferencesParams.Builder
Returns an immutable instance of UserListPreferencesParams.
build() - function in app.knock.api.models.users.UserListSchedulesPage.Builder
Returns an immutable instance of UserListSchedulesPage.
build() - function in app.knock.api.models.users.UserListSchedulesPageAsync.Builder
Returns an immutable instance of UserListSchedulesPageAsync.
build() - function in app.knock.api.models.users.UserListSchedulesPageResponse.Builder
Returns an immutable instance of UserListSchedulesPageResponse.
build() - function in app.knock.api.models.users.UserListSchedulesParams.Builder
Returns an immutable instance of UserListSchedulesParams.
build() - function in app.knock.api.models.users.UserListSubscriptionsPage.Builder
Returns an immutable instance of UserListSubscriptionsPage.
build() - function in app.knock.api.models.users.UserListSubscriptionsPageAsync.Builder
Returns an immutable instance of UserListSubscriptionsPageAsync.
build() - function in app.knock.api.models.users.UserListSubscriptionsPageResponse.Builder
Returns an immutable instance of UserListSubscriptionsPageResponse.
build() - function in app.knock.api.models.users.UserListSubscriptionsParams.Builder
Returns an immutable instance of UserListSubscriptionsParams.
build() - function in app.knock.api.models.users.UserMergeParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.users.UserMergeParams.Builder
Returns an immutable instance of UserMergeParams.
build() - function in app.knock.api.models.users.UserSetChannelDataParams.Builder
Returns an immutable instance of UserSetChannelDataParams.
build() - function in app.knock.api.models.users.UserSetPreferencesParams.Builder
Returns an immutable instance of UserSetPreferencesParams.
build() - function in app.knock.api.models.users.UserUnsetChannelDataParams.Builder
Returns an immutable instance of UserUnsetChannelDataParams.
build() - function in app.knock.api.models.users.UserUpdateParams.Builder
Returns an immutable instance of UserUpdateParams.
build() - function in app.knock.api.models.users.bulk.BulkDeleteParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.users.bulk.BulkDeleteParams.Builder
Returns an immutable instance of BulkDeleteParams.
build() - function in app.knock.api.models.users.bulk.BulkIdentifyParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.users.bulk.BulkIdentifyParams.Builder
Returns an immutable instance of BulkIdentifyParams.
build() - function in app.knock.api.models.users.bulk.BulkSetPreferencesParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.users.bulk.BulkSetPreferencesParams.Builder
Returns an immutable instance of BulkSetPreferencesParams.
build() - function in app.knock.api.models.users.feeds.FeedGetSettingsParams.Builder
Returns an immutable instance of FeedGetSettingsParams.
build() - function in app.knock.api.models.users.feeds.FeedGetSettingsResponse.Builder
Returns an immutable instance of FeedGetSettingsResponse.
build() - function in app.knock.api.models.users.feeds.FeedGetSettingsResponse.Features.Builder
Returns an immutable instance of Features.
build() - function in app.knock.api.models.users.feeds.FeedListItemsPage.Builder
Returns an immutable instance of FeedListItemsPage.
build() - function in app.knock.api.models.users.feeds.FeedListItemsPageAsync.Builder
Returns an immutable instance of FeedListItemsPageAsync.
build() - function in app.knock.api.models.users.feeds.FeedListItemsPageResponse.Builder
Returns an immutable instance of FeedListItemsPageResponse.
build() - function in app.knock.api.models.users.feeds.FeedListItemsPageResponse.Meta.Builder
Returns an immutable instance of Meta.
build() - function in app.knock.api.models.users.feeds.FeedListItemsPageResponse.Vars.Builder
Returns an immutable instance of Vars.
build() - function in app.knock.api.models.users.feeds.FeedListItemsParams.Builder
Returns an immutable instance of FeedListItemsParams.
build() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Builder
Returns an immutable instance of MessageInAppFeedButtonSetBlock.
build() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Builder
Returns an immutable instance of Button.
build() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Block.MessageInAppFeedContentBlock.Builder
Returns an immutable instance of MessageInAppFeedContentBlock.
build() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Builder
Returns an immutable instance of FeedListItemsResponse.
build() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Data.Builder
Returns an immutable instance of Data.
build() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Source.Builder
Returns an immutable instance of Source.
build() - function in app.knock.api.models.users.guides.GuideGetChannelParams.Builder
Returns an immutable instance of GuideGetChannelParams.
build() - function in app.knock.api.models.users.guides.GuideGetChannelResponse.Builder
Returns an immutable instance of GuideGetChannelResponse.
build() - function in app.knock.api.models.users.guides.GuideGetChannelResponse.Guide.Builder
Returns an immutable instance of Guide.
build() - function in app.knock.api.models.users.guides.GuideGetChannelResponse.Guide.Metadata.Builder
Returns an immutable instance of Metadata.
build() - function in app.knock.api.models.users.guides.GuideGetChannelResponse.Recipient.Builder
Returns an immutable instance of Recipient.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedParams.Builder
Returns an immutable instance of GuideMarkMessageAsArchivedParams.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedParams.Content.Builder
Returns an immutable instance of Content.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedParams.Data.Builder
Returns an immutable instance of Data.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedParams.Metadata.Builder
Returns an immutable instance of Metadata.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedResponse.Builder
Returns an immutable instance of GuideMarkMessageAsArchivedResponse.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedParams.Builder
Returns an immutable instance of GuideMarkMessageAsInteractedParams.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedParams.Content.Builder
Returns an immutable instance of Content.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedParams.Data.Builder
Returns an immutable instance of Data.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedParams.Metadata.Builder
Returns an immutable instance of Metadata.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedResponse.Builder
Returns an immutable instance of GuideMarkMessageAsInteractedResponse.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenParams.Builder
Returns an immutable instance of GuideMarkMessageAsSeenParams.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenParams.Content.Builder
Returns an immutable instance of Content.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenParams.Data.Builder
Returns an immutable instance of Data.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenParams.Metadata.Builder
Returns an immutable instance of Metadata.
build() - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenResponse.Builder
Returns an immutable instance of GuideMarkMessageAsSeenResponse.
build() - function in app.knock.api.models.workflows.WorkflowCancelParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.workflows.WorkflowCancelParams.Builder
Returns an immutable instance of WorkflowCancelParams.
build() - function in app.knock.api.models.workflows.WorkflowTriggerParams.Body.Builder
Returns an immutable instance of Body.
build() - function in app.knock.api.models.workflows.WorkflowTriggerParams.Builder
Returns an immutable instance of WorkflowTriggerParams.
build() - function in app.knock.api.models.workflows.WorkflowTriggerParams.Data.Builder
Returns an immutable instance of Data.
build() - function in app.knock.api.models.workflows.WorkflowTriggerResponse.Builder
Returns an immutable instance of WorkflowTriggerResponse.
builder() - function in app.knock.api.core.ClientOptions.Companion
Returns a mutable builder for constructing an instance of ClientOptions.
builder() - function in app.knock.api.core.MultipartField.Companion
Returns a mutable builder for constructing an instance of MultipartField.
builder() - function in app.knock.api.core.RequestOptions.Companion
 
builder() - function in app.knock.api.core.Timeout.Companion
Returns a mutable builder for constructing an instance of Timeout.
builder() - function in app.knock.api.core.http.Headers.Companion
 
builder() - function in app.knock.api.core.http.HttpRequest.Companion
 
builder() - function in app.knock.api.core.http.QueryParams.Companion
 
builder() - function in app.knock.api.core.http.RetryingHttpClient.Companion
 
builder() - function in app.knock.api.errors.BadRequestException.Companion
Returns a mutable builder for constructing an instance of BadRequestException.
builder() - function in app.knock.api.errors.InternalServerException.Companion
Returns a mutable builder for constructing an instance of InternalServerException.
builder() - function in app.knock.api.errors.NotFoundException.Companion
Returns a mutable builder for constructing an instance of NotFoundException.
builder() - function in app.knock.api.errors.PermissionDeniedException.Companion
Returns a mutable builder for constructing an instance of PermissionDeniedException.
builder() - function in app.knock.api.errors.RateLimitException.Companion
Returns a mutable builder for constructing an instance of RateLimitException.
builder() - function in app.knock.api.errors.UnauthorizedException.Companion
Returns a mutable builder for constructing an instance of UnauthorizedException.
builder() - function in app.knock.api.errors.UnexpectedStatusCodeException.Companion
Returns a mutable builder for constructing an instance of UnexpectedStatusCodeException.
builder() - function in app.knock.api.errors.UnprocessableEntityException.Companion
Returns a mutable builder for constructing an instance of UnprocessableEntityException.
builder() - function in app.knock.api.models.audiences.AudienceAddMembersParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.audiences.AudienceAddMembersParams.Companion
Returns a mutable builder for constructing an instance of AudienceAddMembersParams.
builder() - function in app.knock.api.models.audiences.AudienceAddMembersParams.Member.Companion
Returns a mutable builder for constructing an instance of Member.
builder() - function in app.knock.api.models.audiences.AudienceAddMembersParams.Member.User.Companion
Returns a mutable builder for constructing an instance of User.
builder() - function in app.knock.api.models.audiences.AudienceListMembersParams.Companion
Returns a mutable builder for constructing an instance of AudienceListMembersParams.
builder() - function in app.knock.api.models.audiences.AudienceListMembersResponse.Companion
Returns a mutable builder for constructing an instance of AudienceListMembersResponse.
builder() - function in app.knock.api.models.audiences.AudienceMember.Companion
Returns a mutable builder for constructing an instance of AudienceMember.
builder() - function in app.knock.api.models.audiences.AudienceRemoveMembersParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.audiences.AudienceRemoveMembersParams.Companion
Returns a mutable builder for constructing an instance of AudienceRemoveMembersParams.
builder() - function in app.knock.api.models.audiences.AudienceRemoveMembersParams.Member.Companion
Returns a mutable builder for constructing an instance of Member.
builder() - function in app.knock.api.models.audiences.AudienceRemoveMembersParams.Member.User.Companion
Returns a mutable builder for constructing an instance of User.
builder() - function in app.knock.api.models.bulkoperations.BulkOperation.Companion
Returns a mutable builder for constructing an instance of BulkOperation.
builder() - function in app.knock.api.models.bulkoperations.BulkOperation.ErrorItem.Companion
Returns a mutable builder for constructing an instance of ErrorItem.
builder() - function in app.knock.api.models.bulkoperations.BulkOperationGetParams.Companion
Returns a mutable builder for constructing an instance of BulkOperationGetParams.
builder() - function in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.Companion
Returns a mutable builder for constructing an instance of BulkUpdateMessageStatusParams.
builder() - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams.Companion
Returns a mutable builder for constructing an instance of CensusCustomDestinationParams.
builder() - function in app.knock.api.models.integrations.census.CensusCustomDestinationParams.Params.Companion
Returns a mutable builder for constructing an instance of Params.
builder() - function in app.knock.api.models.integrations.census.CensusCustomDestinationResponse.Companion
Returns a mutable builder for constructing an instance of CensusCustomDestinationResponse.
builder() - function in app.knock.api.models.integrations.census.CensusCustomDestinationResponse.Result.Companion
Returns a mutable builder for constructing an instance of Result.
builder() - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Companion
Returns a mutable builder for constructing an instance of HightouchEmbeddedDestinationParams.
builder() - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationParams.Params.Companion
Returns a mutable builder for constructing an instance of Params.
builder() - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationResponse.Companion
Returns a mutable builder for constructing an instance of HightouchEmbeddedDestinationResponse.
builder() - function in app.knock.api.models.integrations.hightouch.HightouchEmbeddedDestinationResponse.Result.Companion
Returns a mutable builder for constructing an instance of Result.
builder() - function in app.knock.api.models.messages.Activity.Companion
Returns a mutable builder for constructing an instance of Activity.
builder() - function in app.knock.api.models.messages.Activity.Data.Companion
Returns a mutable builder for constructing an instance of Data.
builder() - function in app.knock.api.models.messages.Message.Companion
Returns a mutable builder for constructing an instance of Message.
builder() - function in app.knock.api.models.messages.Message.Data.Companion
Returns a mutable builder for constructing an instance of Data.
builder() - function in app.knock.api.models.messages.Message.Metadata.Companion
Returns a mutable builder for constructing an instance of Metadata.
builder() - function in app.knock.api.models.messages.Message.Source.Companion
Returns a mutable builder for constructing an instance of Source.
builder() - function in app.knock.api.models.messages.MessageArchiveParams.Companion
Returns a mutable builder for constructing an instance of MessageArchiveParams.
builder() - function in app.knock.api.models.messages.MessageDeliveryLog.Companion
Returns a mutable builder for constructing an instance of MessageDeliveryLog.
builder() - function in app.knock.api.models.messages.MessageDeliveryLog.Request.Body.UnionMember1.Companion
Returns a mutable builder for constructing an instance of UnionMember1.
builder() - function in app.knock.api.models.messages.MessageDeliveryLog.Request.Companion
Returns a mutable builder for constructing an instance of Request.
builder() - function in app.knock.api.models.messages.MessageDeliveryLog.Request.Headers.Companion
Returns a mutable builder for constructing an instance of Headers.
builder() - function in app.knock.api.models.messages.MessageDeliveryLog.Response.Body.UnionMember1.Companion
Returns a mutable builder for constructing an instance of UnionMember1.
builder() - function in app.knock.api.models.messages.MessageDeliveryLog.Response.Companion
Returns a mutable builder for constructing an instance of Response.
builder() - function in app.knock.api.models.messages.MessageDeliveryLog.Response.Headers.Companion
Returns a mutable builder for constructing an instance of Headers.
builder() - function in app.knock.api.models.messages.MessageEvent.Companion
Returns a mutable builder for constructing an instance of MessageEvent.
builder() - function in app.knock.api.models.messages.MessageEvent.Data.Companion
Returns a mutable builder for constructing an instance of Data.
builder() - function in app.knock.api.models.messages.MessageGetContentParams.Companion
Returns a mutable builder for constructing an instance of MessageGetContentParams.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Companion
Returns a mutable builder for constructing an instance of MessageGetContentResponse.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Companion
Returns a mutable builder for constructing an instance of MessageChatContent.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Connection.Companion
Returns a mutable builder for constructing an instance of Connection.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Metadata.Companion
Returns a mutable builder for constructing an instance of Metadata.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.Block.Companion
Returns a mutable builder for constructing an instance of Block.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.Companion
Returns a mutable builder for constructing an instance of Template.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageChatContent.Template.JsonContent.Companion
Returns a mutable builder for constructing an instance of JsonContent.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageEmailContent.Companion
Returns a mutable builder for constructing an instance of MessageEmailContent.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Button.Companion
Returns a mutable builder for constructing an instance of Button.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Companion
Returns a mutable builder for constructing an instance of MessageInAppFeedButtonSetBlock.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Companion
Returns a mutable builder for constructing an instance of MessageInAppFeedContentBlock.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Companion
Returns a mutable builder for constructing an instance of MessageInAppFeedContent.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessagePushContent.Companion
Returns a mutable builder for constructing an instance of MessagePushContent.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessagePushContent.InnerData.Companion
Returns a mutable builder for constructing an instance of InnerData.
builder() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageSmsContent.Companion
Returns a mutable builder for constructing an instance of MessageSmsContent.
builder() - function in app.knock.api.models.messages.MessageGetParams.Companion
Returns a mutable builder for constructing an instance of MessageGetParams.
builder() - function in app.knock.api.models.messages.MessageListActivitiesPage.Companion
Returns a mutable builder for constructing an instance of MessageListActivitiesPage.
builder() - function in app.knock.api.models.messages.MessageListActivitiesPageAsync.Companion
Returns a mutable builder for constructing an instance of MessageListActivitiesPageAsync.
builder() - function in app.knock.api.models.messages.MessageListActivitiesPageResponse.Companion
Returns a mutable builder for constructing an instance of MessageListActivitiesPageResponse.
builder() - function in app.knock.api.models.messages.MessageListActivitiesParams.Companion
Returns a mutable builder for constructing an instance of MessageListActivitiesParams.
builder() - function in app.knock.api.models.messages.MessageListDeliveryLogsPage.Companion
Returns a mutable builder for constructing an instance of MessageListDeliveryLogsPage.
builder() - function in app.knock.api.models.messages.MessageListDeliveryLogsPageAsync.Companion
Returns a mutable builder for constructing an instance of MessageListDeliveryLogsPageAsync.
builder() - function in app.knock.api.models.messages.MessageListDeliveryLogsPageResponse.Companion
Returns a mutable builder for constructing an instance of MessageListDeliveryLogsPageResponse.
builder() - function in app.knock.api.models.messages.MessageListDeliveryLogsParams.Companion
Returns a mutable builder for constructing an instance of MessageListDeliveryLogsParams.
builder() - function in app.knock.api.models.messages.MessageListEventsPage.Companion
Returns a mutable builder for constructing an instance of MessageListEventsPage.
builder() - function in app.knock.api.models.messages.MessageListEventsPageAsync.Companion
Returns a mutable builder for constructing an instance of MessageListEventsPageAsync.
builder() - function in app.knock.api.models.messages.MessageListEventsPageResponse.Companion
Returns a mutable builder for constructing an instance of MessageListEventsPageResponse.
builder() - function in app.knock.api.models.messages.MessageListEventsParams.Companion
Returns a mutable builder for constructing an instance of MessageListEventsParams.
builder() - function in app.knock.api.models.messages.MessageListPage.Companion
Returns a mutable builder for constructing an instance of MessageListPage.
builder() - function in app.knock.api.models.messages.MessageListPageAsync.Companion
Returns a mutable builder for constructing an instance of MessageListPageAsync.
builder() - function in app.knock.api.models.messages.MessageListPageResponse.Companion
Returns a mutable builder for constructing an instance of MessageListPageResponse.
builder() - function in app.knock.api.models.messages.MessageListParams.Companion
Returns a mutable builder for constructing an instance of MessageListParams.
builder() - function in app.knock.api.models.messages.MessageListParams.InsertedAt.Companion
Returns a mutable builder for constructing an instance of InsertedAt.
builder() - function in app.knock.api.models.messages.MessageMarkAsInteractedParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.messages.MessageMarkAsInteractedParams.Companion
Returns a mutable builder for constructing an instance of MessageMarkAsInteractedParams.
builder() - function in app.knock.api.models.messages.MessageMarkAsInteractedParams.Metadata.Companion
Returns a mutable builder for constructing an instance of Metadata.
builder() - function in app.knock.api.models.messages.MessageMarkAsReadParams.Companion
Returns a mutable builder for constructing an instance of MessageMarkAsReadParams.
builder() - function in app.knock.api.models.messages.MessageMarkAsSeenParams.Companion
Returns a mutable builder for constructing an instance of MessageMarkAsSeenParams.
builder() - function in app.knock.api.models.messages.MessageMarkAsUnreadParams.Companion
Returns a mutable builder for constructing an instance of MessageMarkAsUnreadParams.
builder() - function in app.knock.api.models.messages.MessageMarkAsUnseenParams.Companion
Returns a mutable builder for constructing an instance of MessageMarkAsUnseenParams.
builder() - function in app.knock.api.models.messages.MessageUnarchiveParams.Companion
Returns a mutable builder for constructing an instance of MessageUnarchiveParams.
builder() - function in app.knock.api.models.messages.activities.ActivityListPage.Companion
Returns a mutable builder for constructing an instance of ActivityListPage.
builder() - function in app.knock.api.models.messages.activities.ActivityListPageAsync.Companion
Returns a mutable builder for constructing an instance of ActivityListPageAsync.
builder() - function in app.knock.api.models.messages.activities.ActivityListPageResponse.Companion
Returns a mutable builder for constructing an instance of ActivityListPageResponse.
builder() - function in app.knock.api.models.messages.activities.ActivityListParams.Companion
Returns a mutable builder for constructing an instance of ActivityListParams.
builder() - function in app.knock.api.models.messages.batch.BatchArchiveParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.messages.batch.BatchArchiveParams.Companion
Returns a mutable builder for constructing an instance of BatchArchiveParams.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentParams.Companion
Returns a mutable builder for constructing an instance of BatchGetContentParams.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Companion
Returns a mutable builder for constructing an instance of BatchGetContentResponse.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Companion
Returns a mutable builder for constructing an instance of MessageChatContent.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Connection.Companion
Returns a mutable builder for constructing an instance of Connection.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Metadata.Companion
Returns a mutable builder for constructing an instance of Metadata.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Block.Companion
Returns a mutable builder for constructing an instance of Block.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.Companion
Returns a mutable builder for constructing an instance of Template.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageChatContent.Template.JsonContent.Companion
Returns a mutable builder for constructing an instance of JsonContent.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageEmailContent.Companion
Returns a mutable builder for constructing an instance of MessageEmailContent.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Button.Companion
Returns a mutable builder for constructing an instance of Button.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Companion
Returns a mutable builder for constructing an instance of MessageInAppFeedButtonSetBlock.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedContentBlock.Companion
Returns a mutable builder for constructing an instance of MessageInAppFeedContentBlock.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Companion
Returns a mutable builder for constructing an instance of MessageInAppFeedContent.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessagePushContent.Companion
Returns a mutable builder for constructing an instance of MessagePushContent.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessagePushContent.InnerData.Companion
Returns a mutable builder for constructing an instance of InnerData.
builder() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageSmsContent.Companion
Returns a mutable builder for constructing an instance of MessageSmsContent.
builder() - function in app.knock.api.models.messages.batch.BatchMarkAsInteractedParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.messages.batch.BatchMarkAsInteractedParams.Companion
Returns a mutable builder for constructing an instance of BatchMarkAsInteractedParams.
builder() - function in app.knock.api.models.messages.batch.BatchMarkAsInteractedParams.Metadata.Companion
Returns a mutable builder for constructing an instance of Metadata.
builder() - function in app.knock.api.models.messages.batch.BatchMarkAsReadParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.messages.batch.BatchMarkAsReadParams.Companion
Returns a mutable builder for constructing an instance of BatchMarkAsReadParams.
builder() - function in app.knock.api.models.messages.batch.BatchMarkAsSeenParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.messages.batch.BatchMarkAsSeenParams.Companion
Returns a mutable builder for constructing an instance of BatchMarkAsSeenParams.
builder() - function in app.knock.api.models.messages.batch.BatchMarkAsUnreadParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.messages.batch.BatchMarkAsUnreadParams.Companion
Returns a mutable builder for constructing an instance of BatchMarkAsUnreadParams.
builder() - function in app.knock.api.models.messages.batch.BatchMarkAsUnseenParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.messages.batch.BatchMarkAsUnseenParams.Companion
Returns a mutable builder for constructing an instance of BatchMarkAsUnseenParams.
builder() - function in app.knock.api.models.messages.batch.BatchUnarchiveParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.messages.batch.BatchUnarchiveParams.Companion
Returns a mutable builder for constructing an instance of BatchUnarchiveParams.
builder() - function in app.knock.api.models.objects.InlineObjectRequest.Companion
Returns a mutable builder for constructing an instance of InlineObjectRequest.
builder() - function in app.knock.api.models.objects.Object.Companion
Returns a mutable builder for constructing an instance of Object.
builder() - function in app.knock.api.models.objects.ObjectAddSubscriptionsParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.objects.ObjectAddSubscriptionsParams.Companion
Returns a mutable builder for constructing an instance of ObjectAddSubscriptionsParams.
builder() - function in app.knock.api.models.objects.ObjectAddSubscriptionsParams.Properties.Companion
Returns a mutable builder for constructing an instance of Properties.
builder() - function in app.knock.api.models.objects.ObjectDeleteParams.Companion
Returns a mutable builder for constructing an instance of ObjectDeleteParams.
builder() - function in app.knock.api.models.objects.ObjectDeleteSubscriptionsParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.objects.ObjectDeleteSubscriptionsParams.Companion
Returns a mutable builder for constructing an instance of ObjectDeleteSubscriptionsParams.
builder() - function in app.knock.api.models.objects.ObjectGetChannelDataParams.Companion
Returns a mutable builder for constructing an instance of ObjectGetChannelDataParams.
builder() - function in app.knock.api.models.objects.ObjectGetParams.Companion
Returns a mutable builder for constructing an instance of ObjectGetParams.
builder() - function in app.knock.api.models.objects.ObjectGetPreferencesParams.Companion
Returns a mutable builder for constructing an instance of ObjectGetPreferencesParams.
builder() - function in app.knock.api.models.objects.ObjectListMessagesPage.Companion
Returns a mutable builder for constructing an instance of ObjectListMessagesPage.
builder() - function in app.knock.api.models.objects.ObjectListMessagesPageAsync.Companion
Returns a mutable builder for constructing an instance of ObjectListMessagesPageAsync.
builder() - function in app.knock.api.models.objects.ObjectListMessagesPageResponse.Companion
Returns a mutable builder for constructing an instance of ObjectListMessagesPageResponse.
builder() - function in app.knock.api.models.objects.ObjectListMessagesParams.Companion
Returns a mutable builder for constructing an instance of ObjectListMessagesParams.
builder() - function in app.knock.api.models.objects.ObjectListMessagesParams.InsertedAt.Companion
Returns a mutable builder for constructing an instance of InsertedAt.
builder() - function in app.knock.api.models.objects.ObjectListPage.Companion
Returns a mutable builder for constructing an instance of ObjectListPage.
builder() - function in app.knock.api.models.objects.ObjectListPageAsync.Companion
Returns a mutable builder for constructing an instance of ObjectListPageAsync.
builder() - function in app.knock.api.models.objects.ObjectListPageResponse.Companion
Returns a mutable builder for constructing an instance of ObjectListPageResponse.
builder() - function in app.knock.api.models.objects.ObjectListParams.Companion
Returns a mutable builder for constructing an instance of ObjectListParams.
builder() - function in app.knock.api.models.objects.ObjectListPreferencesParams.Companion
Returns a mutable builder for constructing an instance of ObjectListPreferencesParams.
builder() - function in app.knock.api.models.objects.ObjectListSchedulesPage.Companion
Returns a mutable builder for constructing an instance of ObjectListSchedulesPage.
builder() - function in app.knock.api.models.objects.ObjectListSchedulesPageAsync.Companion
Returns a mutable builder for constructing an instance of ObjectListSchedulesPageAsync.
builder() - function in app.knock.api.models.objects.ObjectListSchedulesPageResponse.Companion
Returns a mutable builder for constructing an instance of ObjectListSchedulesPageResponse.
builder() - function in app.knock.api.models.objects.ObjectListSchedulesParams.Companion
Returns a mutable builder for constructing an instance of ObjectListSchedulesParams.
builder() - function in app.knock.api.models.objects.ObjectListSubscriptionsPage.Companion
Returns a mutable builder for constructing an instance of ObjectListSubscriptionsPage.
builder() - function in app.knock.api.models.objects.ObjectListSubscriptionsPageAsync.Companion
Returns a mutable builder for constructing an instance of ObjectListSubscriptionsPageAsync.
builder() - function in app.knock.api.models.objects.ObjectListSubscriptionsPageResponse.Companion
Returns a mutable builder for constructing an instance of ObjectListSubscriptionsPageResponse.
builder() - function in app.knock.api.models.objects.ObjectListSubscriptionsParams.Companion
Returns a mutable builder for constructing an instance of ObjectListSubscriptionsParams.
builder() - function in app.knock.api.models.objects.ObjectListSubscriptionsParams.Object.Companion
Returns a mutable builder for constructing an instance of Object.
builder() - function in app.knock.api.models.objects.ObjectSetChannelDataParams.Companion
Returns a mutable builder for constructing an instance of ObjectSetChannelDataParams.
builder() - function in app.knock.api.models.objects.ObjectSetParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.objects.ObjectSetParams.Companion
Returns a mutable builder for constructing an instance of ObjectSetParams.
builder() - function in app.knock.api.models.objects.ObjectSetPreferencesParams.Companion
Returns a mutable builder for constructing an instance of ObjectSetPreferencesParams.
builder() - function in app.knock.api.models.objects.ObjectUnsetChannelDataParams.Companion
Returns a mutable builder for constructing an instance of ObjectUnsetChannelDataParams.
builder() - function in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Companion
Returns a mutable builder for constructing an instance of BulkAddSubscriptionsParams.
builder() - function in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Subscription.Companion
Returns a mutable builder for constructing an instance of Subscription.
builder() - function in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Subscription.Properties.Companion
Returns a mutable builder for constructing an instance of Properties.
builder() - function in app.knock.api.models.objects.bulk.BulkDeleteParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.objects.bulk.BulkDeleteParams.Companion
Returns a mutable builder for constructing an instance of BulkDeleteParams.
builder() - function in app.knock.api.models.objects.bulk.BulkSetParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.objects.bulk.BulkSetParams.Companion
Returns a mutable builder for constructing an instance of BulkSetParams.
builder() - function in app.knock.api.models.providers.msteams.MsTeamCheckAuthParams.Companion
Returns a mutable builder for constructing an instance of MsTeamCheckAuthParams.
builder() - function in app.knock.api.models.providers.msteams.MsTeamCheckAuthResponse.Companion
Returns a mutable builder for constructing an instance of MsTeamCheckAuthResponse.
builder() - function in app.knock.api.models.providers.msteams.MsTeamCheckAuthResponse.Connection.Companion
Returns a mutable builder for constructing an instance of Connection.
builder() - function in app.knock.api.models.providers.msteams.MsTeamListChannelsParams.Companion
Returns a mutable builder for constructing an instance of MsTeamListChannelsParams.
builder() - function in app.knock.api.models.providers.msteams.MsTeamListChannelsParams.QueryOptions.Companion
Returns a mutable builder for constructing an instance of QueryOptions.
builder() - function in app.knock.api.models.providers.msteams.MsTeamListChannelsResponse.Companion
Returns a mutable builder for constructing an instance of MsTeamListChannelsResponse.
builder() - function in app.knock.api.models.providers.msteams.MsTeamListChannelsResponse.MsTeamsChannel.Companion
Returns a mutable builder for constructing an instance of MsTeamsChannel.
builder() - function in app.knock.api.models.providers.msteams.MsTeamListTeamsPage.Companion
Returns a mutable builder for constructing an instance of MsTeamListTeamsPage.
builder() - function in app.knock.api.models.providers.msteams.MsTeamListTeamsPageAsync.Companion
Returns a mutable builder for constructing an instance of MsTeamListTeamsPageAsync.
builder() - function in app.knock.api.models.providers.msteams.MsTeamListTeamsPageResponse.Companion
Returns a mutable builder for constructing an instance of MsTeamListTeamsPageResponse.
builder() - function in app.knock.api.models.providers.msteams.MsTeamListTeamsParams.Companion
Returns a mutable builder for constructing an instance of MsTeamListTeamsParams.
builder() - function in app.knock.api.models.providers.msteams.MsTeamListTeamsParams.QueryOptions.Companion
Returns a mutable builder for constructing an instance of QueryOptions.
builder() - function in app.knock.api.models.providers.msteams.MsTeamListTeamsResponse.Companion
Returns a mutable builder for constructing an instance of MsTeamListTeamsResponse.
builder() - function in app.knock.api.models.providers.msteams.MsTeamRevokeAccessParams.Companion
Returns a mutable builder for constructing an instance of MsTeamRevokeAccessParams.
builder() - function in app.knock.api.models.providers.msteams.MsTeamRevokeAccessResponse.Companion
Returns a mutable builder for constructing an instance of MsTeamRevokeAccessResponse.
builder() - function in app.knock.api.models.providers.slack.SlackCheckAuthParams.Companion
Returns a mutable builder for constructing an instance of SlackCheckAuthParams.
builder() - function in app.knock.api.models.providers.slack.SlackCheckAuthResponse.Companion
Returns a mutable builder for constructing an instance of SlackCheckAuthResponse.
builder() - function in app.knock.api.models.providers.slack.SlackCheckAuthResponse.Connection.Companion
Returns a mutable builder for constructing an instance of Connection.
builder() - function in app.knock.api.models.providers.slack.SlackListChannelsPage.Companion
Returns a mutable builder for constructing an instance of SlackListChannelsPage.
builder() - function in app.knock.api.models.providers.slack.SlackListChannelsPageAsync.Companion
Returns a mutable builder for constructing an instance of SlackListChannelsPageAsync.
builder() - function in app.knock.api.models.providers.slack.SlackListChannelsPageResponse.Companion
Returns a mutable builder for constructing an instance of SlackListChannelsPageResponse.
builder() - function in app.knock.api.models.providers.slack.SlackListChannelsParams.Companion
Returns a mutable builder for constructing an instance of SlackListChannelsParams.
builder() - function in app.knock.api.models.providers.slack.SlackListChannelsParams.QueryOptions.Companion
Returns a mutable builder for constructing an instance of QueryOptions.
builder() - function in app.knock.api.models.providers.slack.SlackListChannelsResponse.Companion
Returns a mutable builder for constructing an instance of SlackListChannelsResponse.
builder() - function in app.knock.api.models.providers.slack.SlackRevokeAccessParams.Companion
Returns a mutable builder for constructing an instance of SlackRevokeAccessParams.
builder() - function in app.knock.api.models.providers.slack.SlackRevokeAccessResponse.Companion
Returns a mutable builder for constructing an instance of SlackRevokeAccessResponse.
builder() - function in app.knock.api.models.recipients.RecipientReference.ObjectReference.Companion
Returns a mutable builder for constructing an instance of ObjectReference.
builder() - function in app.knock.api.models.recipients.channeldata.ChannelData.Companion
Returns a mutable builder for constructing an instance of ChannelData.
builder() - function in app.knock.api.models.recipients.channeldata.ChannelDataRequest.Companion
Returns a mutable builder for constructing an instance of ChannelDataRequest.
builder() - function in app.knock.api.models.recipients.channeldata.DiscordChannelData.Companion
Returns a mutable builder for constructing an instance of DiscordChannelData.
builder() - function in app.knock.api.models.recipients.channeldata.DiscordChannelData.Connection.DiscordChannelConnection.Companion
Returns a mutable builder for constructing an instance of DiscordChannelConnection.
builder() - function in app.knock.api.models.recipients.channeldata.DiscordChannelData.Connection.DiscordIncomingWebhookConnection.Companion
Returns a mutable builder for constructing an instance of DiscordIncomingWebhookConnection.
builder() - function in app.knock.api.models.recipients.channeldata.DiscordChannelData.Connection.DiscordIncomingWebhookConnection.IncomingWebhook.Companion
Returns a mutable builder for constructing an instance of IncomingWebhook.
builder() - function in app.knock.api.models.recipients.channeldata.InlineChannelDataRequest.Companion
Returns a mutable builder for constructing an instance of InlineChannelDataRequest.
builder() - function in app.knock.api.models.recipients.channeldata.MsTeamsChannelData.Companion
Returns a mutable builder for constructing an instance of MsTeamsChannelData.
builder() - function in app.knock.api.models.recipients.channeldata.MsTeamsChannelData.Connection.MsTeamsIncomingWebhookConnection.Companion
Returns a mutable builder for constructing an instance of MsTeamsIncomingWebhookConnection.
builder() - function in app.knock.api.models.recipients.channeldata.MsTeamsChannelData.Connection.MsTeamsIncomingWebhookConnection.IncomingWebhook.Companion
Returns a mutable builder for constructing an instance of IncomingWebhook.
builder() - function in app.knock.api.models.recipients.channeldata.MsTeamsChannelData.Connection.MsTeamsTokenConnection.Companion
Returns a mutable builder for constructing an instance of MsTeamsTokenConnection.
builder() - function in app.knock.api.models.recipients.channeldata.OneSignalChannelData.Companion
Returns a mutable builder for constructing an instance of OneSignalChannelData.
builder() - function in app.knock.api.models.recipients.channeldata.PushChannelData.Companion
Returns a mutable builder for constructing an instance of PushChannelData.
builder() - function in app.knock.api.models.recipients.channeldata.SlackChannelData.Companion
Returns a mutable builder for constructing an instance of SlackChannelData.
builder() - function in app.knock.api.models.recipients.channeldata.SlackChannelData.Connection.SlackIncomingWebhookConnection.Companion
Returns a mutable builder for constructing an instance of SlackIncomingWebhookConnection.
builder() - function in app.knock.api.models.recipients.channeldata.SlackChannelData.Connection.SlackTokenConnection.Companion
Returns a mutable builder for constructing an instance of SlackTokenConnection.
builder() - function in app.knock.api.models.recipients.channeldata.SlackChannelData.Token.Companion
Returns a mutable builder for constructing an instance of Token.
builder() - function in app.knock.api.models.recipients.preferences.InlinePreferenceSetRequest.Companion
Returns a mutable builder for constructing an instance of InlinePreferenceSetRequest.
builder() - function in app.knock.api.models.recipients.preferences.PreferenceSet.Categories.Companion
Returns a mutable builder for constructing an instance of Categories.
builder() - function in app.knock.api.models.recipients.preferences.PreferenceSet.Companion
Returns a mutable builder for constructing an instance of PreferenceSet.
builder() - function in app.knock.api.models.recipients.preferences.PreferenceSet.Workflows.Companion
Returns a mutable builder for constructing an instance of Workflows.
builder() - function in app.knock.api.models.recipients.preferences.PreferenceSetChannelTypeSetting.Companion
Returns a mutable builder for constructing an instance of PreferenceSetChannelTypeSetting.
builder() - function in app.knock.api.models.recipients.preferences.PreferenceSetChannelTypes.Companion
Returns a mutable builder for constructing an instance of PreferenceSetChannelTypes.
builder() - function in app.knock.api.models.recipients.preferences.PreferenceSetRequest.Categories.Companion
Returns a mutable builder for constructing an instance of Categories.
builder() - function in app.knock.api.models.recipients.preferences.PreferenceSetRequest.Companion
Returns a mutable builder for constructing an instance of PreferenceSetRequest.
builder() - function in app.knock.api.models.recipients.preferences.PreferenceSetRequest.Workflows.Companion
Returns a mutable builder for constructing an instance of Workflows.
builder() - function in app.knock.api.models.recipients.subscriptions.Subscription.Companion
Returns a mutable builder for constructing an instance of Subscription.
builder() - function in app.knock.api.models.recipients.subscriptions.Subscription.Properties.Companion
Returns a mutable builder for constructing an instance of Properties.
builder() - function in app.knock.api.models.schedules.Schedule.Companion
Returns a mutable builder for constructing an instance of Schedule.
builder() - function in app.knock.api.models.schedules.Schedule.Data.Companion
Returns a mutable builder for constructing an instance of Data.
builder() - function in app.knock.api.models.schedules.ScheduleCreateParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.schedules.ScheduleCreateParams.Companion
Returns a mutable builder for constructing an instance of ScheduleCreateParams.
builder() - function in app.knock.api.models.schedules.ScheduleCreateParams.Data.Companion
Returns a mutable builder for constructing an instance of Data.
builder() - function in app.knock.api.models.schedules.ScheduleDeleteParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.schedules.ScheduleDeleteParams.Companion
Returns a mutable builder for constructing an instance of ScheduleDeleteParams.
builder() - function in app.knock.api.models.schedules.ScheduleListPage.Companion
Returns a mutable builder for constructing an instance of ScheduleListPage.
builder() - function in app.knock.api.models.schedules.ScheduleListPageAsync.Companion
Returns a mutable builder for constructing an instance of ScheduleListPageAsync.
builder() - function in app.knock.api.models.schedules.ScheduleListPageResponse.Companion
Returns a mutable builder for constructing an instance of ScheduleListPageResponse.
builder() - function in app.knock.api.models.schedules.ScheduleListParams.Companion
Returns a mutable builder for constructing an instance of ScheduleListParams.
builder() - function in app.knock.api.models.schedules.ScheduleRepeatRule.Companion
Returns a mutable builder for constructing an instance of ScheduleRepeatRule.
builder() - function in app.knock.api.models.schedules.ScheduleUpdateParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.schedules.ScheduleUpdateParams.Companion
Returns a mutable builder for constructing an instance of ScheduleUpdateParams.
builder() - function in app.knock.api.models.schedules.ScheduleUpdateParams.Data.Companion
Returns a mutable builder for constructing an instance of Data.
builder() - function in app.knock.api.models.schedules.bulk.BulkCreateParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.schedules.bulk.BulkCreateParams.Companion
Returns a mutable builder for constructing an instance of BulkCreateParams.
builder() - function in app.knock.api.models.schedules.bulk.BulkCreateParams.Schedule.Companion
Returns a mutable builder for constructing an instance of Schedule.
builder() - function in app.knock.api.models.schedules.bulk.BulkCreateParams.Schedule.Data.Companion
Returns a mutable builder for constructing an instance of Data.
builder() - function in app.knock.api.models.shared.Condition.Companion
Returns a mutable builder for constructing an instance of Condition.
builder() - function in app.knock.api.models.shared.PageInfo.Companion
Returns a mutable builder for constructing an instance of PageInfo.
builder() - function in app.knock.api.models.tenants.Tenant.Companion
Returns a mutable builder for constructing an instance of Tenant.
builder() - function in app.knock.api.models.tenants.Tenant.Settings.Branding.Companion
Returns a mutable builder for constructing an instance of Branding.
builder() - function in app.knock.api.models.tenants.Tenant.Settings.Companion
Returns a mutable builder for constructing an instance of Settings.
builder() - function in app.knock.api.models.tenants.TenantDeleteParams.Companion
Returns a mutable builder for constructing an instance of TenantDeleteParams.
builder() - function in app.knock.api.models.tenants.TenantGetParams.Companion
Returns a mutable builder for constructing an instance of TenantGetParams.
builder() - function in app.knock.api.models.tenants.TenantListPage.Companion
Returns a mutable builder for constructing an instance of TenantListPage.
builder() - function in app.knock.api.models.tenants.TenantListPageAsync.Companion
Returns a mutable builder for constructing an instance of TenantListPageAsync.
builder() - function in app.knock.api.models.tenants.TenantListPageResponse.Companion
Returns a mutable builder for constructing an instance of TenantListPageResponse.
builder() - function in app.knock.api.models.tenants.TenantListParams.Companion
Returns a mutable builder for constructing an instance of TenantListParams.
builder() - function in app.knock.api.models.tenants.TenantRequest.Companion
Returns a mutable builder for constructing an instance of TenantRequest.
builder() - function in app.knock.api.models.tenants.TenantRequest.Settings.Branding.Companion
Returns a mutable builder for constructing an instance of Branding.
builder() - function in app.knock.api.models.tenants.TenantRequest.Settings.Companion
Returns a mutable builder for constructing an instance of Settings.
builder() - function in app.knock.api.models.tenants.TenantSetParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.tenants.TenantSetParams.Companion
Returns a mutable builder for constructing an instance of TenantSetParams.
builder() - function in app.knock.api.models.tenants.TenantSetParams.Settings.Branding.Companion
Returns a mutable builder for constructing an instance of Branding.
builder() - function in app.knock.api.models.tenants.TenantSetParams.Settings.Companion
Returns a mutable builder for constructing an instance of Settings.
builder() - function in app.knock.api.models.tenants.bulk.BulkDeleteParams.Companion
Returns a mutable builder for constructing an instance of BulkDeleteParams.
builder() - function in app.knock.api.models.tenants.bulk.BulkSetParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.tenants.bulk.BulkSetParams.Companion
Returns a mutable builder for constructing an instance of BulkSetParams.
builder() - function in app.knock.api.models.users.IdentifyUserRequest.Companion
Returns a mutable builder for constructing an instance of IdentifyUserRequest.
builder() - function in app.knock.api.models.users.InlineIdentifyUserRequest.Companion
Returns a mutable builder for constructing an instance of InlineIdentifyUserRequest.
builder() - function in app.knock.api.models.users.User.Companion
Returns a mutable builder for constructing an instance of User.
builder() - function in app.knock.api.models.users.UserDeleteParams.Companion
Returns a mutable builder for constructing an instance of UserDeleteParams.
builder() - function in app.knock.api.models.users.UserGetChannelDataParams.Companion
Returns a mutable builder for constructing an instance of UserGetChannelDataParams.
builder() - function in app.knock.api.models.users.UserGetParams.Companion
Returns a mutable builder for constructing an instance of UserGetParams.
builder() - function in app.knock.api.models.users.UserGetPreferencesParams.Companion
Returns a mutable builder for constructing an instance of UserGetPreferencesParams.
builder() - function in app.knock.api.models.users.UserListMessagesPage.Companion
Returns a mutable builder for constructing an instance of UserListMessagesPage.
builder() - function in app.knock.api.models.users.UserListMessagesPageAsync.Companion
Returns a mutable builder for constructing an instance of UserListMessagesPageAsync.
builder() - function in app.knock.api.models.users.UserListMessagesPageResponse.Companion
Returns a mutable builder for constructing an instance of UserListMessagesPageResponse.
builder() - function in app.knock.api.models.users.UserListMessagesParams.Companion
Returns a mutable builder for constructing an instance of UserListMessagesParams.
builder() - function in app.knock.api.models.users.UserListMessagesParams.InsertedAt.Companion
Returns a mutable builder for constructing an instance of InsertedAt.
builder() - function in app.knock.api.models.users.UserListPage.Companion
Returns a mutable builder for constructing an instance of UserListPage.
builder() - function in app.knock.api.models.users.UserListPageAsync.Companion
Returns a mutable builder for constructing an instance of UserListPageAsync.
builder() - function in app.knock.api.models.users.UserListPageResponse.Companion
Returns a mutable builder for constructing an instance of UserListPageResponse.
builder() - function in app.knock.api.models.users.UserListParams.Companion
Returns a mutable builder for constructing an instance of UserListParams.
builder() - function in app.knock.api.models.users.UserListPreferencesParams.Companion
Returns a mutable builder for constructing an instance of UserListPreferencesParams.
builder() - function in app.knock.api.models.users.UserListSchedulesPage.Companion
Returns a mutable builder for constructing an instance of UserListSchedulesPage.
builder() - function in app.knock.api.models.users.UserListSchedulesPageAsync.Companion
Returns a mutable builder for constructing an instance of UserListSchedulesPageAsync.
builder() - function in app.knock.api.models.users.UserListSchedulesPageResponse.Companion
Returns a mutable builder for constructing an instance of UserListSchedulesPageResponse.
builder() - function in app.knock.api.models.users.UserListSchedulesParams.Companion
Returns a mutable builder for constructing an instance of UserListSchedulesParams.
builder() - function in app.knock.api.models.users.UserListSubscriptionsPage.Companion
Returns a mutable builder for constructing an instance of UserListSubscriptionsPage.
builder() - function in app.knock.api.models.users.UserListSubscriptionsPageAsync.Companion
Returns a mutable builder for constructing an instance of UserListSubscriptionsPageAsync.
builder() - function in app.knock.api.models.users.UserListSubscriptionsPageResponse.Companion
Returns a mutable builder for constructing an instance of UserListSubscriptionsPageResponse.
builder() - function in app.knock.api.models.users.UserListSubscriptionsParams.Companion
Returns a mutable builder for constructing an instance of UserListSubscriptionsParams.
builder() - function in app.knock.api.models.users.UserMergeParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.users.UserMergeParams.Companion
Returns a mutable builder for constructing an instance of UserMergeParams.
builder() - function in app.knock.api.models.users.UserSetChannelDataParams.Companion
Returns a mutable builder for constructing an instance of UserSetChannelDataParams.
builder() - function in app.knock.api.models.users.UserSetPreferencesParams.Companion
Returns a mutable builder for constructing an instance of UserSetPreferencesParams.
builder() - function in app.knock.api.models.users.UserUnsetChannelDataParams.Companion
Returns a mutable builder for constructing an instance of UserUnsetChannelDataParams.
builder() - function in app.knock.api.models.users.UserUpdateParams.Companion
Returns a mutable builder for constructing an instance of UserUpdateParams.
builder() - function in app.knock.api.models.users.bulk.BulkDeleteParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.users.bulk.BulkDeleteParams.Companion
Returns a mutable builder for constructing an instance of BulkDeleteParams.
builder() - function in app.knock.api.models.users.bulk.BulkIdentifyParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.users.bulk.BulkIdentifyParams.Companion
Returns a mutable builder for constructing an instance of BulkIdentifyParams.
builder() - function in app.knock.api.models.users.bulk.BulkSetPreferencesParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.users.bulk.BulkSetPreferencesParams.Companion
Returns a mutable builder for constructing an instance of BulkSetPreferencesParams.
builder() - function in app.knock.api.models.users.feeds.FeedGetSettingsParams.Companion
Returns a mutable builder for constructing an instance of FeedGetSettingsParams.
builder() - function in app.knock.api.models.users.feeds.FeedGetSettingsResponse.Companion
Returns a mutable builder for constructing an instance of FeedGetSettingsResponse.
builder() - function in app.knock.api.models.users.feeds.FeedGetSettingsResponse.Features.Companion
Returns a mutable builder for constructing an instance of Features.
builder() - function in app.knock.api.models.users.feeds.FeedListItemsPage.Companion
Returns a mutable builder for constructing an instance of FeedListItemsPage.
builder() - function in app.knock.api.models.users.feeds.FeedListItemsPageAsync.Companion
Returns a mutable builder for constructing an instance of FeedListItemsPageAsync.
builder() - function in app.knock.api.models.users.feeds.FeedListItemsPageResponse.Companion
Returns a mutable builder for constructing an instance of FeedListItemsPageResponse.
builder() - function in app.knock.api.models.users.feeds.FeedListItemsPageResponse.Meta.Companion
Returns a mutable builder for constructing an instance of Meta.
builder() - function in app.knock.api.models.users.feeds.FeedListItemsPageResponse.Vars.Companion
Returns a mutable builder for constructing an instance of Vars.
builder() - function in app.knock.api.models.users.feeds.FeedListItemsParams.Companion
Returns a mutable builder for constructing an instance of FeedListItemsParams.
builder() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Button.Companion
Returns a mutable builder for constructing an instance of Button.
builder() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Companion
Returns a mutable builder for constructing an instance of MessageInAppFeedButtonSetBlock.
builder() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Block.MessageInAppFeedContentBlock.Companion
Returns a mutable builder for constructing an instance of MessageInAppFeedContentBlock.
builder() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Companion
Returns a mutable builder for constructing an instance of FeedListItemsResponse.
builder() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Data.Companion
Returns a mutable builder for constructing an instance of Data.
builder() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Source.Companion
Returns a mutable builder for constructing an instance of Source.
builder() - function in app.knock.api.models.users.guides.GuideGetChannelParams.Companion
Returns a mutable builder for constructing an instance of GuideGetChannelParams.
builder() - function in app.knock.api.models.users.guides.GuideGetChannelResponse.Companion
Returns a mutable builder for constructing an instance of GuideGetChannelResponse.
builder() - function in app.knock.api.models.users.guides.GuideGetChannelResponse.Guide.Companion
Returns a mutable builder for constructing an instance of Guide.
builder() - function in app.knock.api.models.users.guides.GuideGetChannelResponse.Guide.Metadata.Companion
Returns a mutable builder for constructing an instance of Metadata.
builder() - function in app.knock.api.models.users.guides.GuideGetChannelResponse.Recipient.Companion
Returns a mutable builder for constructing an instance of Recipient.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedParams.Companion
Returns a mutable builder for constructing an instance of GuideMarkMessageAsArchivedParams.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedParams.Content.Companion
Returns a mutable builder for constructing an instance of Content.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedParams.Data.Companion
Returns a mutable builder for constructing an instance of Data.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedParams.Metadata.Companion
Returns a mutable builder for constructing an instance of Metadata.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsArchivedResponse.Companion
Returns a mutable builder for constructing an instance of GuideMarkMessageAsArchivedResponse.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedParams.Companion
Returns a mutable builder for constructing an instance of GuideMarkMessageAsInteractedParams.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedParams.Content.Companion
Returns a mutable builder for constructing an instance of Content.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedParams.Data.Companion
Returns a mutable builder for constructing an instance of Data.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedParams.Metadata.Companion
Returns a mutable builder for constructing an instance of Metadata.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsInteractedResponse.Companion
Returns a mutable builder for constructing an instance of GuideMarkMessageAsInteractedResponse.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenParams.Companion
Returns a mutable builder for constructing an instance of GuideMarkMessageAsSeenParams.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenParams.Content.Companion
Returns a mutable builder for constructing an instance of Content.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenParams.Data.Companion
Returns a mutable builder for constructing an instance of Data.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenParams.Metadata.Companion
Returns a mutable builder for constructing an instance of Metadata.
builder() - function in app.knock.api.models.users.guides.GuideMarkMessageAsSeenResponse.Companion
Returns a mutable builder for constructing an instance of GuideMarkMessageAsSeenResponse.
builder() - function in app.knock.api.models.workflows.WorkflowCancelParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.workflows.WorkflowCancelParams.Companion
Returns a mutable builder for constructing an instance of WorkflowCancelParams.
builder() - function in app.knock.api.models.workflows.WorkflowTriggerParams.Body.Companion
Returns a mutable builder for constructing an instance of Body.
builder() - function in app.knock.api.models.workflows.WorkflowTriggerParams.Companion
Returns a mutable builder for constructing an instance of WorkflowTriggerParams.
builder() - function in app.knock.api.models.workflows.WorkflowTriggerParams.Data.Companion
Returns a mutable builder for constructing an instance of Data.
builder() - function in app.knock.api.models.workflows.WorkflowTriggerResponse.Companion
Returns a mutable builder for constructing an instance of WorkflowTriggerResponse.
bulk() - function in app.knock.api.services.async.ChannelServiceAsync
 
bulk() - function in app.knock.api.services.async.ChannelServiceAsync.WithRawResponse
 
bulk() - function in app.knock.api.services.async.ChannelServiceAsyncImpl
 
bulk() - function in app.knock.api.services.async.ChannelServiceAsyncImpl.WithRawResponseImpl
 
bulk() - function in app.knock.api.services.async.ObjectServiceAsync
 
bulk() - function in app.knock.api.services.async.ObjectServiceAsync.WithRawResponse
 
bulk() - function in app.knock.api.services.async.ObjectServiceAsyncImpl
 
bulk() - function in app.knock.api.services.async.ObjectServiceAsyncImpl.WithRawResponseImpl
 
bulk() - function in app.knock.api.services.async.ScheduleServiceAsync
 
bulk() - function in app.knock.api.services.async.ScheduleServiceAsync.WithRawResponse
 
bulk() - function in app.knock.api.services.async.ScheduleServiceAsyncImpl
 
bulk() - function in app.knock.api.services.async.ScheduleServiceAsyncImpl.WithRawResponseImpl
 
bulk() - function in app.knock.api.services.async.TenantServiceAsync
 
bulk() - function in app.knock.api.services.async.TenantServiceAsync.WithRawResponse
 
bulk() - function in app.knock.api.services.async.TenantServiceAsyncImpl
 
bulk() - function in app.knock.api.services.async.TenantServiceAsyncImpl.WithRawResponseImpl
 
bulk() - function in app.knock.api.services.async.UserServiceAsync
 
bulk() - function in app.knock.api.services.async.UserServiceAsync.WithRawResponse
 
bulk() - function in app.knock.api.services.async.UserServiceAsyncImpl
 
bulk() - function in app.knock.api.services.async.UserServiceAsyncImpl.WithRawResponseImpl
 
bulk() - function in app.knock.api.services.blocking.ChannelService
 
bulk() - function in app.knock.api.services.blocking.ChannelService.WithRawResponse
 
bulk() - function in app.knock.api.services.blocking.ChannelServiceImpl
 
bulk() - function in app.knock.api.services.blocking.ChannelServiceImpl.WithRawResponseImpl
 
bulk() - function in app.knock.api.services.blocking.ObjectService
 
bulk() - function in app.knock.api.services.blocking.ObjectService.WithRawResponse
 
bulk() - function in app.knock.api.services.blocking.ObjectServiceImpl
 
bulk() - function in app.knock.api.services.blocking.ObjectServiceImpl.WithRawResponseImpl
 
bulk() - function in app.knock.api.services.blocking.ScheduleService
 
bulk() - function in app.knock.api.services.blocking.ScheduleService.WithRawResponse
 
bulk() - function in app.knock.api.services.blocking.ScheduleServiceImpl
 
bulk() - function in app.knock.api.services.blocking.ScheduleServiceImpl.WithRawResponseImpl
 
bulk() - function in app.knock.api.services.blocking.TenantService
 
bulk() - function in app.knock.api.services.blocking.TenantService.WithRawResponse
 
bulk() - function in app.knock.api.services.blocking.TenantServiceImpl
 
bulk() - function in app.knock.api.services.blocking.TenantServiceImpl.WithRawResponseImpl
 
bulk() - function in app.knock.api.services.blocking.UserService
 
bulk() - function in app.knock.api.services.blocking.UserService.WithRawResponse
 
bulk() - function in app.knock.api.services.blocking.UserServiceImpl
 
bulk() - function in app.knock.api.services.blocking.UserServiceImpl.WithRawResponseImpl
 
BulkAddSubscriptionsParams - class in app.knock.api.models.objects.bulk
Add subscriptions for all objects in a single collection.
BulkAddSubscriptionsParams.Body - class in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams
A request to upsert subscriptions for a set of objects in a single collection.
BulkAddSubscriptionsParams.Body.Builder - class in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Body
A builder for Body.
BulkAddSubscriptionsParams.Builder - class in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams
A builder for BulkAddSubscriptionsParams.
BulkAddSubscriptionsParams.Subscription - class in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams
 
BulkAddSubscriptionsParams.Subscription.Builder - class in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Subscription
A builder for Subscription.
BulkAddSubscriptionsParams.Subscription.Properties - class in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Subscription
The custom properties associated with the subscription relationship.
BulkAddSubscriptionsParams.Subscription.Properties.Builder - class in app.knock.api.models.objects.bulk.BulkAddSubscriptionsParams.Subscription.Properties
A builder for Properties.
BulkCreateParams - class in app.knock.api.models.schedules.bulk
Bulk creates up to 1,000 schedules at a time.
BulkCreateParams.Body - class in app.knock.api.models.schedules.bulk.BulkCreateParams
A request to bulk create schedules.
BulkCreateParams.Body.Builder - class in app.knock.api.models.schedules.bulk.BulkCreateParams.Body
A builder for Body.
BulkCreateParams.Builder - class in app.knock.api.models.schedules.bulk.BulkCreateParams
A builder for BulkCreateParams.
BulkCreateParams.Schedule - class in app.knock.api.models.schedules.bulk.BulkCreateParams
A schedule represents a recurring workflow execution.
BulkCreateParams.Schedule.Builder - class in app.knock.api.models.schedules.bulk.BulkCreateParams.Schedule
A builder for Schedule.
BulkCreateParams.Schedule.Data - class in app.knock.api.models.schedules.bulk.BulkCreateParams.Schedule
An optional map of data to pass into the workflow execution.
BulkCreateParams.Schedule.Data.Builder - class in app.knock.api.models.schedules.bulk.BulkCreateParams.Schedule.Data
A builder for Data.
BulkDeleteParams - class in app.knock.api.models.objects.bulk
Bulk deletes objects from the specified collection.
BulkDeleteParams - class in app.knock.api.models.tenants.bulk
Delete multiple tenants in a single operation.
BulkDeleteParams - class in app.knock.api.models.users.bulk
Deletes multiple users in a single operation.
BulkDeleteParams.Body - class in app.knock.api.models.objects.bulk.BulkDeleteParams
Request body for bulk deleting objects.
BulkDeleteParams.Body - class in app.knock.api.models.users.bulk.BulkDeleteParams
A request to delete users in bulk.
BulkDeleteParams.Body.Builder - class in app.knock.api.models.objects.bulk.BulkDeleteParams.Body
A builder for Body.
BulkDeleteParams.Body.Builder - class in app.knock.api.models.users.bulk.BulkDeleteParams.Body
A builder for Body.
BulkDeleteParams.Builder - class in app.knock.api.models.objects.bulk.BulkDeleteParams
A builder for BulkDeleteParams.
BulkDeleteParams.Builder - class in app.knock.api.models.tenants.bulk.BulkDeleteParams
A builder for BulkDeleteParams.
BulkDeleteParams.Builder - class in app.knock.api.models.users.bulk.BulkDeleteParams
A builder for BulkDeleteParams.
BulkIdentifyParams - class in app.knock.api.models.users.bulk
Identifies multiple users in a single operation.
BulkIdentifyParams.Body - class in app.knock.api.models.users.bulk.BulkIdentifyParams
A request to identify a list of users.
BulkIdentifyParams.Body.Builder - class in app.knock.api.models.users.bulk.BulkIdentifyParams.Body
A builder for Body.
BulkIdentifyParams.Builder - class in app.knock.api.models.users.bulk.BulkIdentifyParams
A builder for BulkIdentifyParams.
BulkOperation - class in app.knock.api.models.bulkoperations
A bulk operation entity.
BulkOperation.Builder - class in app.knock.api.models.bulkoperations.BulkOperation
A builder for BulkOperation.
BulkOperation.ErrorItem - class in app.knock.api.models.bulkoperations.BulkOperation
 
BulkOperation.ErrorItem.Builder - class in app.knock.api.models.bulkoperations.BulkOperation.ErrorItem
A builder for ErrorItem.
BulkOperation.Status - class in app.knock.api.models.bulkoperations.BulkOperation
The status of the bulk operation.
BulkOperation.Status.Known - class in app.knock.api.models.bulkoperations.BulkOperation.Status
An enum containing Status's known values.
BulkOperation.Status.Value - class in app.knock.api.models.bulkoperations.BulkOperation.Status
An enum containing Status's known values, as well as an _UNKNOWN member.
BulkOperationGetParams - class in app.knock.api.models.bulkoperations
Retrieves a bulk operation (if it exists) and displays the current state of it.
BulkOperationGetParams.Builder - class in app.knock.api.models.bulkoperations.BulkOperationGetParams
A builder for BulkOperationGetParams.
bulkOperations() - function in app.knock.api.client.KnockClient
 
bulkOperations() - function in app.knock.api.client.KnockClient.WithRawResponse
 
bulkOperations() - function in app.knock.api.client.KnockClientAsync
 
bulkOperations() - function in app.knock.api.client.KnockClientAsync.WithRawResponse
 
bulkOperations() - function in app.knock.api.client.KnockClientAsyncImpl
 
bulkOperations() - function in app.knock.api.client.KnockClientAsyncImpl.WithRawResponseImpl
 
bulkOperations() - function in app.knock.api.client.KnockClientImpl
 
bulkOperations() - function in app.knock.api.client.KnockClientImpl.WithRawResponseImpl
 
BulkOperationService - class in app.knock.api.services.blocking
 
BulkOperationService.WithRawResponse - class in app.knock.api.services.blocking.BulkOperationService
A view of BulkOperationService that provides access to raw HTTP responses for each method.
BulkOperationServiceAsync - class in app.knock.api.services.async
 
BulkOperationServiceAsync.WithRawResponse - class in app.knock.api.services.async.BulkOperationServiceAsync
A view of BulkOperationServiceAsync that provides access to raw HTTP responses for each method.
BulkOperationServiceAsyncImpl - class in app.knock.api.services.async
 
BulkOperationServiceAsyncImpl.WithRawResponseImpl - class in app.knock.api.services.async.BulkOperationServiceAsyncImpl
 
BulkOperationServiceImpl - class in app.knock.api.services.blocking
 
BulkOperationServiceImpl.WithRawResponseImpl - class in app.knock.api.services.blocking.BulkOperationServiceImpl
 
BulkService - class in app.knock.api.services.blocking.channels
 
BulkService - class in app.knock.api.services.blocking.objects
 
BulkService - class in app.knock.api.services.blocking.schedules
 
BulkService - class in app.knock.api.services.blocking.tenants
 
BulkService - class in app.knock.api.services.blocking.users
 
BulkService.WithRawResponse - class in app.knock.api.services.blocking.channels.BulkService
A view of BulkService that provides access to raw HTTP responses for each method.
BulkService.WithRawResponse - class in app.knock.api.services.blocking.objects.BulkService
A view of BulkService that provides access to raw HTTP responses for each method.
BulkService.WithRawResponse - class in app.knock.api.services.blocking.schedules.BulkService
A view of BulkService that provides access to raw HTTP responses for each method.
BulkService.WithRawResponse - class in app.knock.api.services.blocking.tenants.BulkService
A view of BulkService that provides access to raw HTTP responses for each method.
BulkService.WithRawResponse - class in app.knock.api.services.blocking.users.BulkService
A view of BulkService that provides access to raw HTTP responses for each method.
BulkServiceAsync - class in app.knock.api.services.async.channels
 
BulkServiceAsync - class in app.knock.api.services.async.objects
 
BulkServiceAsync - class in app.knock.api.services.async.schedules
 
BulkServiceAsync - class in app.knock.api.services.async.tenants
 
BulkServiceAsync - class in app.knock.api.services.async.users
 
BulkServiceAsync.WithRawResponse - class in app.knock.api.services.async.channels.BulkServiceAsync
A view of BulkServiceAsync that provides access to raw HTTP responses for each method.
BulkServiceAsync.WithRawResponse - class in app.knock.api.services.async.objects.BulkServiceAsync
A view of BulkServiceAsync that provides access to raw HTTP responses for each method.
BulkServiceAsync.WithRawResponse - class in app.knock.api.services.async.schedules.BulkServiceAsync
A view of BulkServiceAsync that provides access to raw HTTP responses for each method.
BulkServiceAsync.WithRawResponse - class in app.knock.api.services.async.tenants.BulkServiceAsync
A view of BulkServiceAsync that provides access to raw HTTP responses for each method.
BulkServiceAsync.WithRawResponse - class in app.knock.api.services.async.users.BulkServiceAsync
A view of BulkServiceAsync that provides access to raw HTTP responses for each method.
BulkServiceAsyncImpl - class in app.knock.api.services.async.channels
 
BulkServiceAsyncImpl - class in app.knock.api.services.async.objects
 
BulkServiceAsyncImpl - class in app.knock.api.services.async.schedules
 
BulkServiceAsyncImpl - class in app.knock.api.services.async.tenants
 
BulkServiceAsyncImpl - class in app.knock.api.services.async.users
 
BulkServiceAsyncImpl.WithRawResponseImpl - class in app.knock.api.services.async.channels.BulkServiceAsyncImpl
 
BulkServiceAsyncImpl.WithRawResponseImpl - class in app.knock.api.services.async.objects.BulkServiceAsyncImpl
 
BulkServiceAsyncImpl.WithRawResponseImpl - class in app.knock.api.services.async.schedules.BulkServiceAsyncImpl
 
BulkServiceAsyncImpl.WithRawResponseImpl - class in app.knock.api.services.async.tenants.BulkServiceAsyncImpl
 
BulkServiceAsyncImpl.WithRawResponseImpl - class in app.knock.api.services.async.users.BulkServiceAsyncImpl
 
BulkServiceImpl - class in app.knock.api.services.blocking.channels
 
BulkServiceImpl - class in app.knock.api.services.blocking.objects
 
BulkServiceImpl - class in app.knock.api.services.blocking.schedules
 
BulkServiceImpl - class in app.knock.api.services.blocking.tenants
 
BulkServiceImpl - class in app.knock.api.services.blocking.users
 
BulkServiceImpl.WithRawResponseImpl - class in app.knock.api.services.blocking.channels.BulkServiceImpl
 
BulkServiceImpl.WithRawResponseImpl - class in app.knock.api.services.blocking.objects.BulkServiceImpl
 
BulkServiceImpl.WithRawResponseImpl - class in app.knock.api.services.blocking.schedules.BulkServiceImpl
 
BulkServiceImpl.WithRawResponseImpl - class in app.knock.api.services.blocking.tenants.BulkServiceImpl
 
BulkServiceImpl.WithRawResponseImpl - class in app.knock.api.services.blocking.users.BulkServiceImpl
 
BulkSetParams - class in app.knock.api.models.objects.bulk
Bulk sets up to 1,000 objects at a time in the specified collection.
BulkSetParams - class in app.knock.api.models.tenants.bulk
Set or update up to 1,000 tenants in a single operation.
BulkSetParams.Body - class in app.knock.api.models.objects.bulk.BulkSetParams
A request to set objects in bulk.
BulkSetParams.Body - class in app.knock.api.models.tenants.bulk.BulkSetParams
A request to set tenants in bulk.
BulkSetParams.Body.Builder - class in app.knock.api.models.objects.bulk.BulkSetParams.Body
A builder for Body.
BulkSetParams.Body.Builder - class in app.knock.api.models.tenants.bulk.BulkSetParams.Body
A builder for Body.
BulkSetParams.Builder - class in app.knock.api.models.objects.bulk.BulkSetParams
A builder for BulkSetParams.
BulkSetParams.Builder - class in app.knock.api.models.tenants.bulk.BulkSetParams
A builder for BulkSetParams.
BulkSetPreferencesParams - class in app.knock.api.models.users.bulk
Sets preferences for multiple users in a single operation.
BulkSetPreferencesParams.Body - class in app.knock.api.models.users.bulk.BulkSetPreferencesParams
A request to set preferences for a set of users in bulk.
BulkSetPreferencesParams.Body.Builder - class in app.knock.api.models.users.bulk.BulkSetPreferencesParams.Body
A builder for Body.
BulkSetPreferencesParams.Builder - class in app.knock.api.models.users.bulk.BulkSetPreferencesParams
A builder for BulkSetPreferencesParams.
BulkUpdateMessageStatusParams - class in app.knock.api.models.channels.bulk
Bulk update the status of messages for a specific channel.
BulkUpdateMessageStatusParams.Action - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams
 
BulkUpdateMessageStatusParams.Action.Known - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.Action
An enum containing Action's known values.
BulkUpdateMessageStatusParams.Action.Value - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.Action
An enum containing Action's known values, as well as an _UNKNOWN member.
BulkUpdateMessageStatusParams.Archived - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams
Limits the results to messages with the given archived status.
BulkUpdateMessageStatusParams.Archived.Known - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.Archived
An enum containing Archived's known values.
BulkUpdateMessageStatusParams.Archived.Value - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.Archived
An enum containing Archived's known values, as well as an _UNKNOWN member.
BulkUpdateMessageStatusParams.Body - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams
Updates message statuses in a specified channel.
BulkUpdateMessageStatusParams.Body.Builder - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.Body
A builder for Body.
BulkUpdateMessageStatusParams.Builder - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams
A builder for BulkUpdateMessageStatusParams.
BulkUpdateMessageStatusParams.DeliveryStatus - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams
Limits the results to messages with the given delivery status.
BulkUpdateMessageStatusParams.DeliveryStatus.Known - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.DeliveryStatus
An enum containing DeliveryStatus's known values.
BulkUpdateMessageStatusParams.DeliveryStatus.Value - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.DeliveryStatus
An enum containing DeliveryStatus's known values, as well as an _UNKNOWN member.
BulkUpdateMessageStatusParams.EngagementStatus - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams
Limits the results to messages with the given engagement status.
BulkUpdateMessageStatusParams.EngagementStatus.Known - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.EngagementStatus
An enum containing EngagementStatus's known values.
BulkUpdateMessageStatusParams.EngagementStatus.Value - class in app.knock.api.models.channels.bulk.BulkUpdateMessageStatusParams.EngagementStatus
An enum containing EngagementStatus's known values, as well as an _UNKNOWN member.
BUTTON_SET - enum entry in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Type.Known
 
BUTTON_SET - enum entry in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Type.Value
 
BUTTON_SET - enum entry in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Type.Known
 
BUTTON_SET - enum entry in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Type.Value
 
BUTTON_SET - enum entry in app.knock.api.models.users.feeds.FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Type.Known
 
BUTTON_SET - enum entry in app.knock.api.models.users.feeds.FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Type.Value
 
buttons() - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock
A list of buttons in an in app feed message.
buttons(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Builder
Sets Builder.buttons to an arbitrary JSON value.
buttons(java.util.List) - function in app.knock.api.models.messages.MessageGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Builder
A list of buttons in an in app feed message.
buttons() - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock
A list of buttons in an in app feed message.
buttons(app.knock.api.core.JsonField) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Builder
Sets Builder.buttons to an arbitrary JSON value.
buttons(java.util.List) - function in app.knock.api.models.messages.batch.BatchGetContentResponse.Data.MessageInAppFeedContent.Block.MessageInAppFeedButtonSetBlock.Builder
A list of buttons in an in app feed message.
buttons() - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock
A list of buttons in an in app feed message.
buttons(app.knock.api.core.JsonField) - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Builder
Sets Builder.buttons to an arbitrary JSON value.
buttons(java.util.List) - function in app.knock.api.models.users.feeds.FeedListItemsResponse.Block.MessageInAppFeedButtonSetBlock.Builder
A list of buttons in an in app feed message.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  _