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