Class FileContentResult
java.lang.Object
net.avalara.avatax.rest.client.models.FileContentResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for contentType -Getter for fileContents -Getter for fileDownloadName -void
setContentType
(String contentType) Setter for contentType -void
setFileContents
(String fileContents) Setter for fileContents -void
setFileDownloadName
(String fileDownloadName) Setter for fileDownloadName -toString()
Returns a JSON string representation of FileContentResult.
-
Constructor Details
-
FileContentResult
public FileContentResult()
-
-
Method Details
-
getFileContents
Getter for fileContents - -
setFileContents
Setter for fileContents - -
getContentType
Getter for contentType - -
setContentType
Setter for contentType - -
getFileDownloadName
Getter for fileDownloadName - -
setFileDownloadName
Setter for fileDownloadName - -
toString
Returns a JSON string representation of FileContentResult.
-