Class ExternalRepositoryIdResultJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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 repository-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getExternalRepositoryUuid
public String getExternalRepositoryUuid()
Uuid of the repository- Returns:
- Uuid of the repository
-
setExternalRepositoryUuid
public void setExternalRepositoryUuid(String externalRepositoryUuid)
Uuid of the repository- Parameters:
externalRepositoryUuid
- Uuid of the repository
-
getExternalRepository
public ExternalRepositoryShowValue getExternalRepository()
-
setExternalRepository
public void setExternalRepository(ExternalRepositoryShowValue externalRepository)
-
getExternalId
public String getExternalId()
Id of the repository- Returns:
- Id of the repository
-
setExternalId
public void setExternalId(String externalId)
Id of the repository- Parameters:
externalId
- Id of the repository
-
getExternalRepositoryName
public String getExternalRepositoryName()
Name of external repository- Returns:
- Name of external repository
-
setExternalRepositoryName
public void setExternalRepositoryName(String externalRepositoryName)
Name of external repository- Parameters:
externalRepositoryName
- Name of external repository
-
-