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