Uses of Enum Class
com.vonage.client.meetings.LogoType
Packages that use LogoType
Package
Description
This package contains classes and sub-packages to support usage of the
Meetings API.
-
Uses of LogoType in com.vonage.client.meetings
Methods in com.vonage.client.meetings that return LogoTypeModifier and TypeMethodDescriptionstatic LogoTypeLogoType.fromString(String value) LogoUploadsUrlResponse.Fields.getLogoType()Logo's type.static LogoTypeReturns the enum constant of this class with the specified name.static LogoType[]LogoType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.meetings with parameters of type LogoTypeModifier and TypeMethodDescriptionvoidMeetingsClient.updateThemeLogo(UUID themeId, LogoType logoType, Path pngFile) Deprecated.Upload a logo image and associates it with a theme.