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