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