| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CustomAttribute |
CustomAttribute.Builder.build()
Builds a new
CustomAttribute object using the set fields. |
CustomAttribute |
BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.getCustomAttribute()
Getter for CustomAttribute.
|
CustomAttribute |
UpsertCustomerCustomAttributeRequest.getCustomAttribute()
Getter for CustomAttribute.
|
CustomAttribute |
RetrieveCustomerCustomAttributeResponse.getCustomAttribute()
Getter for CustomAttribute.
|
CustomAttribute |
BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse.getCustomAttribute()
Getter for CustomAttribute.
|
CustomAttribute |
UpsertCustomerCustomAttributeResponse.getCustomAttribute()
Getter for CustomAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomAttribute> |
ListCustomerCustomAttributesResponse.getCustomAttributes()
Getter for CustomAttributes.
|
| Modifier and Type | Method and Description |
|---|---|
BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder |
BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest.Builder.customAttribute(CustomAttribute customAttribute)
Setter for customAttribute.
|
UpsertCustomerCustomAttributeRequest.Builder |
UpsertCustomerCustomAttributeRequest.Builder.customAttribute(CustomAttribute customAttribute)
Setter for customAttribute.
|
RetrieveCustomerCustomAttributeResponse.Builder |
RetrieveCustomerCustomAttributeResponse.Builder.customAttribute(CustomAttribute customAttribute)
Setter for customAttribute.
|
BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse.Builder |
BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse.Builder.customAttribute(CustomAttribute customAttribute)
Setter for customAttribute.
|
UpsertCustomerCustomAttributeResponse.Builder |
UpsertCustomerCustomAttributeResponse.Builder.customAttribute(CustomAttribute customAttribute)
Setter for customAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomerCustomAttributesResponse.Builder |
ListCustomerCustomAttributesResponse.Builder.customAttributes(List<CustomAttribute> customAttributes)
Setter for customAttributes.
|
| Constructor and Description |
|---|
Builder(CustomAttribute customAttribute)
Initialization constructor.
|
Builder(String customerId,
CustomAttribute customAttribute)
Initialization constructor.
|
BulkUpsertCustomerCustomAttributesRequestCustomerCustomAttributeUpsertRequest(String customerId,
CustomAttribute customAttribute,
String idempotencyKey)
Initialization constructor.
|
BulkUpsertCustomerCustomAttributesResponseCustomerCustomAttributeUpsertResponse(String customerId,
CustomAttribute customAttribute,
List<Error> errors)
Initialization constructor.
|
RetrieveCustomerCustomAttributeResponse(CustomAttribute customAttribute,
List<Error> errors)
Initialization constructor.
|
UpsertCustomerCustomAttributeRequest(CustomAttribute customAttribute,
String idempotencyKey)
Initialization constructor.
|
UpsertCustomerCustomAttributeResponse(CustomAttribute customAttribute,
List<Error> errors)
Initialization constructor.
|
| Constructor and Description |
|---|
ListCustomerCustomAttributesResponse(List<CustomAttribute> customAttributes,
String cursor,
List<Error> errors)
Initialization constructor.
|
Copyright © 2022. All rights reserved.