Class AuditLogListResponse.RoleUpdated.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.RoleUpdated.BuilderA builder for RoleUpdated.
-
-
Method Summary
-
-
Method Detail
-
id
final AuditLogListResponse.RoleUpdated.Builder id(String id)
The role ID.
-
id
final AuditLogListResponse.RoleUpdated.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.RoleUpdated.Builder changesRequested(AuditLogListResponse.RoleUpdated.ChangesRequested changesRequested)
The payload used to update the role.
-
changesRequested
final AuditLogListResponse.RoleUpdated.Builder changesRequested(JsonField<AuditLogListResponse.RoleUpdated.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.RoleUpdated.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.RoleUpdated.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.RoleUpdated.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.RoleUpdated.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.RoleUpdated.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.RoleUpdated build()
Returns an immutable instance of RoleUpdated.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-