Package com.vonage.client.conversations
Class MemberMedia
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.conversations.MemberMedia
- All Implemented Interfaces:
Jsonable
Contains the media properties for
Member.getMedia().-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for constructing MemberMedia. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemberMedia.Builderbuilder()Entry point for constructing an instance of this class.getAudio()Whether the media has audio.Audio-related properties.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Method Details
-
getAudio
Whether the media has audio.- Returns:
trueif audio is present, ornullif unspecified.
-
getAudioSettings
Audio-related properties.- Returns:
- The audio settings object, or
nullif not applicable.
-
builder
Entry point for constructing an instance of this class.- Returns:
- A new Builder.
-