public enum PermissionTemplateNameRequest extends Enum<PermissionTemplateNameRequest>
Enum Constant and Description |
---|
CONTROLLED
Controlled
|
CONTROLLED_EDIT
Controlled edit
|
CONTROLLED_FULL
Controlled full
|
CONTROLLED_PRINT
Controlled print
|
CONTROLLED_PRINT_EDIT
Controlled print edit
|
FULL_ACCESS
Full access
|
ONLINE_VIEW
Online view
|
PRINT
Print
|
SPOTLIGHT_VIEW
Spotlight view
|
Modifier and Type | Method and Description |
---|---|
static PermissionTemplateNameRequest |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionTemplateNameRequest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermissionTemplateNameRequest FULL_ACCESS
public static final PermissionTemplateNameRequest ONLINE_VIEW
public static final PermissionTemplateNameRequest PRINT
public static final PermissionTemplateNameRequest SPOTLIGHT_VIEW
public static final PermissionTemplateNameRequest CONTROLLED
public static final PermissionTemplateNameRequest CONTROLLED_EDIT
public static final PermissionTemplateNameRequest CONTROLLED_PRINT
public static final PermissionTemplateNameRequest CONTROLLED_PRINT_EDIT
public static final PermissionTemplateNameRequest CONTROLLED_FULL
public static PermissionTemplateNameRequest[] values()
for (PermissionTemplateNameRequest c : PermissionTemplateNameRequest.values()) System.out.println(c);
public static PermissionTemplateNameRequest 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 © 2019. All rights reserved.