Class SearchCustomASServicesOperationResult
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchObjectsOperationResult<CustomASService>
ch.ethz.sis.openbis.generic.asapi.v3.dto.service.search.SearchCustomASServicesOperationResult
- All Implemented Interfaces:
IOperationResult,Serializable
@JsonObject("as.dto.service.search.SearchCustomASServicesOperationResult")
public class SearchCustomASServicesOperationResult
extends SearchObjectsOperationResult<CustomASService>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSearchCustomASServicesOperationResult(SearchResult<CustomASService> searchResult) -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.search.SearchObjectsOperationResult
getMessage, getSearchResult, toString
-
Constructor Details
-
SearchCustomASServicesOperationResult
-