Uses of Class
io.camunda.service.search.sort.VariableSort.Builder
Packages that use VariableSort.Builder
-
Uses of VariableSort.Builder in io.camunda.service.search.query
Method parameters in io.camunda.service.search.query with type arguments of type VariableSort.BuilderModifier and TypeMethodDescriptionVariableQuery.Builder.sort(Function<VariableSort.Builder, ObjectBuilder<VariableSort>> fn) -
Uses of VariableSort.Builder in io.camunda.service.search.sort
Methods in io.camunda.service.search.sort that return VariableSort.BuilderModifier and TypeMethodDescriptionprotected VariableSort.BuilderVariableSort.Builder.self()VariableSort.Builder.value()static VariableSort.BuilderSortOptionBuilders.variable()Method parameters in io.camunda.service.search.sort with type arguments of type VariableSort.BuilderModifier and TypeMethodDescriptionstatic VariableSortVariableSort.of(Function<VariableSort.Builder, ObjectBuilder<VariableSort>> fn) static VariableSortSortOptionBuilders.variable(Function<VariableSort.Builder, ObjectBuilder<VariableSort>> fn)