Class EntityUpdateParams
-
- All Implemented Interfaces:
-
com.dinari.api.core.Params
public final class EntityUpdateParams implements Params
Update a specific customer
Entityof your organization.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEntityUpdateParams.BuilderA builder for EntityUpdateParams.
public final classEntityUpdateParams.BodyInput parameters for updating an
Entity.
-
Method Summary
Modifier and Type Method Description final Optional<String>entityId()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>_additionalBodyProperties()final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final EntityUpdateParams.BuildertoBuilder()final EntityUpdateParams.Body_body()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static EntityUpdateParamsnone()final static EntityUpdateParams.Builderbuilder()Returns a mutable builder for constructing an instance of EntityUpdateParams. -
-
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.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final EntityUpdateParams.Builder toBuilder()
-
_body
final EntityUpdateParams.Body _body()
-
_pathParam
final String _pathParam(Integer index)
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static EntityUpdateParams none()
-
builder
final static EntityUpdateParams.Builder builder()
Returns a mutable builder for constructing an instance of EntityUpdateParams.
-
-
-
-