Package com.braintrustdata.api.models
Class ProjectTagUpdateParams.Body
-
- All Implemented Interfaces:
public final class ProjectTagUpdateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProjectTagUpdateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<String>color()Color of the tag for the UI final Optional<String>description()Textual description of the project tag final Optional<String>name()Name of the project tag final JsonField<String>_color()Returns the raw JSON value of color. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final ProjectTagUpdateParams.Body.BuildertoBuilder()final ProjectTagUpdateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectTagUpdateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
description
final Optional<String> description()
Textual description of the project tag
-
_color
final JsonField<String> _color()
Returns the raw JSON value of color.
Unlike color, this method doesn't throw if the JSON field has an unexpected type.
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ProjectTagUpdateParams.Body.Builder toBuilder()
-
validate
final ProjectTagUpdateParams.Body validate()
-
builder
final static ProjectTagUpdateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-