Class BetaThinkingConfigDisabled
-
- All Implemented Interfaces:
public final class BetaThinkingConfigDisabled
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaThinkingConfigDisabled.BuilderA builder for BetaThinkingConfigDisabled.
-
Method Summary
Modifier and Type Method Description final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("disabled")final Map<String, JsonValue>_additionalProperties()final BetaThinkingConfigDisabled.BuildertoBuilder()final BetaThinkingConfigDisabledvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaThinkingConfigDisabled.Builderbuilder()Returns a mutable builder for constructing an instance of BetaThinkingConfigDisabled. -
-
Method Detail
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("disabled")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaThinkingConfigDisabled.Builder toBuilder()
-
validate
final BetaThinkingConfigDisabled validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaThinkingConfigDisabled.Builder builder()
Returns a mutable builder for constructing an instance of BetaThinkingConfigDisabled.
-
-
-
-