public interface DataInsertionResponse
DataInsertionResponse
holds the response information.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReason()
Returns a string representation of the reason if the request was not
successful.
|
java.lang.String |
getResponseBody()
Returns a String representation of the response body.
|
boolean |
isSuccess()
Returns the request success status.
|
boolean isSuccess()
true
if request succeeded, false
otherwisejava.lang.String getReason()
null
if not availablejava.lang.String getResponseBody()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"