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