Uses of Enum Class
io.camunda.spring.client.test.util.JobWorkerPermutationsGenerator.Response
Packages that use JobWorkerPermutationsGenerator.Response
-
Uses of JobWorkerPermutationsGenerator.Response in io.camunda.spring.client.test.util
Methods in io.camunda.spring.client.test.util that return JobWorkerPermutationsGenerator.ResponseModifier and TypeMethodDescriptionJobWorkerPermutationsGenerator.TestDimension.response()Returns the value of theresponserecord component.Returns the enum constant of this class with the specified name.JobWorkerPermutationsGenerator.Response.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.camunda.spring.client.test.util with parameters of type JobWorkerPermutationsGenerator.ResponseModifierConstructorDescriptionTestDimension(JobWorkerPermutationsGenerator.AutoComplete autoComplete, JobWorkerPermutationsGenerator.Response response, List<JobWorkerPermutationsGenerator.Parameter> parameters) Creates an instance of aTestDimensionrecord class.