Class File

java.lang.Object
com.amilesend.onedrive.resource.item.type.File

public class File extends Object
Describes if a given drive item is a file resource type.

API Documentation.

See Also:
  • Method Details

    • builder

      public static File.FileBuilder builder()
    • getHashes

      public Hashes getHashes()
      The hashes of the binary file content.
    • getMimeType

      public String getMimeType()
      The MIME type for the file content.
    • isProcessingMetadata

      public boolean isProcessingMetadata()
      Indicates if the item is being processed to extract metadata.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object