Uses of Enum Class
org.citrusframework.openapi.AutoFillType
Packages that use AutoFillType
-
Uses of AutoFillType in org.citrusframework.actions.openapi
Methods in org.citrusframework.actions.openapi with parameters of type AutoFillTypeModifier and TypeMethodDescriptionOpenApiClientRequestActionBuilder.autoFill(AutoFillType autoFill) OpenApiServerResponseActionBuilder.autoFill(AutoFillType autoFill) OpenApiServerResponseActionBuilder.enableRandomGeneration(AutoFillType autoFillType) -
Uses of AutoFillType in org.citrusframework.openapi
Methods in org.citrusframework.openapi that return AutoFillTypeModifier and TypeMethodDescriptionstatic AutoFillTypeReturns the enum constant of this class with the specified name.static AutoFillType[]AutoFillType.values()Returns an array containing the constants of this enum class, in the order they are declared.