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

@Scriptable public final class DriveItem extends Object
  • Constructor Details

    • DriveItem

      public DriveItem()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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
    • getWebUrl

      public URI getWebUrl()
      Returns:
      the webUrl
    • setWebUrl

      public void setWebUrl(URI p_webUrl)
      Parameters:
      p_webUrl - the webUrl to set
    • getDownloadUrl

      public URI getDownloadUrl()
      Returns:
      the downloadUrl
    • setDownloadUrl

      public void setDownloadUrl(URI p_downloadUrl)
      Parameters:
      p_downloadUrl - the downloadUrl to set
    • getSize

      public long getSize()
      Returns:
      the size
    • setSize

      public void setSize(long p_size)
      Parameters:
      p_size - the size to set
    • getLastModifiedDateTime

      public Calendar getLastModifiedDateTime()
      Returns:
      the lastModifiedDateTime
    • setLastModifiedDateTime

      public void setLastModifiedDateTime(Calendar p_lastModifiedDateTime)
      Parameters:
      p_lastModifiedDateTime - the lastModifiedDateTime to set
    • getLastModifiedBy

      public IdentitySet getLastModifiedBy()
      Returns:
      the lastModifiedBy
    • setLastModifiedBy

      public void setLastModifiedBy(IdentitySet p_lastModifiedBy)
      Parameters:
      p_lastModifiedBy - the lastModifiedBy to set
    • getCreatedDateTime

      public Calendar getCreatedDateTime()
      Returns:
      the createdDateTime
    • setCreatedDateTime

      public void setCreatedDateTime(Calendar p_createdDateTime)
      Parameters:
      p_createdDateTime - the createdDateTime to set
    • getCreatedBy

      public IdentitySet getCreatedBy()
      Returns:
      the createdBy
    • setCreatedBy

      public void setCreatedBy(IdentitySet p_createdBy)
      Parameters:
      p_createdBy - the createdBy to set
    • getParentReference

      public ItemReference getParentReference()
      Returns:
      the parentReference
    • setParentReference

      public void setParentReference(ItemReference p_parentReference)
      Parameters:
      p_parentReference - the parentReference to set
    • getFolderChildCount

      public long getFolderChildCount()
      Returns:
      the folderChildCount
    • setFolderChildCount

      public void setFolderChildCount(long p_folderChildCount)
      Parameters:
      p_folderChildCount - the folderChildCount to set
    • getFileMimeType

      public String getFileMimeType()
      Returns:
      the fileMimeType
    • setFileMimeType

      public void setFileMimeType(String p_fileMimeType)
      Parameters:
      p_fileMimeType - the fileMimeType to set
    • getThumbnailUrls

      public Map<String,String> getThumbnailUrls()
    • setThumbnailUrls

      public void setThumbnailUrls(Map<String,String> p_thumbnailUrl)