public static class DevicePinners.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected List<DevicePinner> |
entries |
protected Long |
limit |
protected Long |
nextMarker |
protected List<DevicePinnersOrderField> |
order |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DevicePinners |
build() |
DevicePinners.Builder |
entries(List<DevicePinner> entries) |
DevicePinners.Builder |
limit(Long limit) |
DevicePinners.Builder |
nextMarker(Long nextMarker) |
DevicePinners.Builder |
order(List<DevicePinnersOrderField> order) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected List<DevicePinner> entries
protected Long nextMarker
protected List<DevicePinnersOrderField> order
public Builder()
public DevicePinners.Builder entries(List<DevicePinner> entries)
public DevicePinners.Builder limit(Long limit)
public DevicePinners.Builder nextMarker(Long nextMarker)
public DevicePinners.Builder order(List<DevicePinnersOrderField> order)
public DevicePinners build()