| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomerGroupResponse |
DefaultCustomerGroupsApi.updateCustomerGroup(String groupId,
UpdateCustomerGroupRequest body)
Updates a customer group as identified by the `group_id` value.
|
UpdateCustomerGroupResponse |
CustomerGroupsApi.updateCustomerGroup(String groupId,
UpdateCustomerGroupRequest body)
Updates a customer group as identified by the `group_id` value.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdateCustomerGroupResponse> |
DefaultCustomerGroupsApi.updateCustomerGroupAsync(String groupId,
UpdateCustomerGroupRequest body)
Updates a customer group as identified by the `group_id` value.
|
CompletableFuture<UpdateCustomerGroupResponse> |
CustomerGroupsApi.updateCustomerGroupAsync(String groupId,
UpdateCustomerGroupRequest body)
Updates a customer group as identified by the `group_id` value.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCustomerGroupResponse |
UpdateCustomerGroupResponse.Builder.build()
Builds a new
UpdateCustomerGroupResponse object using the set fields. |
Copyright © 2022. All rights reserved.