public class AppItemEventSource extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AppItemEventSource.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appItemType
The type of the `AppItem`.
|
protected GroupMini |
group |
protected String |
id
The id of the `AppItem`.
|
protected EnumWrapper<AppItemEventSourceTypeField> |
type
The type of the source that this event represents.
|
protected UserMini |
user |
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
AppItemEventSource(AppItemEventSource.Builder builder) |
|
AppItemEventSource(String id,
String appItemType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAppItemType() |
GroupMini |
getGroup() |
String |
getId() |
EnumWrapper<AppItemEventSourceTypeField> |
getType() |
UserMini |
getUser() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<AppItemEventSourceTypeField> type
protected final String appItemType
public AppItemEventSource(String id, String appItemType)
protected AppItemEventSource(AppItemEventSource.Builder builder)
public EnumWrapper<AppItemEventSourceTypeField> getType()
public String getAppItemType()