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 ProblemOrErrorApiException. getErrorObject()Get the error object.Methods in com.twitter.clientlib with parameters of type ProblemOrError Modifier and Type Method Description voidApiException. 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 ProblemOrErrorProblemOrError. fromJson(String jsonString)Create an instance of ProblemOrError given an JSON string
-