Class SearchCustomASServicesOperation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchObjectsOperation<CustomASServiceSearchCriteria,CustomASServiceFetchOptions>
ch.ethz.sis.openbis.generic.asapi.v3.dto.service.search.SearchCustomASServicesOperation
- All Implemented Interfaces:
IOperation,Serializable
@JsonObject("as.dto.service.search.SearchCustomASServicesOperation")
public class SearchCustomASServicesOperation
extends SearchObjectsOperation<CustomASServiceSearchCriteria,CustomASServiceFetchOptions>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchCustomASServicesOperation(CustomASServiceSearchCriteria criteria, CustomASServiceFetchOptions fetchOptions) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchObjectsOperation
getCriteria, getFetchOptions, getMessage, toString
-
Constructor Details
-
SearchCustomASServicesOperation
public SearchCustomASServicesOperation(CustomASServiceSearchCriteria criteria, CustomASServiceFetchOptions fetchOptions)
-