Package com.mypurecloud.sdk.v2.model
Class RecordersState
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordersState
- All Implemented Interfaces:
Serializable
RecordersState
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates the state of the adhoc recorder.static enumIndicates the state of the agent experience recorder.static enumIndicates the state of the customer experience recorder.static enumIndicates the state of the snippet recording. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadhocState(RecordersState.AdhocStateEnum adhocState) Indicates the state of the adhoc recorder.agentExperienceState(RecordersState.AgentExperienceStateEnum agentExperienceState) Indicates the state of the agent experience recorder.customerExperienceState(RecordersState.CustomerExperienceStateEnum customerExperienceState) Indicates the state of the customer experience recorder.booleaninthashCode()voidsetAdhocState(RecordersState.AdhocStateEnum adhocState) voidsetAgentExperienceState(RecordersState.AgentExperienceStateEnum agentExperienceState) voidsetCustomerExperienceState(RecordersState.CustomerExperienceStateEnum customerExperienceState) voidsetSnippetState(RecordersState.SnippetStateEnum snippetState) snippetState(RecordersState.SnippetStateEnum snippetState) Indicates the state of the snippet recording.toString()
-
Constructor Details
-
RecordersState
public RecordersState() -
RecordersState
-
-
Method Details
-
adhocState
Indicates the state of the adhoc recorder. -
getAdhocState
-
setAdhocState
-
customerExperienceState
public RecordersState customerExperienceState(RecordersState.CustomerExperienceStateEnum customerExperienceState) Indicates the state of the customer experience recorder. -
getCustomerExperienceState
-
setCustomerExperienceState
public void setCustomerExperienceState(RecordersState.CustomerExperienceStateEnum customerExperienceState) -
agentExperienceState
public RecordersState agentExperienceState(RecordersState.AgentExperienceStateEnum agentExperienceState) Indicates the state of the agent experience recorder. -
getAgentExperienceState
-
setAgentExperienceState
-
snippetState
Indicates the state of the snippet recording. -
getSnippetState
-
setSnippetState
-
equals
-
hashCode
public int hashCode() -
toString
-