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