Class AuditLogListResponse.UserUpdated.ChangesRequested.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.UserUpdated.ChangesRequested.BuilderA builder for ChangesRequested.
-
-
Method Summary
Modifier and Type Method Description final AuditLogListResponse.UserUpdated.ChangesRequested.Builderrole(String role)The role of the user. final AuditLogListResponse.UserUpdated.ChangesRequested.Builderrole(JsonField<String> role)Sets Builder.role to an arbitrary JSON value. final AuditLogListResponse.UserUpdated.ChangesRequested.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final AuditLogListResponse.UserUpdated.ChangesRequested.BuilderputAdditionalProperty(String key, JsonValue value)final AuditLogListResponse.UserUpdated.ChangesRequested.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final AuditLogListResponse.UserUpdated.ChangesRequested.BuilderremoveAdditionalProperty(String key)final AuditLogListResponse.UserUpdated.ChangesRequested.BuilderremoveAllAdditionalProperties(Set<String> keys)final AuditLogListResponse.UserUpdated.ChangesRequestedbuild()Returns an immutable instance of ChangesRequested. -
-
Method Detail
-
role
final AuditLogListResponse.UserUpdated.ChangesRequested.Builder role(String role)
The role of the user. Is either
ownerormember.
-
role
final AuditLogListResponse.UserUpdated.ChangesRequested.Builder role(JsonField<String> role)
Sets Builder.role to an arbitrary JSON value.
You should usually call Builder.role 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 AuditLogListResponse.UserUpdated.ChangesRequested.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.UserUpdated.ChangesRequested.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.UserUpdated.ChangesRequested.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.UserUpdated.ChangesRequested.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.UserUpdated.ChangesRequested.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.UserUpdated.ChangesRequested build()
Returns an immutable instance of ChangesRequested.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-