Class AuditLogListResponse.ProjectCreated.Data.Builder
-
- All Implemented Interfaces:
public final class AuditLogListResponse.ProjectCreated.Data.BuilderA builder for Data.
-
-
Method Summary
-
-
Method Detail
-
name
final AuditLogListResponse.ProjectCreated.Data.Builder name(String name)
The project name.
-
name
final AuditLogListResponse.ProjectCreated.Data.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.
-
title
final AuditLogListResponse.ProjectCreated.Data.Builder title(String title)
The title of the project as seen on the dashboard.
-
title
final AuditLogListResponse.ProjectCreated.Data.Builder title(JsonField<String> title)
Sets Builder.title to an arbitrary JSON value.
You should usually call Builder.title 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.ProjectCreated.Data.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final AuditLogListResponse.ProjectCreated.Data.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final AuditLogListResponse.ProjectCreated.Data.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final AuditLogListResponse.ProjectCreated.Data.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final AuditLogListResponse.ProjectCreated.Data.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final AuditLogListResponse.ProjectCreated.Data build()
Returns an immutable instance of Data.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-