Uses of Class
com.chutneytesting.component.scenario.api.dto.ComposableStepDto.StepUsage
-
Packages that use ComposableStepDto.StepUsage Package Description com.chutneytesting.component.scenario.api.dto -
-
Uses of ComposableStepDto.StepUsage in com.chutneytesting.component.scenario.api.dto
Methods in com.chutneytesting.component.scenario.api.dto that return ComposableStepDto.StepUsage Modifier and Type Method Description default ComposableStepDto.StepUsageComposableStepDto. usage()ComposableStepDto.StepUsageImmutableComposableStepDto. usage()static ComposableStepDto.StepUsageComposableStepDto.StepUsage. valueOf(String name)Returns the enum constant of this type with the specified name.static ComposableStepDto.StepUsage[]ComposableStepDto.StepUsage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.chutneytesting.component.scenario.api.dto with parameters of type ComposableStepDto.StepUsage Modifier and Type Method Description ImmutableComposableStepDto.BuilderImmutableComposableStepDto.Builder. usage(ComposableStepDto.StepUsage usage)Initializes the value for theusageattribute.ImmutableComposableStepDtoImmutableComposableStepDto. withUsage(ComposableStepDto.StepUsage value)Copy the current immutable object by setting a value for theusageattribute.
-