public enum AdActionType extends Enum<AdActionType>
Enum Constant and Description |
---|
AuthenticateUser |
ChangeUserPassword |
CreateComputerAccount |
GetAdGroupByGroupId |
GetAdUserByUserId |
GetAdUserByUserIdList |
GetAdUserByUserName |
IsComputerWithTheSameNameExists |
SearchGroupsByQuery |
SearchUserByQuery |
Modifier and Type | Method and Description |
---|---|
static AdActionType |
forValue(int value) |
int |
getValue() |
static AdActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdActionType AuthenticateUser
public static final AdActionType SearchGroupsByQuery
public static final AdActionType SearchUserByQuery
public static final AdActionType GetAdGroupByGroupId
public static final AdActionType GetAdUserByUserId
public static final AdActionType GetAdUserByUserName
public static final AdActionType GetAdUserByUserIdList
public static final AdActionType CreateComputerAccount
public static final AdActionType ChangeUserPassword
public static final AdActionType IsComputerWithTheSameNameExists
public static AdActionType[] values()
for (AdActionType c : AdActionType.values()) System.out.println(c);
public static AdActionType 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 int getValue()
public static AdActionType forValue(int value)
Copyright © 2012. All Rights Reserved.