Uses of Class
com.google.openrtb.OpenRtb.ContentCategory
-
Packages that use OpenRtb.ContentCategory Package Description com.google.openrtb OpenRTB model.com.google.openrtb.util General utilities. -
-
Uses of OpenRtb.ContentCategory in com.google.openrtb
Methods in com.google.openrtb that return OpenRtb.ContentCategory Modifier and Type Method Description static OpenRtb.ContentCategoryOpenRtb.ContentCategory. forNumber(int value)static OpenRtb.ContentCategoryOpenRtb.ContentCategory. valueOf(int value)Deprecated.static OpenRtb.ContentCategoryOpenRtb.ContentCategory. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OpenRtb.ContentCategoryOpenRtb.ContentCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenRtb.ContentCategory[]OpenRtb.ContentCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.openrtb that return types with arguments of type OpenRtb.ContentCategory Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OpenRtb.ContentCategory>OpenRtb.ContentCategory. internalGetValueMap() -
Uses of OpenRtb.ContentCategory in com.google.openrtb.util
Methods in com.google.openrtb.util that return OpenRtb.ContentCategory Modifier and Type Method Description static OpenRtb.ContentCategoryOpenRtbUtils. categoryFromName(String catName)Get aOpenRtb.ContentCategoryfrom its name (either Java or JSON name).Methods in com.google.openrtb.util with parameters of type OpenRtb.ContentCategory Modifier and Type Method Description static StringOpenRtbUtils. categoryToJsonName(OpenRtb.ContentCategory cat)Get aOpenRtb.ContentCategory's JSON name.
-