Class GetExternalDmsOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperation<IExternalDmsId,ExternalDmsFetchOptions>
ch.ethz.sis.openbis.generic.asapi.v3.dto.externaldms.get.GetExternalDmsOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.externaldms.get.GetExternalDmsOperation")
public class GetExternalDmsOperation
extends GetObjectsOperation<IExternalDmsId,ExternalDmsFetchOptions>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetExternalDmsOperation(List<? extends IExternalDmsId> ids, ExternalDmsFetchOptions fetchOptions) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.get.GetObjectsOperation
getFetchOptions, getMessage, getObjectIds, toString
-
Constructor Details
-
GetExternalDmsOperation
public GetExternalDmsOperation(List<? extends IExternalDmsId> ids, ExternalDmsFetchOptions fetchOptions)
-