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