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