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