public class ListDevicesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListDevicesRequest.Builder
Class to build instances of
ListDevicesRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
ListDevicesRequest(io.apimatic.core.types.OptionalNullable<String> cursor,
String sortOrder,
io.apimatic.core.types.OptionalNullable<Integer> limit,
io.apimatic.core.types.OptionalNullable<String> locationId)
Initialization constructor.
|
|
ListDevicesRequest(String cursor,
String sortOrder,
Integer limit,
String locationId)
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 |
getSortOrder()
Getter for SortOrder.
|
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.
|
ListDevicesRequest.Builder |
toBuilder()
Builds a new
ListDevicesRequest.Builder object. |
String |
toString()
Converts this ListDevicesRequest into string format.
|
public ListDevicesRequest(String cursor, String sortOrder, Integer limit, String locationId)
cursor - String value for cursor.sortOrder - String value for sortOrder.limit - Integer value for limit.locationId - String value for locationId.protected ListDevicesRequest(io.apimatic.core.types.OptionalNullable<String> cursor, String sortOrder, io.apimatic.core.types.OptionalNullable<Integer> limit, io.apimatic.core.types.OptionalNullable<String> locationId)
cursor - String value for cursor.sortOrder - String value for sortOrder.limit - Integer value for limit.locationId - String value for locationId.protected io.apimatic.core.types.OptionalNullable<String> internalGetCursor()
public String getCursor()
public String getSortOrder()
protected io.apimatic.core.types.OptionalNullable<Integer> internalGetLimit()
public Integer getLimit()
protected io.apimatic.core.types.OptionalNullable<String> internalGetLocationId()
public String getLocationId()
public String toString()
public ListDevicesRequest.Builder toBuilder()
ListDevicesRequest.Builder object.
Creates the instance with the state of the current model.ListDevicesRequest.Builder objectCopyright © 2024. All rights reserved.