Uses of Enum Class
com.smeup.kokos.sdk.entity.model.query.enums.LogicalOperator
Packages that use LogicalOperator
Package
Description
-
Uses of LogicalOperator in com.smeup.kokos.sdk.entity.model.query
Methods in com.smeup.kokos.sdk.entity.model.query that return LogicalOperatorMethods in com.smeup.kokos.sdk.entity.model.query with parameters of type LogicalOperatorModifier and TypeMethodDescriptionvoidFilterModel.setLogicalOperator(LogicalOperator logicalOperator) Constructors in com.smeup.kokos.sdk.entity.model.query with parameters of type LogicalOperatorModifierConstructorDescriptionFilterModel(String oav, Operator operator, Object value, LogicalOperator logicalOperator) -
Uses of LogicalOperator in com.smeup.kokos.sdk.entity.model.query.enums
Methods in com.smeup.kokos.sdk.entity.model.query.enums that return LogicalOperatorModifier and TypeMethodDescriptionstatic LogicalOperatorReturns the enum constant of this class with the specified name.static LogicalOperator[]LogicalOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.