public enum Method extends Enum<Method>
| Enum Constant and Description |
|---|
ACL |
BASELINE_CONTROL |
BIND |
CHECKIN |
CHECKOUT |
CONNECT |
COPY |
DEBUG |
DELETE |
GET |
HEAD |
LABEL |
LINK |
LOCK |
MERGE |
MKACTIVITY |
MKCALENDAR |
MKCOL |
MKREDIRECTREF |
MKWORKSPACE |
MOVE |
OPTIONS |
ORDERPATCH |
PATCH |
POST |
PRI |
PROPFIND |
PROPPATCH |
PUT |
REBIND |
REPORT |
SEARCH |
SHOWMETHOD |
SPACEJUMP |
TEXTSEARCH |
TRACE |
TRACK |
UNBIND |
UNCHECKOUT |
UNLINK |
UNLOCK |
UPDATE |
UPDATEREDIRECTREF |
VERSION_CONTROL |
| Modifier and Type | Method and Description |
|---|---|
static Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Method ACL
public static final Method BASELINE_CONTROL
public static final Method BIND
public static final Method CHECKIN
public static final Method CHECKOUT
public static final Method CONNECT
public static final Method COPY
public static final Method DEBUG
public static final Method DELETE
public static final Method GET
public static final Method HEAD
public static final Method LABEL
public static final Method LINK
public static final Method LOCK
public static final Method MERGE
public static final Method MKACTIVITY
public static final Method MKCALENDAR
public static final Method MKCOL
public static final Method MKREDIRECTREF
public static final Method MKWORKSPACE
public static final Method MOVE
public static final Method OPTIONS
public static final Method ORDERPATCH
public static final Method PATCH
public static final Method POST
public static final Method PRI
public static final Method PROPFIND
public static final Method PROPPATCH
public static final Method PUT
public static final Method REBIND
public static final Method REPORT
public static final Method SEARCH
public static final Method SHOWMETHOD
public static final Method SPACEJUMP
public static final Method TEXTSEARCH
public static final Method TRACE
public static final Method TRACK
public static final Method UNBIND
public static final Method UNCHECKOUT
public static final Method UNLINK
public static final Method UNLOCK
public static final Method UPDATE
public static final Method UPDATEREDIRECTREF
public static final Method VERSION_CONTROL
public static Method[] values()
for (Method c : Method.values()) System.out.println(c);
public static Method 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 nullCopyright © 2020. All rights reserved.