Package com.mypurecloud.sdk.v2.model
Class ContentFileResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ContentFileResponse
- All Implemented Interfaces:
Serializable
ContentFileResponse
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe checksum of the filecontentUrl(String contentUrl) Public download url for content.booleangetName()getSize()getType()inthashCode()The name of the filevoidsetChecksum(String checksum) voidsetContentUrl(String contentUrl) voidvoidvoidThe size of the file in bytestoString()The file format
-
Constructor Details
-
ContentFileResponse
public ContentFileResponse() -
ContentFileResponse
-
-
Method Details
-
name
The name of the file -
getName
-
setName
-
type
The file format -
getType
-
setType
-
checksum
The checksum of the file -
getChecksum
-
setChecksum
-
size
The size of the file in bytes -
getSize
-
setSize
-
contentUrl
Public download url for content. Needs to be expanded -
getContentUrl
-
setContentUrl
-
equals
-
hashCode
public int hashCode() -
toString
-