public enum RoleAssignmentScopeType extends Enum<RoleAssignmentScopeType> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
ALL_DEVICES |
ALL_DEVICES_AND_LICENSED_USERS |
ALL_LICENSED_USERS |
RESOURCE_SCOPE |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static RoleAssignmentScopeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleAssignmentScopeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoleAssignmentScopeType RESOURCE_SCOPE
public static final RoleAssignmentScopeType ALL_DEVICES
public static final RoleAssignmentScopeType ALL_LICENSED_USERS
public static final RoleAssignmentScopeType ALL_DEVICES_AND_LICENSED_USERS
public static RoleAssignmentScopeType[] values()
for (RoleAssignmentScopeType c : RoleAssignmentScopeType.values()) System.out.println(c);
public static RoleAssignmentScopeType 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 enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.