Package com.mypurecloud.sdk.v2.model
Class ValidateWorkPlanResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ValidateWorkPlanResponse
- All Implemented Interfaces:
Serializable
ValidateWorkPlanResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValid()inthashCode()messages(ValidateWorkPlanMessages messages) Validation messages for this work planvoidsetMessages(ValidateWorkPlanMessages messages) voidvoidsetWorkPlan(WorkPlanReference workPlan) toString()Whether the work plan is valid or notworkPlan(WorkPlanReference workPlan) The work plan reference associated with this response
-
Constructor Details
-
ValidateWorkPlanResponse
public ValidateWorkPlanResponse() -
ValidateWorkPlanResponse
-
-
Method Details
-
workPlan
The work plan reference associated with this response -
getWorkPlan
-
setWorkPlan
-
valid
Whether the work plan is valid or not -
getValid
-
setValid
-
messages
Validation messages for this work plan -
getMessages
-
setMessages
-
equals
-
hashCode
public int hashCode() -
toString
-