Package com.mypurecloud.sdk.v2.model
Class GuideSessionTurnInvocationParameters
java.lang.Object
com.mypurecloud.sdk.v2.model.GuideSessionTurnInvocationParameters
- All Implemented Interfaces:
Serializable
GuideSessionTurnInvocationParameters
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the parameter. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GuideSessionTurnInvocationParameters
public GuideSessionTurnInvocationParameters() -
GuideSessionTurnInvocationParameters
-
-
Method Details
-
name
The name of the parameter. -
getName
-
setName
-
type
public GuideSessionTurnInvocationParameters type(GuideSessionTurnInvocationParameters.TypeEnum type) The type of the parameter. -
getType
-
setType
-
value
The value of the parameter. -
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-