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