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