Uses of Class
com.twitter.clientlib.model.ResourceUnauthorizedProblemAllOf
-
Packages that use ResourceUnauthorizedProblemAllOf Package Description com.twitter.clientlib.model -
-
Uses of ResourceUnauthorizedProblemAllOf in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return ResourceUnauthorizedProblemAllOf Modifier and Type Method Description static ResourceUnauthorizedProblemAllOfResourceUnauthorizedProblemAllOf. fromJson(String jsonString)Create an instance of ResourceUnauthorizedProblemAllOf given an JSON stringResourceUnauthorizedProblemAllOfResourceUnauthorizedProblemAllOf. parameter(String parameter)ResourceUnauthorizedProblemAllOfResourceUnauthorizedProblemAllOf. resourceId(String resourceId)ResourceUnauthorizedProblemAllOfResourceUnauthorizedProblemAllOf. resourceType(ResourceUnauthorizedProblemAllOf.ResourceTypeEnum resourceType)ResourceUnauthorizedProblemAllOfResourceUnauthorizedProblemAllOf. section(ResourceUnauthorizedProblemAllOf.SectionEnum section)ResourceUnauthorizedProblemAllOfResourceUnauthorizedProblemAllOf. value(String value)
-