public enum UseropAction extends Enum<UseropAction>
| Enum Constant and Description |
|---|
AuthorizeServerEvent
Authorization event.
|
CheckUnplannedEvent
Check unplanned event.
|
CreateAuthorizeRule
Create authorize rule.
|
DeleteInstUserOpAuthorizeRule
Delete authorize rule.
|
DescribeAuthorizeRules
Describe authorize rules.
|
DescribePlannedEventRecords
Describe planned event records.
|
DescribePlannedEvents
Describe planned events.
|
DescribeUnplannedEventRecords
Describe unplanned event records.
|
DescribeUnplannedEvents
Describe unplanned events.
|
ModifyInstUserOpAuthorizeRuleAttribute
Modify authorize rule attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static UseropAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UseropAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UseropAction AuthorizeServerEvent
public static final UseropAction CreateAuthorizeRule
public static final UseropAction ModifyInstUserOpAuthorizeRuleAttribute
public static final UseropAction DeleteInstUserOpAuthorizeRule
public static final UseropAction DescribeAuthorizeRules
public static final UseropAction DescribePlannedEvents
public static final UseropAction DescribePlannedEventRecords
public static final UseropAction CheckUnplannedEvent
public static final UseropAction DescribeUnplannedEvents
public static final UseropAction DescribeUnplannedEventRecords
public static UseropAction[] values()
for (UseropAction c : UseropAction.values()) System.out.println(c);
public static UseropAction 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 © 2025. All rights reserved.