| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeDefinition |
CustomAttributeDefinition.Builder.build()
Builds a new
CustomAttributeDefinition object using the set fields. |
CustomAttributeDefinition |
UpdateCustomerCustomAttributeDefinitionRequest.getCustomAttributeDefinition()
Getter for CustomAttributeDefinition.
|
CustomAttributeDefinition |
CreateCustomerCustomAttributeDefinitionResponse.getCustomAttributeDefinition()
Getter for CustomAttributeDefinition.
|
CustomAttributeDefinition |
CreateCustomerCustomAttributeDefinitionRequest.getCustomAttributeDefinition()
Getter for CustomAttributeDefinition.
|
CustomAttributeDefinition |
RetrieveCustomerCustomAttributeDefinitionResponse.getCustomAttributeDefinition()
Getter for CustomAttributeDefinition.
|
CustomAttributeDefinition |
UpdateCustomerCustomAttributeDefinitionResponse.getCustomAttributeDefinition()
Getter for CustomAttributeDefinition.
|
CustomAttributeDefinition |
CustomAttribute.getDefinition()
Getter for Definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomAttributeDefinition> |
ListCustomerCustomAttributeDefinitionsResponse.getCustomAttributeDefinitions()
Getter for CustomAttributeDefinitions.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomerCustomAttributeDefinitionRequest.Builder |
UpdateCustomerCustomAttributeDefinitionRequest.Builder.customAttributeDefinition(CustomAttributeDefinition customAttributeDefinition)
Setter for customAttributeDefinition.
|
CreateCustomerCustomAttributeDefinitionResponse.Builder |
CreateCustomerCustomAttributeDefinitionResponse.Builder.customAttributeDefinition(CustomAttributeDefinition customAttributeDefinition)
Setter for customAttributeDefinition.
|
CreateCustomerCustomAttributeDefinitionRequest.Builder |
CreateCustomerCustomAttributeDefinitionRequest.Builder.customAttributeDefinition(CustomAttributeDefinition customAttributeDefinition)
Setter for customAttributeDefinition.
|
RetrieveCustomerCustomAttributeDefinitionResponse.Builder |
RetrieveCustomerCustomAttributeDefinitionResponse.Builder.customAttributeDefinition(CustomAttributeDefinition customAttributeDefinition)
Setter for customAttributeDefinition.
|
UpdateCustomerCustomAttributeDefinitionResponse.Builder |
UpdateCustomerCustomAttributeDefinitionResponse.Builder.customAttributeDefinition(CustomAttributeDefinition customAttributeDefinition)
Setter for customAttributeDefinition.
|
CustomAttribute.Builder |
CustomAttribute.Builder.definition(CustomAttributeDefinition definition)
Setter for definition.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomerCustomAttributeDefinitionsResponse.Builder |
ListCustomerCustomAttributeDefinitionsResponse.Builder.customAttributeDefinitions(List<CustomAttributeDefinition> customAttributeDefinitions)
Setter for customAttributeDefinitions.
|
| Constructor and Description |
|---|
Builder(CustomAttributeDefinition customAttributeDefinition)
Initialization constructor.
|
Builder(CustomAttributeDefinition customAttributeDefinition)
Initialization constructor.
|
CreateCustomerCustomAttributeDefinitionRequest(CustomAttributeDefinition customAttributeDefinition,
String idempotencyKey)
Initialization constructor.
|
CreateCustomerCustomAttributeDefinitionResponse(CustomAttributeDefinition customAttributeDefinition,
List<Error> errors)
Initialization constructor.
|
CustomAttribute(String key,
JsonValue value,
Integer version,
String visibility,
CustomAttributeDefinition definition,
String updatedAt,
String createdAt)
Initialization constructor.
|
RetrieveCustomerCustomAttributeDefinitionResponse(CustomAttributeDefinition customAttributeDefinition,
List<Error> errors)
Initialization constructor.
|
UpdateCustomerCustomAttributeDefinitionRequest(CustomAttributeDefinition customAttributeDefinition,
String idempotencyKey)
Initialization constructor.
|
UpdateCustomerCustomAttributeDefinitionResponse(CustomAttributeDefinition customAttributeDefinition,
List<Error> errors)
Initialization constructor.
|
| Constructor and Description |
|---|
ListCustomerCustomAttributeDefinitionsResponse(List<CustomAttributeDefinition> customAttributeDefinitions,
String cursor,
List<Error> errors)
Initialization constructor.
|
Copyright © 2022. All rights reserved.