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