public class UpdateLocationCustomAttributeDefinitionRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateLocationCustomAttributeDefinitionRequest.Builder
Class to build instances of
UpdateLocationCustomAttributeDefinitionRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
UpdateLocationCustomAttributeDefinitionRequest(CustomAttributeDefinition customAttributeDefinition,
io.apimatic.core.types.OptionalNullable<String> idempotencyKey)
Initialization constructor.
|
|
UpdateLocationCustomAttributeDefinitionRequest(CustomAttributeDefinition customAttributeDefinition,
String idempotencyKey)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CustomAttributeDefinition |
getCustomAttributeDefinition()
Getter for CustomAttributeDefinition.
|
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetIdempotencyKey()
Internal Getter for IdempotencyKey.
|
UpdateLocationCustomAttributeDefinitionRequest.Builder |
toBuilder()
Builds a new
UpdateLocationCustomAttributeDefinitionRequest.Builder object. |
String |
toString()
Converts this UpdateLocationCustomAttributeDefinitionRequest into string format.
|
public UpdateLocationCustomAttributeDefinitionRequest(CustomAttributeDefinition customAttributeDefinition, String idempotencyKey)
customAttributeDefinition - CustomAttributeDefinition value for
customAttributeDefinition.idempotencyKey - String value for idempotencyKey.protected UpdateLocationCustomAttributeDefinitionRequest(CustomAttributeDefinition customAttributeDefinition, io.apimatic.core.types.OptionalNullable<String> idempotencyKey)
customAttributeDefinition - CustomAttributeDefinition value for
customAttributeDefinition.idempotencyKey - String value for idempotencyKey.public CustomAttributeDefinition getCustomAttributeDefinition()
protected io.apimatic.core.types.OptionalNullable<String> internalGetIdempotencyKey()
public String getIdempotencyKey()
public String toString()
public UpdateLocationCustomAttributeDefinitionRequest.Builder toBuilder()
UpdateLocationCustomAttributeDefinitionRequest.Builder object.
Creates the instance with the state of the current model.UpdateLocationCustomAttributeDefinitionRequest.Builder objectCopyright © 2024. All rights reserved.