Uses of Class
net.serenitybdd.core.rest.RestMethod
| Package | Description |
|---|---|
| net.serenitybdd.core.rest |
-
Uses of RestMethod in net.serenitybdd.core.rest
Methods in net.serenitybdd.core.rest that return RestMethod Modifier and Type Method Description RestMethodRestQuery. getMethod()static RestMethodRestMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RestMethod[]RestMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.serenitybdd.core.rest that return types with arguments of type RestMethod Modifier and Type Method Description static java.util.Optional<RestMethod>RestMethod. restMethodCalled(java.lang.String value)Methods in net.serenitybdd.core.rest with parameters of type RestMethod Modifier and Type Method Description static RestQuery.RestQueryBuilderRestQuery. withMethod(RestMethod method)Constructors in net.serenitybdd.core.rest with parameters of type RestMethod Constructor Description RestQuery(RestMethod method, java.lang.String path)RestQueryBuilder(RestMethod method)