Uses of Class
com.blackberry.workspaces.sdk.api.enums.ExternalRepositoryShowValue
Package | Description |
---|---|
com.blackberry.workspaces.sdk.api.enums | |
com.blackberry.workspaces.sdk.api.json |
-
Uses of ExternalRepositoryShowValue in com.blackberry.workspaces.sdk.api.enums
Methods in com.blackberry.workspaces.sdk.api.enums that return ExternalRepositoryShowValue Modifier and Type Method Description static ExternalRepositoryShowValue
ExternalRepositoryShowValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExternalRepositoryShowValue[]
ExternalRepositoryShowValue. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExternalRepositoryShowValue in com.blackberry.workspaces.sdk.api.json
Methods in com.blackberry.workspaces.sdk.api.json that return ExternalRepositoryShowValue Modifier and Type Method Description ExternalRepositoryShowValue
ExternalRepositoryIdResultJson. getExternalRepository()
Methods in com.blackberry.workspaces.sdk.api.json with parameters of type ExternalRepositoryShowValue Modifier and Type Method Description void
ExternalRepositoryIdResultJson. setExternalRepository(ExternalRepositoryShowValue externalRepository)