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