java.lang.Object
de.uplanet.lucy.server.odata.consumer.office365.json.ItemReference

@Scriptable public final class ItemReference extends Object
  • Constructor Details

    • ItemReference

      public ItemReference()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getDriveId

      public String getDriveId()
      Returns:
      The drive ID.
    • setDriveId

      public void setDriveId(String p_driveId)
      Parameters:
      p_driveId - The drive ID to set.
    • getDriveType

      public String getDriveType()
      Returns:
      The driveType
    • setDriveType

      public void setDriveType(String p_driveType)
      Parameters:
      p_driveType - The drive type to set.
    • getId

      public String getId()
      Returns:
      The id
    • setId

      public void setId(String p_id)
      Parameters:
      p_id - The id to set.
    • getName

      public String getName()
      Returns:
      The name.
    • setName

      public void setName(String p_name)
      Parameters:
      p_name - The name to set.
    • getPath

      public String getPath()
      Returns:
      The path
    • setPath

      public void setPath(String p_path)
      Parameters:
      p_path - The path.
    • getShareId

      public String getShareId()
    • setShareId

      public void setShareId(String p_shareId)
      Parameters:
      p_shareId - The share ID to set.