Package com.vonage.client.meetings
Class UISettings
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.meetings.UISettings
- All Implemented Interfaces:
Jsonable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UISettings.Builderbuilder()Entry point for constructing an instance of this class.Language setting.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
-
Constructor Details
-
UISettings
protected UISettings()
-
-
Method Details
-
getLanguage
Language setting.- Returns:
- The language, as an enum.
-
builder
Entry point for constructing an instance of this class.- Returns:
- A new Builder.
-