Package com.braintrustdata.api.models
Class ProjectTagListPageResponse.Builder
-
- All Implemented Interfaces:
public final class ProjectTagListPageResponse.BuilderA builder for ProjectTagListPageResponse.
-
-
Method Summary
Modifier and Type Method Description final ProjectTagListPageResponse.Builderobjects(List<ProjectTag> objects)A list of project_tag objects final ProjectTagListPageResponse.Builderobjects(JsonField<List<ProjectTag>> objects)Sets Builder.objects to an arbitrary JSON value. final ProjectTagListPageResponse.BuilderaddObject(ProjectTag object_)Adds a single ProjectTag to objects. final ProjectTagListPageResponse.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final ProjectTagListPageResponse.BuilderputAdditionalProperty(String key, JsonValue value)final ProjectTagListPageResponse.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final ProjectTagListPageResponse.BuilderremoveAdditionalProperty(String key)final ProjectTagListPageResponse.BuilderremoveAllAdditionalProperties(Set<String> keys)final ProjectTagListPageResponsebuild()Returns an immutable instance of ProjectTagListPageResponse. -
-
Method Detail
-
objects
final ProjectTagListPageResponse.Builder objects(List<ProjectTag> objects)
A list of project_tag objects
-
objects
final ProjectTagListPageResponse.Builder objects(JsonField<List<ProjectTag>> objects)
Sets Builder.objects to an arbitrary JSON value.
You should usually call Builder.objects with a well-typed
List<ProjectTag>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addObject
final ProjectTagListPageResponse.Builder addObject(ProjectTag object_)
Adds a single ProjectTag to objects.
-
additionalProperties
final ProjectTagListPageResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final ProjectTagListPageResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final ProjectTagListPageResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final ProjectTagListPageResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final ProjectTagListPageResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final ProjectTagListPageResponse build()
Returns an immutable instance of ProjectTagListPageResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.objects()
-
-
-
-