Class AuditLogListResponse.InviteSent.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.InviteSent.BuilderA builder for InviteSent.
-
-
Method Summary
-
-
Method Detail
-
id
final AuditLogListResponse.InviteSent.Builder id(String id)
The ID of the invite.
-
id
final AuditLogListResponse.InviteSent.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.
-
data
final AuditLogListResponse.InviteSent.Builder data(AuditLogListResponse.InviteSent.Data data)
The payload used to create the invite.
-
data
final AuditLogListResponse.InviteSent.Builder data(JsonField<AuditLogListResponse.InviteSent.Data> data)
Sets Builder.data to an arbitrary JSON value.
You should usually call Builder.data with a well-typed Data value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final AuditLogListResponse.InviteSent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.InviteSent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.InviteSent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.InviteSent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.InviteSent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.InviteSent build()
Returns an immutable instance of InviteSent.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-