@Generated public enum AppManifestAppResourceExperimentSpecExperimentPermission extends Enum<AppManifestAppResourceExperimentSpecExperimentPermission>
| Enum Constant and Description |
|---|
CAN_EDIT |
CAN_MANAGE |
CAN_READ |
| Modifier and Type | Method and Description |
|---|---|
static AppManifestAppResourceExperimentSpecExperimentPermission |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppManifestAppResourceExperimentSpecExperimentPermission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppManifestAppResourceExperimentSpecExperimentPermission CAN_EDIT
public static final AppManifestAppResourceExperimentSpecExperimentPermission CAN_MANAGE
public static final AppManifestAppResourceExperimentSpecExperimentPermission CAN_READ
public static AppManifestAppResourceExperimentSpecExperimentPermission[] values()
for (AppManifestAppResourceExperimentSpecExperimentPermission c : AppManifestAppResourceExperimentSpecExperimentPermission.values()) System.out.println(c);
public static AppManifestAppResourceExperimentSpecExperimentPermission 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 © 2026. All rights reserved.