Class IntegrationExport

java.lang.Object
com.mypurecloud.sdk.v2.model.IntegrationExport
All Implemented Interfaces:
Serializable

public class IntegrationExport extends Object implements Serializable
IntegrationExport
See Also:
  • Constructor Details

    • IntegrationExport

      public IntegrationExport()
    • IntegrationExport

      public IntegrationExport(Boolean initWithEmptyList)
  • Method Details

    • integration

      public IntegrationExport integration(DomainEntityRef integration)
      The aws-s3-recording-bulk-actions-integration that the policy uses for exports.
    • getIntegration

      public DomainEntityRef getIntegration()
    • setIntegration

      public void setIntegration(DomainEntityRef integration)
    • shouldExportScreenRecordings

      public IntegrationExport shouldExportScreenRecordings(Boolean shouldExportScreenRecordings)
      True if the policy should export screen recordings in addition to the other conversation media. Default = true
    • getShouldExportScreenRecordings

      public Boolean getShouldExportScreenRecordings()
    • setShouldExportScreenRecordings

      public void setShouldExportScreenRecordings(Boolean shouldExportScreenRecordings)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object