Class EntityUpdateParams.Body
-
- All Implemented Interfaces:
public final class EntityUpdateParams.BodyInput parameters for updating an
Entity.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEntityUpdateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<String>referenceId()Case sensitive unique reference ID for the Entity.final JsonField<String>_referenceId()Returns the raw JSON value of referenceId. final Map<String, JsonValue>_additionalProperties()final EntityUpdateParams.Body.BuildertoBuilder()final EntityUpdateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static EntityUpdateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
referenceId
final Optional<String> referenceId()
Case sensitive unique reference ID for the
Entity. We recommend setting this to the unique ID of theEntityin your system.
-
_referenceId
final JsonField<String> _referenceId()
Returns the raw JSON value of referenceId.
Unlike referenceId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final EntityUpdateParams.Body.Builder toBuilder()
-
validate
final EntityUpdateParams.Body validate()
-
builder
final static EntityUpdateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-