open class AdditionalDataSearchResponse : ServiceBaseResponse
The Response to an Additional Data Request.
AdditionalDataSearchResponse()
The Response to an Additional Data Request. |
val results: MutableList<AdditionalDataSearchResult!>! |
open fun addResult(result: AdditionalDataSearchResult!): Unit |
|
open fun getErrorMessage(): String! |
|
open fun getResults(): ImmutableList<AdditionalDataSearchResult!>!
Gets a list of results of an AdditionalDataSearchQuery. |
|
open fun hasError(): Boolean |