Class BetaInputJsonDelta
-
- All Implemented Interfaces:
public final class BetaInputJsonDelta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaInputJsonDelta.BuilderA builder for BetaInputJsonDelta.
-
Method Summary
Modifier and Type Method Description final StringpartialJson()final JsonValue_type()Expected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("input_json_delta")final JsonField<String>_partialJson()Returns the raw JSON value of partialJson. final Map<String, JsonValue>_additionalProperties()final BetaInputJsonDelta.BuildertoBuilder()final BetaInputJsonDeltavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaInputJsonDelta.Builderbuilder()Returns a mutable builder for constructing an instance of BetaInputJsonDelta. -
-
Method Detail
-
partialJson
final String partialJson()
-
_type
final JsonValue _type()
Expected to always return the following:
JsonValue.from("input_json_delta")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_partialJson
final JsonField<String> _partialJson()
Returns the raw JSON value of partialJson.
Unlike partialJson, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaInputJsonDelta.Builder toBuilder()
-
validate
final BetaInputJsonDelta validate()
-
builder
final static BetaInputJsonDelta.Builder builder()
Returns a mutable builder for constructing an instance of BetaInputJsonDelta.
The following fields are required:
.partialJson()
-
-
-
-