Uses of Class
com.vonage.client.meetings.Theme
Packages that use Theme
Package
Description
This package contains classes and sub-packages to support usage of the
Meetings API.
-
Uses of Theme in com.vonage.client.meetings
Methods in com.vonage.client.meetings that return ThemeModifier and TypeMethodDescriptionTheme.Builder.build()Builds the Theme.MeetingsClient.createTheme(Theme theme) Deprecated.Create a new theme.static ThemeCreates an instance of this class from a JSON payload.Deprecated.Retrieve details of a theme by ID.MeetingsClient.updateTheme(UUID themeId, Theme theme) Deprecated.Update an existing theme.Methods in com.vonage.client.meetings that return types with arguments of type ThemeModifier and TypeMethodDescriptionMeetingsClient.listThemes()Deprecated.Get all application themes.Methods in com.vonage.client.meetings with parameters of type ThemeModifier and TypeMethodDescriptionMeetingsClient.createTheme(Theme theme) Deprecated.Create a new theme.MeetingsClient.updateTheme(UUID themeId, Theme theme) Deprecated.Update an existing theme.