Uses of Class
io.swagger.v3.oas.models.PathItem.HttpMethod
-
Packages that use PathItem.HttpMethod Package Description io.swagger.v3.oas.models -
-
Uses of PathItem.HttpMethod in io.swagger.v3.oas.models
Methods in io.swagger.v3.oas.models that return PathItem.HttpMethod Modifier and Type Method Description static PathItem.HttpMethodPathItem.HttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static PathItem.HttpMethod[]PathItem.HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.swagger.v3.oas.models that return types with arguments of type PathItem.HttpMethod Modifier and Type Method Description Map<PathItem.HttpMethod,Operation>PathItem. readOperationsMap()Methods in io.swagger.v3.oas.models with parameters of type PathItem.HttpMethod Modifier and Type Method Description voidPathItem. operation(PathItem.HttpMethod method, Operation operation)
-