Class ExternalRepositoryIdResultJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ExternalRepositoryIdResultJson
- All Implemented Interfaces:
Serializable
public class ExternalRepositoryIdResultJson extends BaseJson
Result from getting external repository ID information
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExternalRepositoryIdResultJson()
-
Method Summary
Modifier and Type Method Description String
getExternalId()
Id of the repositoryExternalRepositoryShowValue
getExternalRepository()
String
getExternalRepositoryName()
Name of external repositoryString
getExternalRepositoryUuid()
Uuid of the repositoryvoid
setExternalId(String externalId)
Id of the repositoryvoid
setExternalRepository(ExternalRepositoryShowValue externalRepository)
void
setExternalRepositoryName(String externalRepositoryName)
Name of external repositoryvoid
setExternalRepositoryUuid(String externalRepositoryUuid)
Uuid of the repositoryMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ExternalRepositoryIdResultJson
public ExternalRepositoryIdResultJson()
-
-
Method Details
-
getExternalRepositoryUuid
Uuid of the repository- Returns:
- Uuid of the repository
-
setExternalRepositoryUuid
Uuid of the repository- Parameters:
externalRepositoryUuid
- Uuid of the repository
-
getExternalRepository
-
setExternalRepository
-
getExternalId
Id of the repository- Returns:
- Id of the repository
-
setExternalId
Id of the repository- Parameters:
externalId
- Id of the repository
-
getExternalRepositoryName
Name of external repository- Returns:
- Name of external repository
-
setExternalRepositoryName
Name of external repository- Parameters:
externalRepositoryName
- Name of external repository
-