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