Package com.mypurecloud.sdk.v2.model
Class ExportDetails
java.lang.Object
com.mypurecloud.sdk.v2.model.ExportDetails
- All Implemented Interfaces:
Serializable
ExportDetails
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe export type for the flow. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexportType(ExportDetails.ExportTypeEnum exportType) The export type for the flow.Name to assign to the file after download.flow(ArchitectFlowReference flow) The flow to export.getFlow()inthashCode()voidsetExportType(ExportDetails.ExportTypeEnum exportType) voidsetFileName(String fileName) voidtoString()
-
Constructor Details
-
ExportDetails
public ExportDetails() -
ExportDetails
-
-
Method Details
-
flow
The flow to export. If you do not provide the flow ID, you must provide both the name and type. -
getFlow
-
setFlow
-
fileName
Name to assign to the file after download. The extension will be automatically appended based on desired export type. Must contain only alphanumeric characters, underscores, or hyphens. -
getFileName
-
setFileName
-
exportType
The export type for the flow. Default: 'Yaml'. -
getExportType
-
setExportType
-
equals
-
hashCode
public int hashCode() -
toString
-