public enum HttpMode extends Enum<HttpMode>
Enum Constant and Description |
---|
DELETE |
GET |
HEAD |
OPTIONS |
PATCH |
POST |
PUT |
Modifier and Type | Method and Description |
---|---|
static hudson.util.ListBoxModel |
getFillItems() |
static HttpMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HttpMode GET
public static final HttpMode HEAD
public static final HttpMode POST
public static final HttpMode PUT
public static final HttpMode DELETE
public static final HttpMode OPTIONS
public static final HttpMode PATCH
public static HttpMode[] values()
for (HttpMode c : HttpMode.values()) System.out.println(c);
public static HttpMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static hudson.util.ListBoxModel getFillItems()
Copyright © 2016–2025. All rights reserved.