Uses of Class
com.twitter.clientlib.model.FieldUnauthorizedProblemAllOf.SectionEnum
-
Packages that use FieldUnauthorizedProblemAllOf.SectionEnum Package Description com.twitter.clientlib.model -
-
Uses of FieldUnauthorizedProblemAllOf.SectionEnum in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return FieldUnauthorizedProblemAllOf.SectionEnum Modifier and Type Method Description static FieldUnauthorizedProblemAllOf.SectionEnum
FieldUnauthorizedProblemAllOf.SectionEnum. fromValue(String value)
FieldUnauthorizedProblemAllOf.SectionEnum
FieldUnauthorizedProblemAllOf. getSection()
Get sectionFieldUnauthorizedProblemAllOf.SectionEnum
FieldUnauthorizedProblemAllOf.SectionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static FieldUnauthorizedProblemAllOf.SectionEnum
FieldUnauthorizedProblemAllOf.SectionEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static FieldUnauthorizedProblemAllOf.SectionEnum[]
FieldUnauthorizedProblemAllOf.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 FieldUnauthorizedProblemAllOf.SectionEnum Modifier and Type Method Description FieldUnauthorizedProblemAllOf
FieldUnauthorizedProblemAllOf. section(FieldUnauthorizedProblemAllOf.SectionEnum section)
void
FieldUnauthorizedProblemAllOf. setSection(FieldUnauthorizedProblemAllOf.SectionEnum section)
void
FieldUnauthorizedProblemAllOf.SectionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FieldUnauthorizedProblemAllOf.SectionEnum enumeration)
-