public class SearchShiftsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchShiftsRequest.Builder
Class to build instances of
SearchShiftsRequest. |
| Constructor and Description |
|---|
SearchShiftsRequest(ShiftQuery query,
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.
|
ShiftQuery |
getQuery()
Getter for Query.
|
int |
hashCode() |
SearchShiftsRequest.Builder |
toBuilder()
Builds a new
SearchShiftsRequest.Builder object. |
String |
toString()
Converts this SearchShiftsRequest into string format.
|
public SearchShiftsRequest(ShiftQuery query, Integer limit, String cursor)
query - ShiftQuery value for query.limit - Integer value for limit.cursor - String value for cursor.public ShiftQuery getQuery()
public Integer getLimit()
public String getCursor()
public String toString()
public SearchShiftsRequest.Builder toBuilder()
SearchShiftsRequest.Builder object.
Creates the instance with the state of the current model.SearchShiftsRequest.Builder objectCopyright © 2022. All rights reserved.