public enum ExternalRepositoryShowValue extends Enum<ExternalRepositoryShowValue>
Enum Constant and Description |
---|
CIFS
CIFS
|
CMIS
CMIS
|
DROPBOX
DROPBOX
|
GEMS_CIFS
GEMS CIFS
|
GEMS_CMIS
GEMS CMIS
|
GEMS_CMIS_ONLINE
GEMS CMIS ONLINE
|
GEMS_ONE_DRIVE
GEMS ONE DRIVE
|
GEMS_SHAREPOINT
GEMS SHAREPOINT
|
GEMS_SHAREPOINT_ONLINE
GEMS SHAREPOINT ONLINE
|
GOOGLE_DRIVE
Google Drive
|
IMANAGE
IMANAGE
|
IMANAGE_CLOUD
IMANAGE_CLOUD
|
NONE
None
|
ONE_DRIVE
OneDrive
|
SHAREPOINT
SharePoint
|
Modifier and Type | Method and 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.
|
public static final ExternalRepositoryShowValue NONE
public static final ExternalRepositoryShowValue SHAREPOINT
public static final ExternalRepositoryShowValue CIFS
public static final ExternalRepositoryShowValue GOOGLE_DRIVE
public static final ExternalRepositoryShowValue CMIS
public static final ExternalRepositoryShowValue ONE_DRIVE
public static final ExternalRepositoryShowValue GEMS_CIFS
public static final ExternalRepositoryShowValue GEMS_SHAREPOINT
public static final ExternalRepositoryShowValue GEMS_SHAREPOINT_ONLINE
public static final ExternalRepositoryShowValue GEMS_ONE_DRIVE
public static final ExternalRepositoryShowValue GEMS_CMIS
public static final ExternalRepositoryShowValue GEMS_CMIS_ONLINE
public static final ExternalRepositoryShowValue IMANAGE
public static final ExternalRepositoryShowValue DROPBOX
public static final ExternalRepositoryShowValue IMANAGE_CLOUD
public static ExternalRepositoryShowValue[] values()
for (ExternalRepositoryShowValue c : ExternalRepositoryShowValue.values()) System.out.println(c);
public static ExternalRepositoryShowValue 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.