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