Package com.mypurecloud.sdk.v2.model
Class CsvUploadPreviewResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.CsvUploadPreviewResponse
- All Implemented Interfaces:
Serializable
CsvUploadPreviewResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList of entries in the CSVbooleaninthashCode()List of headers in the CSVvoidsetEntries(List<List<String>> entries) voidsetHeaders(List<String> headers) voidsetUploadId(String uploadId) toString()Id for the upload
-
Constructor Details
-
CsvUploadPreviewResponse
public CsvUploadPreviewResponse() -
CsvUploadPreviewResponse
-
-
Method Details
-
uploadId
Id for the upload -
getUploadId
-
setUploadId
-
headers
List of headers in the CSV -
getHeaders
-
setHeaders
-
entries
List of entries in the CSV -
getEntries
-
setEntries
-
equals
-
hashCode
public int hashCode() -
toString
-