| Package | Description |
|---|---|
| net.serenitybdd.core.rest |
| Modifier and Type | Method and Description |
|---|---|
RestMethod |
RestQuery.getMethod() |
static RestMethod |
RestMethod.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<RestMethod> |
RestMethod.restMethodCalled(String value) |
| Modifier and Type | Method and Description |
|---|---|
static RestQuery.RestQueryBuilder |
RestQuery.withMethod(RestMethod method) |
| Constructor and Description |
|---|
RestQuery(RestMethod method,
String path) |
RestQueryBuilder(RestMethod method) |
Copyright © 2022. All rights reserved.