public class AppItem extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AppItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationType
The type of the app that owns this app item.
|
protected String |
id
The unique identifier for this app item.
|
protected EnumWrapper<AppItemTypeField> |
type
The value will always be `app_item`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
AppItem(AppItem.Builder builder) |
|
AppItem(String id,
String applicationType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApplicationType() |
String |
getId() |
EnumWrapper<AppItemTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AppItemTypeField> type
protected final String applicationType
protected AppItem(AppItem.Builder builder)
public EnumWrapper<AppItemTypeField> getType()
public String getApplicationType()