Class InviteListResponse.Item.Workspace.Builder
-
- All Implemented Interfaces:
public final class InviteListResponse.Item.Workspace.BuilderA builder for Workspace.
-
-
Method Summary
-
-
Method Detail
-
id
final InviteListResponse.Item.Workspace.Builder id(String id)
-
id
final InviteListResponse.Item.Workspace.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.
-
dateCreated
final InviteListResponse.Item.Workspace.Builder dateCreated(OffsetDateTime dateCreated)
-
dateCreated
final InviteListResponse.Item.Workspace.Builder dateCreated(JsonField<OffsetDateTime> dateCreated)
Sets Builder.dateCreated to an arbitrary JSON value.
You should usually call Builder.dateCreated with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
memberCount
final InviteListResponse.Item.Workspace.Builder memberCount(Long memberCount)
-
memberCount
final InviteListResponse.Item.Workspace.Builder memberCount(JsonField<Long> memberCount)
Sets Builder.memberCount to an arbitrary JSON value.
You should usually call Builder.memberCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
name
final InviteListResponse.Item.Workspace.Builder name(String name)
-
name
final InviteListResponse.Item.Workspace.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.
-
slug
final InviteListResponse.Item.Workspace.Builder slug(String slug)
-
slug
final InviteListResponse.Item.Workspace.Builder slug(JsonField<String> slug)
Sets Builder.slug to an arbitrary JSON value.
You should usually call Builder.slug 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 InviteListResponse.Item.Workspace.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final InviteListResponse.Item.Workspace.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final InviteListResponse.Item.Workspace.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final InviteListResponse.Item.Workspace.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final InviteListResponse.Item.Workspace.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final InviteListResponse.Item.Workspace build()
Returns an immutable instance of Workspace.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .dateCreated() .memberCount() .name() .slug()
-
-
-
-