public interface CollectionSubscription extends AuditableObject
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionUid()
Return the uid of the shared collection.
|
String |
getDisplayName() |
User |
getOwner() |
String |
getTicketKey()
Return the ticket key used to subscribe to the shared collection.
|
void |
setCollection(CollectionItem collection) |
void |
setCollectionUid(String collectionUid) |
void |
setDisplayName(String displayName) |
void |
setOwner(User owner) |
void |
setTicket(Ticket ticket) |
void |
setTicketKey(String ticketKey) |
getCreationDate, getEntityTag, getFactory, getModifiedDate, updateTimestampString getCollectionUid()
void setCollectionUid(String collectionUid)
void setCollection(CollectionItem collection)
String getDisplayName()
void setDisplayName(String displayName)
User getOwner()
void setOwner(User owner)
String getTicketKey()
void setTicketKey(String ticketKey)
void setTicket(Ticket ticket)
Copyright © 2012–2016 1&1. All rights reserved.