Package com.mypurecloud.sdk.v2.model
Class ArchitectFlowNotificationFlowNotification
java.lang.Object
com.mypurecloud.sdk.v2.model.ArchitectFlowNotificationFlowNotification
- All Implemented Interfaces:
Serializable
ArchitectFlowNotificationFlowNotification
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckedInVersion(ArchitectFlowNotificationFlowVersion checkedInVersion) currentOperation(ArchitectFlowNotificationArchitectOperation currentOperation) The flow deleted statedescription(String description) The flow descriptionbooleangetId()getName()inthashCode()The flow IDThe flow namepublishedVersion(ArchitectFlowNotificationFlowVersion publishedVersion) A bare-bones flow version objectsavedVersion(ArchitectFlowNotificationFlowVersion savedVersion) A bare-bones flow version objectvoidsetCheckedInVersion(ArchitectFlowNotificationFlowVersion checkedInVersion) voidsetCurrentOperation(ArchitectFlowNotificationArchitectOperation currentOperation) voidsetDeleted(Boolean deleted) voidsetDescription(String description) voidvoidvoidsetPublishedVersion(ArchitectFlowNotificationFlowVersion publishedVersion) voidsetSavedVersion(ArchitectFlowNotificationFlowVersion savedVersion) toString()
-
Constructor Details
-
ArchitectFlowNotificationFlowNotification
public ArchitectFlowNotificationFlowNotification() -
ArchitectFlowNotificationFlowNotification
-
-
Method Details
-
id
The flow ID -
getId
-
setId
-
name
The flow name -
getName
-
setName
-
description
The flow description -
getDescription
-
setDescription
-
deleted
The flow deleted state -
getDeleted
-
setDeleted
-
checkedInVersion
public ArchitectFlowNotificationFlowNotification checkedInVersion(ArchitectFlowNotificationFlowVersion checkedInVersion) -
getCheckedInVersion
-
setCheckedInVersion
-
savedVersion
public ArchitectFlowNotificationFlowNotification savedVersion(ArchitectFlowNotificationFlowVersion savedVersion) A bare-bones flow version object -
getSavedVersion
-
setSavedVersion
-
publishedVersion
public ArchitectFlowNotificationFlowNotification publishedVersion(ArchitectFlowNotificationFlowVersion publishedVersion) A bare-bones flow version object -
getPublishedVersion
-
setPublishedVersion
-
currentOperation
public ArchitectFlowNotificationFlowNotification currentOperation(ArchitectFlowNotificationArchitectOperation currentOperation) -
getCurrentOperation
-
setCurrentOperation
-
equals
-
hashCode
public int hashCode() -
toString
-