public static enum BusinessCreativeFolder.EnumTasks extends Enum<BusinessCreativeFolder.EnumTasks>
Enum Constant and Description |
---|
VALUE_CREATE_CONTENT |
VALUE_MANAGE_CONTENT |
VALUE_MANAGE_PERMISSIONS |
VALUE_VIEW_CONTENT |
VALUE_VIEW_INSIGHTS |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static BusinessCreativeFolder.EnumTasks |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BusinessCreativeFolder.EnumTasks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusinessCreativeFolder.EnumTasks VALUE_CREATE_CONTENT
public static final BusinessCreativeFolder.EnumTasks VALUE_MANAGE_CONTENT
public static final BusinessCreativeFolder.EnumTasks VALUE_MANAGE_PERMISSIONS
public static final BusinessCreativeFolder.EnumTasks VALUE_VIEW_CONTENT
public static final BusinessCreativeFolder.EnumTasks VALUE_VIEW_INSIGHTS
public static BusinessCreativeFolder.EnumTasks[] values()
for (BusinessCreativeFolder.EnumTasks c : BusinessCreativeFolder.EnumTasks.values()) System.out.println(c);
public static BusinessCreativeFolder.EnumTasks 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 String toString()
toString
in class Enum<BusinessCreativeFolder.EnumTasks>
Copyright © 2020. All rights reserved.