Class RowUpdateParams.Body
-
- All Implemented Interfaces:
public final class RowUpdateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRowUpdateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final JsonValue_row()final Optional<RowUpdateParams.Config>config()final JsonField<RowUpdateParams.Config>_config()Returns the raw JSON value of config. final Map<String, JsonValue>_additionalProperties()final RowUpdateParams.Body.BuildertoBuilder()final RowUpdateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RowUpdateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
config
final Optional<RowUpdateParams.Config> config()
-
_config
final JsonField<RowUpdateParams.Config> _config()
Returns the raw JSON value of config.
Unlike config, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final RowUpdateParams.Body.Builder toBuilder()
-
validate
final RowUpdateParams.Body validate()
-
builder
final static RowUpdateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.row()
-
-
-
-