Package com.mypurecloud.sdk.v2.model
Class CsvMappingEntry
java.lang.Object
com.mypurecloud.sdk.v2.model.CsvMappingEntry
- All Implemented Interfaces:
Serializable
CsvMappingEntry
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetSourceField(String sourceField) voidsetTargetField(String targetField) sourceField(String sourceField) CSV field to map data fromtargetField(String targetField) Json path to map data totoString()
-
Constructor Details
-
CsvMappingEntry
public CsvMappingEntry() -
CsvMappingEntry
-
-
Method Details