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 ResourceUnauthorizedProblemResourceUnauthorizedProblem. fromJson(String jsonString)Create an instance of ResourceUnauthorizedProblem given an JSON stringResourceUnauthorizedProblemResourceUnauthorizedProblem. parameter(String parameter)ResourceUnauthorizedProblemResourceUnauthorizedProblem. resourceId(String resourceId)ResourceUnauthorizedProblemResourceUnauthorizedProblem. resourceType(ResourceUnauthorizedProblem.ResourceTypeEnum resourceType)ResourceUnauthorizedProblemResourceUnauthorizedProblem. section(ResourceUnauthorizedProblem.SectionEnum section)ResourceUnauthorizedProblemResourceUnauthorizedProblem. value(String value)
-