Package com.mypurecloud.sdk.v2.model
Class ConversationEventVideo
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEventVideo
- All Implemented Interfaces:
Serializable
A Video event.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDescribes the type of Video event. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetJwt()getType()inthashCode()The Video offering JWT token.offeringId(String offeringId) The Video offering ID.voidvoidsetOfferingId(String offeringId) voidtoString()Describes the type of Video event.
-
Constructor Details
-
ConversationEventVideo
public ConversationEventVideo() -
ConversationEventVideo
-
-
Method Details
-
type
Describes the type of Video event. -
getType
-
setType
-
offeringId
The Video offering ID. -
getOfferingId
-
setOfferingId
-
jwt
The Video offering JWT token. -
getJwt
-
setJwt
-
equals
-
hashCode
public int hashCode() -
toString
-