Class ExternalRepositoryIdRequestJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.ExternalRepositoryIdRequestJson
- All Implemented Interfaces:
Serializable
public class ExternalRepositoryIdRequestJson extends BaseJson
Request for getting the ID of an external repository
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ExternalRepositoryIdRequestJson()
-
Method Summary
Modifier and Type Method Description String
getExternalId()
The repository's idExternalRepositoryType
getExternalRepository()
Type of external repositoryString
getExternalRepositoryUuid()
The repository's uuidvoid
setExternalId(String externalId)
The repository's idvoid
setExternalRepository(ExternalRepositoryType externalRepository)
Type of external repositoryvoid
setExternalRepositoryUuid(String externalRepositoryUuid)
The repository's uuidMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
ExternalRepositoryIdRequestJson
public ExternalRepositoryIdRequestJson()
-
-
Method Details
-
getExternalRepositoryUuid
The repository's uuid- Returns:
- The repository's uuid
-
setExternalRepositoryUuid
The repository's uuid- Parameters:
externalRepositoryUuid
- The repository's uuid
-
getExternalRepository
Type of external repository- Returns:
- Type of external repository
-
setExternalRepository
Type of external repository- Parameters:
externalRepository
- Type of external repository
-
getExternalId
The repository's id- Returns:
- The repository's id
-
setExternalId
The repository's id- Parameters:
externalId
- The repository's id
-