public enum OrgRoleType extends Enum<OrgRoleType>
Enum Constant and Description |
---|
AUDIT_HELP_DESK
Audit help desk
|
CIFS_DEFAULT_ROOM_ADMIN
CIFS default room admin
|
HELP_DESK
Help desk
|
INBOUND_TRANSIENT_WORKSPACE_OWNER
Transient Workspace Owner
|
LEGAL_INVESTIGATOR
Legal investigator
|
MYDOX_WORKSPACE_OWNER
MyDoX workspace owner
|
ORG_ADMIN
Org admin
|
PROTECTED_USER
Protected user
|
SDS_USER
SDS user
|
SERVICE_REPRESENTING_USER
Service Representing User
|
SHAREPOINT_DEFAULT_ROOM_ADMIN
SharePoint default room admin
|
SUPER_ADMIN
Super admin
|
VDR_OWNER
VDR owner
|
VDR_SUBSCRIBER
VDR subscriber
|
VISITOR
Visitor
|
WATCHDOX_PERSONAL_USER
Watchdox personal user
|
Modifier and Type | Method and Description |
---|---|
static OrgRoleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrgRoleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrgRoleType VISITOR
public static final OrgRoleType VDR_OWNER
public static final OrgRoleType ORG_ADMIN
public static final OrgRoleType SDS_USER
public static final OrgRoleType SUPER_ADMIN
public static final OrgRoleType HELP_DESK
public static final OrgRoleType VDR_SUBSCRIBER
public static final OrgRoleType AUDIT_HELP_DESK
public static final OrgRoleType SHAREPOINT_DEFAULT_ROOM_ADMIN
public static final OrgRoleType CIFS_DEFAULT_ROOM_ADMIN
public static final OrgRoleType MYDOX_WORKSPACE_OWNER
public static final OrgRoleType WATCHDOX_PERSONAL_USER
public static final OrgRoleType LEGAL_INVESTIGATOR
public static final OrgRoleType PROTECTED_USER
public static final OrgRoleType SERVICE_REPRESENTING_USER
public static final OrgRoleType INBOUND_TRANSIENT_WORKSPACE_OWNER
public static OrgRoleType[] values()
for (OrgRoleType c : OrgRoleType.values()) System.out.println(c);
public static OrgRoleType 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.