Package net.worcade.client.get
Interface Entity
-
- All Superinterfaces:
Reference
- All Known Subinterfaces:
Application,ApplicationProfile,Asset,Attachment,Checklist,Company,CompanyProfile,Contact,Conversation,Group,GroupProfile,Label,Room,Site,User,UserProfile,WorkOrder
- All Known Implementing Classes:
IncomingDto
public interface Entity extends Reference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instantcreated()ReferenceWithNamecreatedBy()Collection<? extends ReferenceWithName>getOwners()Collection<? extends RemoteId>getRemoteIds()ReferenceWithNamemodifier()-
Methods inherited from interface net.worcade.client.get.Reference
getId, getModified, getType, getVersion, isDeleted
-
-
-
-
Method Detail
-
getRemoteIds
Collection<? extends RemoteId> getRemoteIds()
-
getOwners
Collection<? extends ReferenceWithName> getOwners()
-
created
Instant created()
-
createdBy
ReferenceWithName createdBy()
-
modifier
ReferenceWithName modifier()
-
-