Uses of Class
video.api.client.api.models.VideoCreationPayload.LanguageEnum
-
Packages that use VideoCreationPayload.LanguageEnum Package Description video.api.client.api.models -
-
Uses of VideoCreationPayload.LanguageEnum in video.api.client.api.models
Methods in video.api.client.api.models that return VideoCreationPayload.LanguageEnum Modifier and Type Method Description static VideoCreationPayload.LanguageEnumVideoCreationPayload.LanguageEnum. fromValue(String value)VideoCreationPayload.LanguageEnumVideoCreationPayload. getLanguage()Use this parameter to set the language of the video.VideoCreationPayload.LanguageEnumVideoCreationPayload.LanguageEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static VideoCreationPayload.LanguageEnumVideoCreationPayload.LanguageEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoCreationPayload.LanguageEnum[]VideoCreationPayload.LanguageEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in video.api.client.api.models with parameters of type VideoCreationPayload.LanguageEnum Modifier and Type Method Description VideoCreationPayloadVideoCreationPayload. language(VideoCreationPayload.LanguageEnum language)voidVideoCreationPayload. setLanguage(VideoCreationPayload.LanguageEnum language)voidVideoCreationPayload.LanguageEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, VideoCreationPayload.LanguageEnum enumeration)
-