| Package | Description |
|---|---|
| com.microsoft.azure.functions |
Root package
|
| Modifier and Type | Method and Description |
|---|---|
static HttpStatus |
HttpStatus.valueOf(int value)
Maps an int code to a standard HTTP status code.
|
static HttpStatus |
HttpStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpStatus[] |
HttpStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponseMessage.Builder |
HttpRequestMessage.createResponseBuilder(HttpStatus status)
Returns a
HttpResponseMessage.Builder instance to build a HttpResponseMessage with
standard HTTP status code and no response body. |
Copyright © 2020. All rights reserved.