Enum ExternalRepositoryShowValue
java.lang.Object
java.lang.Enum<ExternalRepositoryShowValue>
com.blackberry.workspaces.sdk.api.enums.ExternalRepositoryShowValue
- All Implemented Interfaces:
Serializable
,Comparable<ExternalRepositoryShowValue>
,java.lang.constant.Constable
public enum ExternalRepositoryShowValue extends Enum<ExternalRepositoryShowValue>
An enum of values for external repository display
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description BOX
BOXCIFS
CIFSCMIS
CMISDROPBOX
DROPBOXGEMS_CIFS
GEMS CIFSGEMS_CMIS
GEMS CMISGEMS_CMIS_ONLINE
GEMS CMIS ONLINEGEMS_ONE_DRIVE
GEMS ONE DRIVEGEMS_SHAREPOINT
GEMS SHAREPOINTGEMS_SHAREPOINT_ONLINE
GEMS SHAREPOINT ONLINEGOOGLE_DRIVE
Google DriveIMANAGE
IMANAGEIMANAGE_CLOUD
IMANAGE_CLOUDNONE
NoneONE_DRIVE
OneDriveSHAREPOINT
SharePoint -
Method Summary
Modifier and Type Method Description static ExternalRepositoryShowValue
valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalRepositoryShowValue[]
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
-
NONE
None -
SHAREPOINT
SharePoint -
CIFS
CIFS -
GOOGLE_DRIVE
Google Drive -
CMIS
CMIS -
ONE_DRIVE
OneDrive -
GEMS_CIFS
GEMS CIFS -
GEMS_SHAREPOINT
GEMS SHAREPOINT -
GEMS_SHAREPOINT_ONLINE
GEMS SHAREPOINT ONLINE -
GEMS_ONE_DRIVE
GEMS ONE DRIVE -
GEMS_CMIS
GEMS CMIS -
GEMS_CMIS_ONLINE
GEMS CMIS ONLINE -
IMANAGE
IMANAGE -
DROPBOX
DROPBOX -
IMANAGE_CLOUD
IMANAGE_CLOUD -
BOX
BOX
-
-
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
-