Enum OrgAttributeType
- All Implemented Interfaces:
Serializable
,Comparable<OrgAttributeType>
,java.lang.constant.Constable
public enum OrgAttributeType extends Enum<OrgAttributeType>
An enum of organization attribute types
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description AD_PROVISIONING
Active Directory provisioningADMIN_CONSOLE_MISC
Admin Console miscBYOK
BYOKCHANGE_LINKS
Change linksCIFS
CIFSCMIS
CMISCMIS_EXTERNALIZE
CMIS externalizeCOMMENTS
CommentsCUSTOM_LOGO
Custom logoCUSTOM_PRODUCT_NAME
Custom product nameDOCU_SIGN
DocuSignDOCUMENT_TAGS
Document tagsDRM
DRMEMAIL_INJECTOR
Email injectorEMAIL_PROTECTOR
Email protectorENABLE_BLACKLISTING
Enable blacklistingEXCHANGE
ExchangeFILE_RETENTION_POLICIES
File retention policiesICAP
ICAPIMANAGE
IManageLARGE_FILES_OUTLOOK
Large files OutlookLEGAL_HOLD
Legal holdLOCK_DOCUMENTS
Lock documentsMYDOX
MyDoXOFFICE_ONLINE_EDITING
Office online editingONE_DRIVE
OneDriveREAD_CONFIRMATION
Read confirmationREPORTS_AUTHENTICATION
Reports AuthenticationRESTORE_TO_SNAPSHOT
SALES_FORCE
SalesForceSHAREPOINT
SharepointSHAREPOINT_PROTECTOR
SharePoint protectorSIMPLE_SHARING
Simple sharingSYNC_POLICIES
Sync policiesSYSLOG
SyslogTIERED_ADMINISTRATOR_ROLES
Tiered administration rolesWATCHDOX_APP
WatchDox appWATCHDOX_EDITOR
WatchDox editorWORKSPACE_ROLE_BUILDER
Workspace role builderWORKSPACES
Workspaces -
Method Summary
Modifier and Type Method Description static OrgAttributeType
valueOf(String name)
Returns the enum constant of this type with the specified name.static OrgAttributeType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
EXCHANGE
Exchange -
WORKSPACES
Workspaces -
DRM
DRM -
SHAREPOINT
Sharepoint -
CIFS
CIFS -
ICAP
ICAP -
SYSLOG
Syslog -
WATCHDOX_APP
WatchDox app -
WATCHDOX_EDITOR
WatchDox editor -
AD_PROVISIONING
Active Directory provisioning -
LEGAL_HOLD
Legal hold -
DOCUMENT_TAGS
Document tags -
FILE_RETENTION_POLICIES
File retention policies -
SIMPLE_SHARING
Simple sharing -
SYNC_POLICIES
Sync policies -
ENABLE_BLACKLISTING
Enable blacklisting -
TIERED_ADMINISTRATOR_ROLES
Tiered administration roles -
CUSTOM_LOGO
Custom logo -
CUSTOM_PRODUCT_NAME
Custom product name -
CHANGE_LINKS
Change links -
SHAREPOINT_PROTECTOR
SharePoint protector -
EMAIL_PROTECTOR
Email protector -
MYDOX
MyDoX -
SALES_FORCE
SalesForce -
CMIS
CMIS -
CMIS_EXTERNALIZE
CMIS externalize -
ONE_DRIVE
OneDrive -
WORKSPACE_ROLE_BUILDER
Workspace role builder -
EMAIL_INJECTOR
Email injector -
LARGE_FILES_OUTLOOK
Large files Outlook -
OFFICE_ONLINE_EDITING
Office online editing -
LOCK_DOCUMENTS
Lock documents -
DOCU_SIGN
DocuSign -
COMMENTS
Comments -
READ_CONFIRMATION
Read confirmation -
ADMIN_CONSOLE_MISC
Admin Console misc -
REPORTS_AUTHENTICATION
Reports Authentication -
RESTORE_TO_SNAPSHOT
-
IMANAGE
IManage -
BYOK
BYOK
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-