Uses of Class
com.twitter.clientlib.model.ProblemOrError
-
Packages that use ProblemOrError Package Description com.twitter.clientlib com.twitter.clientlib.model -
-
Uses of ProblemOrError in com.twitter.clientlib
Methods in com.twitter.clientlib that return ProblemOrError Modifier and Type Method Description ProblemOrError
ApiException. getErrorObject()
Get the error object.Methods in com.twitter.clientlib with parameters of type ProblemOrError Modifier and Type Method Description void
ApiException. setErrorObject(ProblemOrError errorObject)
Get the error object. -
Uses of ProblemOrError in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return ProblemOrError Modifier and Type Method Description static ProblemOrError
ProblemOrError. fromJson(String jsonString)
Create an instance of ProblemOrError given an JSON string
-