public static class DevicePinner.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected UserMini |
ownedBy |
protected String |
productName |
protected EnumWrapper<DevicePinnerTypeField> |
type |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DevicePinner |
build() |
DevicePinner.Builder |
id(String id) |
DevicePinner.Builder |
ownedBy(UserMini ownedBy) |
DevicePinner.Builder |
productName(String productName) |
DevicePinner.Builder |
type(DevicePinnerTypeField type) |
DevicePinner.Builder |
type(EnumWrapper<DevicePinnerTypeField> type) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<DevicePinnerTypeField> type
protected String productName
public Builder()
public DevicePinner.Builder id(String id)
public DevicePinner.Builder type(DevicePinnerTypeField type)
public DevicePinner.Builder type(EnumWrapper<DevicePinnerTypeField> type)
public DevicePinner.Builder ownedBy(UserMini ownedBy)
public DevicePinner.Builder productName(String productName)
public DevicePinner build()