Class PathAndExternalIdJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.PathAndExternalIdJson
- All Implemented Interfaces:
Serializable
public class PathAndExternalIdJson extends BaseJson
A path and external ID
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PathAndExternalIdJson()
-
Method Summary
Modifier and Type Method Description DeviceType
getDeviceType()
Device typeExternalRepositoryIdRequestJson
getExternalRepositoryIdentifier()
External repository identifierString
getPath()
Pathvoid
setDeviceType(DeviceType deviceType)
Device typevoid
setExternalRepositoryIdentifier(ExternalRepositoryIdRequestJson externalRepositoryIdentifier)
External repository identifiervoid
setPath(String path)
PathMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
PathAndExternalIdJson
public PathAndExternalIdJson()
-
-
Method Details
-
getDeviceType
Device type- Returns:
- Device type
-
setDeviceType
Device type- Parameters:
deviceType
- Device type
-
getPath
Path- Returns:
- Path
-
setPath
Path- Parameters:
path
- Path
-
getExternalRepositoryIdentifier
External repository identifier- Returns:
- External repository identifier
-
setExternalRepositoryIdentifier
public void setExternalRepositoryIdentifier(ExternalRepositoryIdRequestJson externalRepositoryIdentifier)External repository identifier- Parameters:
externalRepositoryIdentifier
- External repository identifier
-