Package net.worcade.client.get
Interface RemoteIdSearchResult
-
- All Superinterfaces:
Reference,ReferenceWithName
- All Known Implementing Classes:
IncomingDto
public interface RemoteIdSearchResult extends ReferenceWithName
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<? extends RemoteId>getRemoteIds()-
Methods inherited from interface net.worcade.client.get.Reference
getId, getModified, getType, getVersion, isDeleted
-
Methods inherited from interface net.worcade.client.get.ReferenceWithName
getName
-
-
-
-
Method Detail
-
getRemoteIds
Collection<? extends RemoteId> getRemoteIds()
-
-