Uses of Enum
io.camunda.client.protocol.rest.ClusterVariableScopeEnum
Packages that use ClusterVariableScopeEnum
-
Uses of ClusterVariableScopeEnum in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return ClusterVariableScopeEnumModifier and TypeMethodDescriptionstatic ClusterVariableScopeEnumAdvancedClusterVariableScopeFilter.get$Eq()Checks for equality with the provided value.ClusterVariableScopeFilterProperty.get$Eq()Checks for equality with the provided value.AdvancedClusterVariableScopeFilter.get$Neq()Checks for inequality with the provided value.ClusterVariableScopeFilterProperty.get$Neq()Checks for inequality with the provided value.ClusterVariableResult.getScope()Get scopeClusterVariableResultBase.getScope()Get scopeClusterVariableSearchResult.getScope()Get scopestatic ClusterVariableScopeEnumReturns the enum constant of this type with the specified name.static ClusterVariableScopeEnum[]ClusterVariableScopeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.camunda.client.protocol.rest that return types with arguments of type ClusterVariableScopeEnumModifier and TypeMethodDescriptionAdvancedClusterVariableScopeFilter.get$In()Checks if the property matches any of the provided values.ClusterVariableScopeFilterProperty.get$In()Checks if the property matches any of the provided values.Methods in io.camunda.client.protocol.rest with parameters of type ClusterVariableScopeEnumModifier and TypeMethodDescriptionAdvancedClusterVariableScopeFilter.$eq(ClusterVariableScopeEnum $eq) ClusterVariableScopeFilterProperty.$eq(ClusterVariableScopeEnum $eq) AdvancedClusterVariableScopeFilter.$neq(ClusterVariableScopeEnum $neq) ClusterVariableScopeFilterProperty.$neq(ClusterVariableScopeEnum $neq) AdvancedClusterVariableScopeFilter.add$InItem(ClusterVariableScopeEnum $inItem) ClusterVariableScopeFilterProperty.add$InItem(ClusterVariableScopeEnum $inItem) ClusterVariableResult.scope(ClusterVariableScopeEnum scope) ClusterVariableResultBase.scope(ClusterVariableScopeEnum scope) ClusterVariableSearchResult.scope(ClusterVariableScopeEnum scope) voidAdvancedClusterVariableScopeFilter.set$Eq(ClusterVariableScopeEnum $eq) voidClusterVariableScopeFilterProperty.set$Eq(ClusterVariableScopeEnum $eq) voidAdvancedClusterVariableScopeFilter.set$Neq(ClusterVariableScopeEnum $neq) voidClusterVariableScopeFilterProperty.set$Neq(ClusterVariableScopeEnum $neq) voidClusterVariableResult.setScope(ClusterVariableScopeEnum scope) voidClusterVariableResultBase.setScope(ClusterVariableScopeEnum scope) voidClusterVariableSearchResult.setScope(ClusterVariableScopeEnum scope) Method parameters in io.camunda.client.protocol.rest with type arguments of type ClusterVariableScopeEnumModifier and TypeMethodDescriptionAdvancedClusterVariableScopeFilter.$in(List<ClusterVariableScopeEnum> $in) ClusterVariableScopeFilterProperty.$in(List<ClusterVariableScopeEnum> $in) voidAdvancedClusterVariableScopeFilter.set$In(List<ClusterVariableScopeEnum> $in) voidClusterVariableScopeFilterProperty.set$In(List<ClusterVariableScopeEnum> $in)