Class GetGuidByFolderAndNameJson
- java.lang.Object
-
- com.blackberry.workspaces.sdk.api.json.BaseJson
-
- com.blackberry.workspaces.sdk.api.json.GetGuidByFolderAndNameJson
-
- All Implemented Interfaces:
Serializable
public class GetGuidByFolderAndNameJson extends BaseJson
GUID of folder and filename- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetGuidByFolderAndNameJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDocumentName()
File nameString
getFolderGuid()
Folder guidInteger
getFolderId()
Folder idString
getFolderPath()
Pathname to file (excluding file name)void
setDocumentName(String documentName)
File namevoid
setFolderGuid(String folderGuid)
Folder guidvoid
setFolderId(Integer folderId)
Folder idvoid
setFolderPath(String folderPath)
Pathname to file (excluding file name)-
Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getFolderPath
public String getFolderPath()
Pathname to file (excluding file name)- Returns:
- Pathname to file (excluding file name)
-
setFolderPath
public void setFolderPath(String folderPath)
Pathname to file (excluding file name)- Parameters:
folderPath
- Pathname to file (excluding file name)
-
getFolderGuid
public String getFolderGuid()
Folder guid- Returns:
- Folder guid
-
setFolderGuid
public void setFolderGuid(String folderGuid)
Folder guid- Parameters:
folderGuid
- Folder guid
-
getDocumentName
public String getDocumentName()
File name- Returns:
- File name
-
setDocumentName
public void setDocumentName(String documentName)
File name- Parameters:
documentName
- File name
-
getFolderId
public Integer getFolderId()
Folder id- Returns:
- Folder id
-
setFolderId
public void setFolderId(Integer folderId)
Folder id- Parameters:
folderId
- Folder id
-
-