public static class ListEmployeesRequest.Builder extends Object
ListEmployeesRequest.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ListEmployeesRequest |
build()
Builds a new
ListEmployeesRequest object using the set fields. |
ListEmployeesRequest.Builder |
cursor(String cursor)
Setter for cursor.
|
ListEmployeesRequest.Builder |
limit(Integer limit)
Setter for limit.
|
ListEmployeesRequest.Builder |
locationId(String locationId)
Setter for locationId.
|
ListEmployeesRequest.Builder |
status(String status)
Setter for status.
|
public ListEmployeesRequest.Builder locationId(String locationId)
locationId - String value for locationId.public ListEmployeesRequest.Builder status(String status)
status - String value for status.public ListEmployeesRequest.Builder limit(Integer limit)
limit - Integer value for limit.public ListEmployeesRequest.Builder cursor(String cursor)
cursor - String value for cursor.public ListEmployeesRequest build()
ListEmployeesRequest object using the set fields.ListEmployeesRequestCopyright © 2022. All rights reserved.