| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
ListEmployeesResponse |
DefaultEmployeesApi.listEmployees(String locationId,
String status,
Integer limit,
String cursor)
Deprecated.
|
ListEmployeesResponse |
EmployeesApi.listEmployees(String locationId,
String status,
Integer limit,
String cursor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListEmployeesResponse> |
DefaultEmployeesApi.listEmployeesAsync(String locationId,
String status,
Integer limit,
String cursor)
Deprecated.
|
CompletableFuture<ListEmployeesResponse> |
EmployeesApi.listEmployeesAsync(String locationId,
String status,
Integer limit,
String cursor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ListEmployeesResponse |
ListEmployeesResponse.Builder.build()
Builds a new
ListEmployeesResponse object using the set fields. |
Copyright © 2022. All rights reserved.