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