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