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