Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.json |
Modifier and Type | Method and Description |
---|---|
static ExternalRepositoryType |
ExternalRepositoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalRepositoryType[] |
ExternalRepositoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExternalRepositoryType |
CreateWorkspaceExternalFoldersJson.getExternalRepository()
External repository type
|
ExternalRepositoryType |
CreateWorkspaceFolderTreeJson.getExternalRepository() |
ExternalRepositoryType |
ExternalRepositoryIdRequestJson.getExternalRepository()
Type of external repository
|
ExternalRepositoryType |
ListExternalConnectorsResultJson.getExternalRepositoryType() |
Modifier and Type | Method and Description |
---|---|
Set<ExternalRepositoryType> |
ListExternalConnectorsJson.getExternalRepositoryTypes() |
Modifier and Type | Method and Description |
---|---|
void |
CreateWorkspaceExternalFoldersJson.setExternalRepository(ExternalRepositoryType externalRepository)
External repository type
|
void |
CreateWorkspaceFolderTreeJson.setExternalRepository(ExternalRepositoryType externalRepository) |
void |
ExternalRepositoryIdRequestJson.setExternalRepository(ExternalRepositoryType externalRepository)
Type of external repository
|
void |
ListExternalConnectorsResultJson.setExternalRepositoryType(ExternalRepositoryType externalRepositoryType) |
Modifier and Type | Method and Description |
---|---|
void |
ListExternalConnectorsJson.setExternalRepositoryTypes(Set<ExternalRepositoryType> externalRepositoryTypes) |
Copyright © 2019. All rights reserved.