| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListCustomerSegmentsResponse |
CustomerSegmentsApi.listCustomerSegments(String cursor,
Integer limit)
Retrieves the list of customer segments of a business.
|
ListCustomerSegmentsResponse |
DefaultCustomerSegmentsApi.listCustomerSegments(String cursor,
Integer limit)
Retrieves the list of customer segments of a business.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListCustomerSegmentsResponse> |
CustomerSegmentsApi.listCustomerSegmentsAsync(String cursor,
Integer limit)
Retrieves the list of customer segments of a business.
|
CompletableFuture<ListCustomerSegmentsResponse> |
DefaultCustomerSegmentsApi.listCustomerSegmentsAsync(String cursor,
Integer limit)
Retrieves the list of customer segments of a business.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomerSegmentsResponse |
ListCustomerSegmentsResponse.Builder.build()
Builds a new
ListCustomerSegmentsResponse object using the set fields. |
Copyright © 2022. All rights reserved.