public class DevicePinner extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
DevicePinner.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The unique identifier for this device pin.
|
protected UserMini |
ownedBy |
protected String |
productName
The type of device being pinned.
|
protected EnumWrapper<DevicePinnerTypeField> |
type
The value will always be `device_pinner`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
DevicePinner() |
protected |
DevicePinner(DevicePinner.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
UserMini |
getOwnedBy() |
String |
getProductName() |
EnumWrapper<DevicePinnerTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<DevicePinnerTypeField> type
protected String productName
public DevicePinner()
protected DevicePinner(DevicePinner.Builder builder)
public EnumWrapper<DevicePinnerTypeField> getType()
public UserMini getOwnedBy()
public String getProductName()