Class PathAndExternalIdJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.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
All Methods Instance Methods Concrete Methods 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)
Path-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getDeviceType
public DeviceType getDeviceType()
Device type- Returns:
- Device type
-
setDeviceType
public void setDeviceType(DeviceType deviceType)
Device type- Parameters:
deviceType
- Device type
-
getPath
public String getPath()
Path- Returns:
- Path
-
setPath
public void setPath(String path)
Path- Parameters:
path
- Path
-
getExternalRepositoryIdentifier
public ExternalRepositoryIdRequestJson getExternalRepositoryIdentifier()
External repository identifier- Returns:
- External repository identifier
-
setExternalRepositoryIdentifier
public void setExternalRepositoryIdentifier(ExternalRepositoryIdRequestJson externalRepositoryIdentifier)
External repository identifier- Parameters:
externalRepositoryIdentifier
- External repository identifier
-
-