public class ListEmployeesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListEmployeesRequest.Builder
Class to build instances of
ListEmployeesRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
ListEmployeesRequest(io.apimatic.core.types.OptionalNullable<String> locationId,
String status,
io.apimatic.core.types.OptionalNullable<Integer> limit,
io.apimatic.core.types.OptionalNullable<String> cursor)
Initialization constructor.
|
|
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() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetCursor()
Internal Getter for Cursor.
|
protected io.apimatic.core.types.OptionalNullable<Integer> |
internalGetLimit()
Internal Getter for Limit.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetLocationId()
Internal Getter for LocationId.
|
ListEmployeesRequest.Builder |
toBuilder()
Builds a new
ListEmployeesRequest.Builder object. |
String |
toString()
Converts this ListEmployeesRequest into string format.
|
public ListEmployeesRequest(String locationId, String status, Integer limit, String cursor)
locationId - String value for locationId.status - String value for status.limit - Integer value for limit.cursor - String value for cursor.protected ListEmployeesRequest(io.apimatic.core.types.OptionalNullable<String> locationId, String status, io.apimatic.core.types.OptionalNullable<Integer> limit, io.apimatic.core.types.OptionalNullable<String> cursor)
locationId - String value for locationId.status - String value for status.limit - Integer value for limit.cursor - String value for cursor.protected io.apimatic.core.types.OptionalNullable<String> internalGetLocationId()
public String getLocationId()
public String getStatus()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
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 © 2024. All rights reserved.