Uses of Class
com.mypurecloud.sdk.v2.model.ArchitectFlowNotificationFlowVersion
Packages that use ArchitectFlowNotificationFlowVersion
-
Uses of ArchitectFlowNotificationFlowVersion in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ArchitectFlowNotificationFlowVersionModifier and TypeMethodDescriptionArchitectFlowNotificationFlowNotification.getCheckedInVersion()ArchitectFlowNotificationFlowNotification.getPublishedVersion()ArchitectFlowNotificationFlowNotification.getSavedVersion()The version IDMethods in com.mypurecloud.sdk.v2.model with parameters of type ArchitectFlowNotificationFlowVersionModifier and TypeMethodDescriptionArchitectFlowNotificationFlowNotification.checkedInVersion(ArchitectFlowNotificationFlowVersion checkedInVersion) ArchitectFlowNotificationFlowNotification.publishedVersion(ArchitectFlowNotificationFlowVersion publishedVersion) A bare-bones flow version objectArchitectFlowNotificationFlowNotification.savedVersion(ArchitectFlowNotificationFlowVersion savedVersion) A bare-bones flow version objectvoidArchitectFlowNotificationFlowNotification.setCheckedInVersion(ArchitectFlowNotificationFlowVersion checkedInVersion) voidArchitectFlowNotificationFlowNotification.setPublishedVersion(ArchitectFlowNotificationFlowVersion publishedVersion) voidArchitectFlowNotificationFlowNotification.setSavedVersion(ArchitectFlowNotificationFlowVersion savedVersion)