Package com.mypurecloud.sdk.v2.model
Class ArchitectFlowOutcomeNotificationArchitectOperation
java.lang.Object
com.mypurecloud.sdk.v2.model.ArchitectFlowOutcomeNotificationArchitectOperation
- All Implemented Interfaces:
Serializable
public class ArchitectFlowOutcomeNotificationArchitectOperation
extends Object
implements Serializable
Describes an operation being performed on an Architect object
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe action being performedstatic enumThe action status -
Constructor Summary
ConstructorsConstructorDescriptionArchitectFlowOutcomeNotificationArchitectOperation(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionThe action being performedThe action statusIndicates if the operation is completebooleanThe error code, if the action failederrorDetails(List<ArchitectFlowOutcomeNotificationErrorDetail> errorDetails) The error details, if the action failederrorMessage(String errorMessage) The error message, if the action failederrorMessageParams(ArchitectFlowOutcomeNotificationErrorMessageParams errorMessageParams) getId()getUser()inthashCode()A unique identifier for this operation, as generated by the initiating clientvoidvoidvoidvoidsetComplete(Boolean complete) voidsetErrorCode(String errorCode) voidsetErrorDetails(List<ArchitectFlowOutcomeNotificationErrorDetail> errorDetails) voidsetErrorMessage(String errorMessage) voidsetErrorMessageParams(ArchitectFlowOutcomeNotificationErrorMessageParams errorMessageParams) voidvoidtoString()
-
Constructor Details
-
ArchitectFlowOutcomeNotificationArchitectOperation
public ArchitectFlowOutcomeNotificationArchitectOperation() -
ArchitectFlowOutcomeNotificationArchitectOperation
-
-
Method Details
-
id
A unique identifier for this operation, as generated by the initiating client -
getId
-
setId
-
complete
Indicates if the operation is complete -
getComplete
-
setComplete
-
user
-
getUser
-
setUser
-
client
public ArchitectFlowOutcomeNotificationArchitectOperation client(ArchitectFlowOutcomeNotificationClient client) -
getClient
-
setClient
-
actionName
public ArchitectFlowOutcomeNotificationArchitectOperation actionName(ArchitectFlowOutcomeNotificationArchitectOperation.ActionNameEnum actionName) The action being performed -
getActionName
-
setActionName
public void setActionName(ArchitectFlowOutcomeNotificationArchitectOperation.ActionNameEnum actionName) -
actionStatus
public ArchitectFlowOutcomeNotificationArchitectOperation actionStatus(ArchitectFlowOutcomeNotificationArchitectOperation.ActionStatusEnum actionStatus) The action status -
getActionStatus
-
setActionStatus
public void setActionStatus(ArchitectFlowOutcomeNotificationArchitectOperation.ActionStatusEnum actionStatus) -
errorMessage
The error message, if the action failed -
getErrorMessage
-
setErrorMessage
-
errorCode
The error code, if the action failed -
getErrorCode
-
setErrorCode
-
errorMessageParams
public ArchitectFlowOutcomeNotificationArchitectOperation errorMessageParams(ArchitectFlowOutcomeNotificationErrorMessageParams errorMessageParams) -
getErrorMessageParams
-
setErrorMessageParams
public void setErrorMessageParams(ArchitectFlowOutcomeNotificationErrorMessageParams errorMessageParams) -
errorDetails
public ArchitectFlowOutcomeNotificationArchitectOperation errorDetails(List<ArchitectFlowOutcomeNotificationErrorDetail> errorDetails) The error details, if the action failed -
getErrorDetails
-
setErrorDetails
-
equals
-
hashCode
public int hashCode() -
toString
-