Uses of Enum
net.serenitybdd.core.rest.RestMethod
Packages that use RestMethod
-
Uses of RestMethod in net.serenitybdd.core.rest
Methods in net.serenitybdd.core.rest that return RestMethodModifier and TypeMethodDescriptionRestQuery.getMethod()static RestMethodReturns 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 RestMethodModifier and TypeMethodDescriptionstatic Optional<RestMethod>RestMethod.restMethodCalled(String value) Methods in net.serenitybdd.core.rest with parameters of type RestMethodModifier and TypeMethodDescriptionstatic RestQuery.RestQueryBuilderRestQuery.withMethod(RestMethod method) Constructors in net.serenitybdd.core.rest with parameters of type RestMethodModifierConstructorDescriptionRestQuery(RestMethod method, String path) RestQueryBuilder(RestMethod method)