public class RecentItem extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
RecentItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
interactedAt
The time of the most recent interaction.
|
protected String |
interactionSharedLink
If the item was accessed through a shared link it will appear here, otherwise this will be
null.
|
protected EnumWrapper<RecentItemInteractionTypeField> |
interactionType
The most recent type of access the user performed on the item.
|
protected RecentItemResource |
item |
protected String |
type
The value will always be `recent_item`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
RecentItem() |
protected |
RecentItem(RecentItem.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getInteractedAt() |
String |
getInteractionSharedLink() |
EnumWrapper<RecentItemInteractionTypeField> |
getInteractionType() |
RecentItemResource |
getItem() |
String |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected RecentItemResource item
protected EnumWrapper<RecentItemInteractionTypeField> interactionType
protected OffsetDateTime interactedAt
protected String interactionSharedLink
public RecentItem()
protected RecentItem(RecentItem.Builder builder)
public RecentItemResource getItem()
public EnumWrapper<RecentItemInteractionTypeField> getInteractionType()
public OffsetDateTime getInteractedAt()
public String getInteractionSharedLink()