Package com.mypurecloud.sdk.v2.model
Class UpdateMuAgentWorkPlanFailureResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateMuAgentWorkPlanFailureResponse
- All Implemented Interfaces:
Serializable
UpdateMuAgentWorkPlanFailureResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe work plan update failure reason -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe work plan update failure reasongetUser()inthashCode()notFoundWorkPlanId(String notFoundWorkPlanId) The id of the work plan that has not been foundvoidvoidsetNotFoundWorkPlanId(String notFoundWorkPlanId) voidsetUser(UserReference user) toString()user(UserReference user) The user for whom the work plan update has failed
-
Constructor Details
-
UpdateMuAgentWorkPlanFailureResponse
public UpdateMuAgentWorkPlanFailureResponse() -
UpdateMuAgentWorkPlanFailureResponse
-
-
Method Details
-
user
The user for whom the work plan update has failed -
getUser
-
setUser
-
failure
public UpdateMuAgentWorkPlanFailureResponse failure(UpdateMuAgentWorkPlanFailureResponse.FailureEnum failure) The work plan update failure reason -
getFailure
-
setFailure
-
notFoundWorkPlanId
The id of the work plan that has not been found -
getNotFoundWorkPlanId
-
setNotFoundWorkPlanId
-
equals
-
hashCode
public int hashCode() -
toString
-