public class RequestMethodType extends Object
| Modifier and Type | Field and Description |
|---|---|
static RequestMethodType |
DELETE |
static RequestMethodType |
GET |
static RequestMethodType |
HEAD |
static RequestMethodType |
OPTIONS |
static RequestMethodType |
POST |
static RequestMethodType |
PUT |
static RequestMethodType |
TRACE |
| Constructor and Description |
|---|
RequestMethodType(String id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId() |
String |
getName() |
int |
hashCode() |
String |
toString() |
static RequestMethodType |
valueOf(String value) |
public static final RequestMethodType DELETE
public static final RequestMethodType GET
public static final RequestMethodType HEAD
public static final RequestMethodType OPTIONS
public static final RequestMethodType POST
public static final RequestMethodType PUT
public static final RequestMethodType TRACE
public static RequestMethodType valueOf(String value)
public String getId()
public String getName()
Copyright © 2026 Brandao. All rights reserved.