Uses of Enum Class
com.chutneytesting.component.scenario.api.dto.ComposableStepDto.StepUsage
Packages that use ComposableStepDto.StepUsage
-
Uses of ComposableStepDto.StepUsage in com.chutneytesting.component.scenario.api.dto
Methods in com.chutneytesting.component.scenario.api.dto that return ComposableStepDto.StepUsageModifier and TypeMethodDescriptiondefault ComposableStepDto.StepUsageComposableStepDto.usage()ImmutableComposableStepDto.usage()static ComposableStepDto.StepUsageReturns the enum constant of this class with the specified name.static ComposableStepDto.StepUsage[]ComposableStepDto.StepUsage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.chutneytesting.component.scenario.api.dto with parameters of type ComposableStepDto.StepUsageModifier and TypeMethodDescriptionImmutableComposableStepDto.Builder.usage(ComposableStepDto.StepUsage usage) Initializes the value for theusageattribute.ImmutableComposableStepDto.withUsage(ComposableStepDto.StepUsage value) Copy the current immutable object by setting a value for theusageattribute.