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 Deprecated Methods Modifier and Type Method Description Collection<? extends OptionalField>getOptionalFields()Collection<? extends RemoteId>getRemoteIds()Deprecated.-
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
@Deprecated Collection<? extends RemoteId> getRemoteIds()
Deprecated.
-
getOptionalFields
Collection<? extends OptionalField> getOptionalFields()
-
-