public class ListEmployeesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListEmployeesRequest.Builder
Class to build instances of
ListEmployeesRequest. |
| Constructor and Description |
|---|
ListEmployeesRequest(String locationId,
String status,
Integer limit,
String cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCursor()
Getter for Cursor.
|
Integer |
getLimit()
Getter for Limit.
|
String |
getLocationId()
Getter for LocationId.
|
String |
getStatus()
Getter for Status.
|
int |
hashCode() |
ListEmployeesRequest.Builder |
toBuilder()
Builds a new
ListEmployeesRequest.Builder object. |
String |
toString()
Converts this ListEmployeesRequest into string format.
|
public String getLocationId()
public String getStatus()
public Integer getLimit()
public String getCursor()
public String toString()
public ListEmployeesRequest.Builder toBuilder()
ListEmployeesRequest.Builder object.
Creates the instance with the state of the current model.ListEmployeesRequest.Builder objectCopyright © 2022. All rights reserved.