Class BetaWebhookSessionStatusRescheduledEventData.Builder
-
- All Implemented Interfaces:
public final class BetaWebhookSessionStatusRescheduledEventData.BuilderA builder for BetaWebhookSessionStatusRescheduledEventData.
-
-
Method Summary
-
-
Method Detail
-
id
final BetaWebhookSessionStatusRescheduledEventData.Builder id(String id)
ID of the session that triggered the event.
-
id
final BetaWebhookSessionStatusRescheduledEventData.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
organizationId
final BetaWebhookSessionStatusRescheduledEventData.Builder organizationId(String organizationId)
-
organizationId
final BetaWebhookSessionStatusRescheduledEventData.Builder organizationId(JsonField<String> organizationId)
Sets Builder.organizationId to an arbitrary JSON value.
You should usually call Builder.organizationId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaWebhookSessionStatusRescheduledEventData.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("session.status_rescheduled")This method is primarily for setting the field to an undocumented or not yet supported value.
-
workspaceId
final BetaWebhookSessionStatusRescheduledEventData.Builder workspaceId(String workspaceId)
-
workspaceId
final BetaWebhookSessionStatusRescheduledEventData.Builder workspaceId(JsonField<String> workspaceId)
Sets Builder.workspaceId to an arbitrary JSON value.
You should usually call Builder.workspaceId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaWebhookSessionStatusRescheduledEventData.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaWebhookSessionStatusRescheduledEventData.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaWebhookSessionStatusRescheduledEventData.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaWebhookSessionStatusRescheduledEventData.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaWebhookSessionStatusRescheduledEventData.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaWebhookSessionStatusRescheduledEventData build()
Returns an immutable instance of BetaWebhookSessionStatusRescheduledEventData.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .organizationId() .workspaceId()
-
-
-
-