| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CustomerGroup |
CustomerGroup.Builder.build()
Builds a new
CustomerGroup object using the set fields. |
CustomerGroup |
UpdateCustomerGroupResponse.getGroup()
Getter for Group.
|
CustomerGroup |
UpdateCustomerGroupRequest.getGroup()
Getter for Group.
|
CustomerGroup |
CreateCustomerGroupRequest.getGroup()
Getter for Group.
|
CustomerGroup |
CreateCustomerGroupResponse.getGroup()
Getter for Group.
|
CustomerGroup |
RetrieveCustomerGroupResponse.getGroup()
Getter for Group.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomerGroup> |
ListCustomerGroupsResponse.getGroups()
Getter for Groups.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomerGroupResponse.Builder |
UpdateCustomerGroupResponse.Builder.group(CustomerGroup group)
Setter for group.
|
UpdateCustomerGroupRequest.Builder |
UpdateCustomerGroupRequest.Builder.group(CustomerGroup group)
Setter for group.
|
CreateCustomerGroupRequest.Builder |
CreateCustomerGroupRequest.Builder.group(CustomerGroup group)
Setter for group.
|
CreateCustomerGroupResponse.Builder |
CreateCustomerGroupResponse.Builder.group(CustomerGroup group)
Setter for group.
|
RetrieveCustomerGroupResponse.Builder |
RetrieveCustomerGroupResponse.Builder.group(CustomerGroup group)
Setter for group.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomerGroupsResponse.Builder |
ListCustomerGroupsResponse.Builder.groups(List<CustomerGroup> groups)
Setter for groups.
|
| Constructor and Description |
|---|
Builder(CustomerGroup group)
Initialization constructor.
|
Builder(CustomerGroup group)
Initialization constructor.
|
CreateCustomerGroupRequest(CustomerGroup group,
String idempotencyKey)
Initialization constructor.
|
CreateCustomerGroupResponse(List<Error> errors,
CustomerGroup group)
Initialization constructor.
|
RetrieveCustomerGroupResponse(List<Error> errors,
CustomerGroup group)
Initialization constructor.
|
UpdateCustomerGroupRequest(CustomerGroup group)
Initialization constructor.
|
UpdateCustomerGroupResponse(List<Error> errors,
CustomerGroup group)
Initialization constructor.
|
| Constructor and Description |
|---|
ListCustomerGroupsResponse(List<Error> errors,
List<CustomerGroup> groups,
String cursor)
Initialization constructor.
|
Copyright © 2022. All rights reserved.