Class Preview
java.lang.Object
com.amilesend.onedrive.resource.item.type.Preview
Represents a response to preview an item.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Preview.PreviewBuilderbuilder()booleanThe associated drive item identifier that this preview applies to.The URL for embedding using HTTP get (e.g., iFrames).The HTTP POST parameters to include if usinggetPostUrl().The URL suiting for embedding using HTTP POST (e.g., post, javascript, etc.).inthashCode()toString()
-
Method Details
-
builder
-
getGetUrl
The URL for embedding using HTTP get (e.g., iFrames). -
getPostParameters
The HTTP POST parameters to include if usinggetPostUrl(). -
getPostUrl
The URL suiting for embedding using HTTP POST (e.g., post, javascript, etc.). -
getDriveItemId
The associated drive item identifier that this preview applies to. -
equals
-
hashCode
-
toString
-