Uses of Class
com.twitter.clientlib.model.DisallowedResourceProblemAllOf.SectionEnum
-
Packages that use DisallowedResourceProblemAllOf.SectionEnum Package Description com.twitter.clientlib.model -
-
Uses of DisallowedResourceProblemAllOf.SectionEnum in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return DisallowedResourceProblemAllOf.SectionEnum Modifier and Type Method Description static DisallowedResourceProblemAllOf.SectionEnum
DisallowedResourceProblemAllOf.SectionEnum. fromValue(String value)
DisallowedResourceProblemAllOf.SectionEnum
DisallowedResourceProblemAllOf. getSection()
Get sectionDisallowedResourceProblemAllOf.SectionEnum
DisallowedResourceProblemAllOf.SectionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static DisallowedResourceProblemAllOf.SectionEnum
DisallowedResourceProblemAllOf.SectionEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static DisallowedResourceProblemAllOf.SectionEnum[]
DisallowedResourceProblemAllOf.SectionEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twitter.clientlib.model with parameters of type DisallowedResourceProblemAllOf.SectionEnum Modifier and Type Method Description DisallowedResourceProblemAllOf
DisallowedResourceProblemAllOf. section(DisallowedResourceProblemAllOf.SectionEnum section)
void
DisallowedResourceProblemAllOf. setSection(DisallowedResourceProblemAllOf.SectionEnum section)
void
DisallowedResourceProblemAllOf.SectionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DisallowedResourceProblemAllOf.SectionEnum enumeration)
-