Enum ExternalRepositoryType
java.lang.Object
java.lang.Enum<ExternalRepositoryType>
com.blackberry.workspaces.sdk.api.enums.ExternalRepositoryType
- All Implemented Interfaces:
Serializable
,Comparable<ExternalRepositoryType>
,java.lang.constant.Constable
public enum ExternalRepositoryType extends Enum<ExternalRepositoryType>
An enum of external repository type
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description BOX
GEMS BoxCIFS
CIFSCIFS_V20
CIFS V 2.0CMIS
CMISDROPBOX
GEMS 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
GEMS IMANAGEIMANAGE_CLOUD
GEMS IMANAGE CLOUDNONE
NoneONE_DRIVE
OneDriveSHAREPOINT
SharePointSHAREPOINT_ONLINE
SharePoint OnlineSHAREPOINT_V20
SharePoint V 2.0SHAREPOINT_V30
SharePoint V 3.0 -
Method Summary
Modifier and Type Method Description static ExternalRepositoryType
valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalRepositoryType[]
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 -
SHAREPOINT_V20
SharePoint V 2.0 -
CIFS
CIFS -
GOOGLE_DRIVE
Google Drive -
CIFS_V20
CIFS V 2.0 -
SHAREPOINT_V30
SharePoint V 3.0 -
SHAREPOINT_ONLINE
SharePoint Online -
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
GEMS IMANAGE -
DROPBOX
GEMS Dropbox -
IMANAGE_CLOUD
GEMS IMANAGE CLOUD -
BOX
GEMS 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
-