Class BetaInputTokensClearAtLeast.Builder
-
- All Implemented Interfaces:
public final class BetaInputTokensClearAtLeast.BuilderA builder for BetaInputTokensClearAtLeast.
-
-
Method Summary
Modifier and Type Method Description final BetaInputTokensClearAtLeast.Buildertype(JsonValue type)Sets the field to an arbitrary JSON value. final BetaInputTokensClearAtLeast.Buildervalue(Long value)final BetaInputTokensClearAtLeast.Buildervalue(JsonField<Long> value)Sets Builder.value to an arbitrary JSON value. final BetaInputTokensClearAtLeast.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final BetaInputTokensClearAtLeast.BuilderputAdditionalProperty(String key, JsonValue value)final BetaInputTokensClearAtLeast.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final BetaInputTokensClearAtLeast.BuilderremoveAdditionalProperty(String key)final BetaInputTokensClearAtLeast.BuilderremoveAllAdditionalProperties(Set<String> keys)final BetaInputTokensClearAtLeastbuild()Returns an immutable instance of BetaInputTokensClearAtLeast. -
-
Method Detail
-
type
final BetaInputTokensClearAtLeast.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("input_tokens")This method is primarily for setting the field to an undocumented or not yet supported value.
-
value
final BetaInputTokensClearAtLeast.Builder value(Long value)
-
value
final BetaInputTokensClearAtLeast.Builder value(JsonField<Long> value)
Sets Builder.value to an arbitrary JSON value.
You should usually call Builder.value with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaInputTokensClearAtLeast.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaInputTokensClearAtLeast.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaInputTokensClearAtLeast.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaInputTokensClearAtLeast.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaInputTokensClearAtLeast.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaInputTokensClearAtLeast build()
Returns an immutable instance of BetaInputTokensClearAtLeast.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.value()
-
-
-
-