public static class AppItem.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationType |
protected String |
id |
protected EnumWrapper<AppItemTypeField> |
type |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder(String id,
String applicationType) |
| Modifier and Type | Method and Description |
|---|---|
AppItem |
build() |
AppItem.Builder |
type(AppItemTypeField type) |
AppItem.Builder |
type(EnumWrapper<AppItemTypeField> type) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AppItemTypeField> type
protected final String applicationType
public AppItem.Builder type(AppItemTypeField type)
public AppItem.Builder type(EnumWrapper<AppItemTypeField> type)