Package com.braintrustdata.api.models
Class FunctionUpdateParams.FunctionData.Global
-
- All Implemented Interfaces:
public final class FunctionUpdateParams.FunctionData.Global
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFunctionUpdateParams.FunctionData.Global.BuilderA builder for Global.
public final classFunctionUpdateParams.FunctionData.Global.Type
-
Method Summary
Modifier and Type Method Description final Stringname()final FunctionUpdateParams.FunctionData.Global.Typetype()final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<FunctionUpdateParams.FunctionData.Global.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final FunctionUpdateParams.FunctionData.Globalvalidate()final FunctionUpdateParams.FunctionData.Global.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static FunctionUpdateParams.FunctionData.Global.Builderbuilder()Returns a mutable builder for constructing an instance of Global. -
-
Method Detail
-
type
final FunctionUpdateParams.FunctionData.Global.Type 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.
-
_type
final JsonField<FunctionUpdateParams.FunctionData.Global.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final FunctionUpdateParams.FunctionData.Global validate()
-
toBuilder
final FunctionUpdateParams.FunctionData.Global.Builder toBuilder()
-
builder
final static FunctionUpdateParams.FunctionData.Global.Builder builder()
Returns a mutable builder for constructing an instance of Global.
The following fields are required:
.name() .type()
-
-
-
-