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