public class DevicePinners extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
DevicePinners.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<DevicePinner> |
entries
A list of device pins.
|
protected Long |
limit
The limit that was used for these entries.
|
protected Long |
nextMarker
The marker for the start of the next page of results.
|
protected List<DevicePinnersOrderField> |
order
The order by which items are returned.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
DevicePinners() |
protected |
DevicePinners(DevicePinners.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<DevicePinner> |
getEntries() |
Long |
getLimit() |
Long |
getNextMarker() |
List<DevicePinnersOrderField> |
getOrder() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected List<DevicePinner> entries
protected Long limit
protected Long nextMarker
protected List<DevicePinnersOrderField> order
public DevicePinners()
protected DevicePinners(DevicePinners.Builder builder)
public List<DevicePinner> getEntries()
public Long getNextMarker()
public List<DevicePinnersOrderField> getOrder()