Uses of Enum Class
dev.getelements.elements.sdk.model.index.IndexOperation
Packages that use IndexOperation
Package
Description
-
Uses of IndexOperation in dev.getelements.elements.dao.mongo.model.index
Methods in dev.getelements.elements.dao.mongo.model.index that return IndexOperationMethods in dev.getelements.elements.dao.mongo.model.index with parameters of type IndexOperation -
Uses of IndexOperation in dev.getelements.elements.sdk.model.index
Methods in dev.getelements.elements.sdk.model.index that return IndexOperationModifier and TypeMethodDescriptionIndexPlanStep.getOperation()Gets the operation to perform.static IndexOperationReturns the enum constant of this class with the specified name.static IndexOperation[]IndexOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.getelements.elements.sdk.model.index with parameters of type IndexOperationModifier and TypeMethodDescriptionvoidIndexPlanStep.setOperation(IndexOperation operation) Sets the operation to perform on this step.