Uses of Class
com.blackberry.workspaces.sdk.api.enums.ExternalRepositoryType
-
Packages that use ExternalRepositoryType Package Description com.blackberry.workspaces.sdk.api.enums com.blackberry.workspaces.sdk.api.json -
-
Uses of ExternalRepositoryType in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return ExternalRepositoryType Modifier and Type Method 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. -
Uses of ExternalRepositoryType in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return ExternalRepositoryType Modifier and Type Method Description ExternalRepositoryType
CreateWorkspaceExternalFoldersJson. getExternalRepository()
External repository typeExternalRepositoryType
CreateWorkspaceFolderTreeJson. getExternalRepository()
ExternalRepositoryType
ExternalRepositoryIdRequestJson. getExternalRepository()
Type of external repositoryExternalRepositoryType
ListExternalConnectorsResultJson. getExternalRepositoryType()
Methods in com.blackberry.workspaces.sdk.api.json that return types with arguments of type ExternalRepositoryType Modifier and Type Method Description Set<ExternalRepositoryType>
ListExternalConnectorsJson. getExternalRepositoryTypes()
Methods in com.blackberry.workspaces.sdk.api.json with parameters of type ExternalRepositoryType Modifier and Type Method Description void
CreateWorkspaceExternalFoldersJson. setExternalRepository(ExternalRepositoryType externalRepository)
External repository typevoid
CreateWorkspaceFolderTreeJson. setExternalRepository(ExternalRepositoryType externalRepository)
void
ExternalRepositoryIdRequestJson. setExternalRepository(ExternalRepositoryType externalRepository)
Type of external repositoryvoid
ListExternalConnectorsResultJson. setExternalRepositoryType(ExternalRepositoryType externalRepositoryType)
Method parameters in com.blackberry.workspaces.sdk.api.json with type arguments of type ExternalRepositoryType Modifier and Type Method Description void
ListExternalConnectorsJson. setExternalRepositoryTypes(Set<ExternalRepositoryType> externalRepositoryTypes)
-