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.SectionEnumFieldUnauthorizedProblem.SectionEnum. fromValue(String value)FieldUnauthorizedProblem.SectionEnumFieldUnauthorizedProblem. getSection()Get sectionFieldUnauthorizedProblem.SectionEnumFieldUnauthorizedProblem.SectionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FieldUnauthorizedProblem.SectionEnumFieldUnauthorizedProblem.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 FieldUnauthorizedProblemFieldUnauthorizedProblem. section(FieldUnauthorizedProblem.SectionEnum section)voidFieldUnauthorizedProblem. setSection(FieldUnauthorizedProblem.SectionEnum section)voidFieldUnauthorizedProblem.SectionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FieldUnauthorizedProblem.SectionEnum enumeration)
-