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 Deprecated Methods Modifier and Type Method Description Instantcreated()ReferenceWithNamecreatedBy()Collection<? extends OptionalField>getOptionalFields()Collection<? extends ReferenceWithName>getOwners()Collection<? extends RemoteId>getRemoteIds()Deprecated.ReferenceWithNamemodifier()-
Methods inherited from interface net.worcade.client.get.Reference
getId, getModified, getType, getVersion, isDeleted
-
-
-
-
Method Detail
-
getRemoteIds
@Deprecated Collection<? extends RemoteId> getRemoteIds()
Deprecated.
-
getOptionalFields
Collection<? extends OptionalField> getOptionalFields()
-
getOwners
Collection<? extends ReferenceWithName> getOwners()
-
created
Instant created()
-
createdBy
ReferenceWithName createdBy()
-
modifier
ReferenceWithName modifier()
-
-