Uses of Class
com.twitter.clientlib.model.UsageCapExceededProblemAllOf.ScopeEnum
-
Packages that use UsageCapExceededProblemAllOf.ScopeEnum Package Description com.twitter.clientlib.model -
-
Uses of UsageCapExceededProblemAllOf.ScopeEnum in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return UsageCapExceededProblemAllOf.ScopeEnum Modifier and Type Method Description static UsageCapExceededProblemAllOf.ScopeEnumUsageCapExceededProblemAllOf.ScopeEnum. fromValue(String value)UsageCapExceededProblemAllOf.ScopeEnumUsageCapExceededProblemAllOf. getScope()Get scopeUsageCapExceededProblemAllOf.ScopeEnumUsageCapExceededProblemAllOf.ScopeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static UsageCapExceededProblemAllOf.ScopeEnumUsageCapExceededProblemAllOf.ScopeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UsageCapExceededProblemAllOf.ScopeEnum[]UsageCapExceededProblemAllOf.ScopeEnum. 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 UsageCapExceededProblemAllOf.ScopeEnum Modifier and Type Method Description UsageCapExceededProblemAllOfUsageCapExceededProblemAllOf. scope(UsageCapExceededProblemAllOf.ScopeEnum scope)voidUsageCapExceededProblemAllOf. setScope(UsageCapExceededProblemAllOf.ScopeEnum scope)voidUsageCapExceededProblemAllOf.ScopeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, UsageCapExceededProblemAllOf.ScopeEnum enumeration)
-