public static enum Request.RequestType extends Enum<Request.RequestType>
request.getType().name()
.Enum Constant and Description |
---|
ABANDON |
ADD |
BIND |
COMPARE |
DELETE |
EXTENDED |
INVALID |
MODIFY |
MODIFYDN |
SEARCH |
UNBIND |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
byte |
getProtocolOperationType()
Returns the protocol operation type.
|
static Request.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Request.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Request.RequestType ABANDON
public static final Request.RequestType ADD
public static final Request.RequestType BIND
public static final Request.RequestType COMPARE
public static final Request.RequestType DELETE
public static final Request.RequestType EXTENDED
public static final Request.RequestType MODIFYDN
public static final Request.RequestType MODIFY
public static final Request.RequestType SEARCH
public static final Request.RequestType UNBIND
public static final Request.RequestType UNKNOWN
public static final Request.RequestType INVALID
public static Request.RequestType[] values()
for (Request.RequestType c : Request.RequestType.values()) System.out.println(c);
public static Request.RequestType 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 byte getProtocolOperationType()
Copyright 2011-2017 ForgeRock AS.