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.SectionEnumFieldUnauthorizedProblemAllOf.SectionEnum. fromValue(String value)FieldUnauthorizedProblemAllOf.SectionEnumFieldUnauthorizedProblemAllOf. getSection()Get sectionFieldUnauthorizedProblemAllOf.SectionEnumFieldUnauthorizedProblemAllOf.SectionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FieldUnauthorizedProblemAllOf.SectionEnumFieldUnauthorizedProblemAllOf.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 FieldUnauthorizedProblemAllOfFieldUnauthorizedProblemAllOf. section(FieldUnauthorizedProblemAllOf.SectionEnum section)voidFieldUnauthorizedProblemAllOf. setSection(FieldUnauthorizedProblemAllOf.SectionEnum section)voidFieldUnauthorizedProblemAllOf.SectionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FieldUnauthorizedProblemAllOf.SectionEnum enumeration)
-