public class EventSource extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
EventSource.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EventSourceClassificationField |
classification
The object containing classification information for the item that triggered the event.
|
protected String |
itemId
The unique identifier that represents the item.
|
protected String |
itemName
The name of the item.
|
protected EnumWrapper<EventSourceItemTypeField> |
itemType
The type of the item that the event represents.
|
protected UserMini |
ownedBy |
protected FolderMini |
parent |
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
EventSource(EnumWrapper<EventSourceItemTypeField> itemType,
String itemId,
String itemName) |
protected |
EventSource(EventSource.Builder builder) |
|
EventSource(EventSourceItemTypeField itemType,
String itemId,
String itemName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EventSourceClassificationField |
getClassification() |
String |
getItemId() |
String |
getItemName() |
EnumWrapper<EventSourceItemTypeField> |
getItemType() |
UserMini |
getOwnedBy() |
FolderMini |
getParent() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final EnumWrapper<EventSourceItemTypeField> itemType
protected EventSourceClassificationField classification
protected FolderMini parent
public EventSource(EventSourceItemTypeField itemType, String itemId, String itemName)
public EventSource(EnumWrapper<EventSourceItemTypeField> itemType, String itemId, String itemName)
protected EventSource(EventSource.Builder builder)
public EnumWrapper<EventSourceItemTypeField> getItemType()
public String getItemName()
public EventSourceClassificationField getClassification()
public FolderMini getParent()
public UserMini getOwnedBy()