Uses of Class
com.podio.embed.EmbedType
-
Packages that use EmbedType Package Description com.podio.embed -
-
Uses of EmbedType in com.podio.embed
Methods in com.podio.embed that return EmbedType Modifier and Type Method Description static EmbedTypeEmbedType. getByName(String value)EmbedTypeEmbed. getType()static EmbedTypeEmbedType. valueOf(String name)Returns the enum constant of this type with the specified name.static EmbedType[]EmbedType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.podio.embed with parameters of type EmbedType Modifier and Type Method Description voidEmbed. setType(EmbedType type)
-