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 Details

  • Method Details

    • 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