public interface DataSiftResult
| Modifier and Type | Method and Description |
|---|---|
void |
failed(java.lang.Throwable e) |
java.lang.Throwable |
failureCause() |
java.lang.String |
getError() |
Response |
getResponse() |
boolean |
isAuthorizationSuccessful() |
boolean |
isSuccessful() |
int |
rateLimit() |
int |
rateLimitCost() |
int |
rateLimitRemaining() |
void |
setResponse(Response response) |
void |
successful() |
boolean isSuccessful()
Response getResponse()
void setResponse(Response response)
java.lang.Throwable failureCause()
boolean isAuthorizationSuccessful()
int rateLimit()
int rateLimitRemaining()
int rateLimitCost()
java.lang.String getError()
void failed(java.lang.Throwable e)
void successful()
Copyright © 2018. All Rights Reserved.