Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
com.intuit.ipp.serialization | |
com.intuit.ipp.services |
Modifier and Type | Field and Description |
---|---|
protected QueryResponse |
IntuitResponse.queryResponse |
protected QueryResponse |
BatchItemResponse.queryResponse |
Modifier and Type | Field and Description |
---|---|
protected List<QueryResponse> |
CDCResponse.queryResponse |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
ObjectFactory.createQueryResponse()
Create an instance of
QueryResponse |
QueryResponse |
IntuitResponse.getQueryResponse()
Gets the value of the queryResponse property.
|
QueryResponse |
BatchItemResponse.getQueryResponse()
Gets the value of the queryResponse property.
|
Modifier and Type | Method and Description |
---|---|
List<QueryResponse> |
CDCResponse.getQueryResponse()
Gets the value of the queryResponse property.
|
Modifier and Type | Method and Description |
---|---|
void |
IntuitResponse.setQueryResponse(QueryResponse value)
Sets the value of the queryResponse property.
|
void |
BatchItemResponse.setQueryResponse(QueryResponse value)
Sets the value of the queryResponse property.
|
Modifier and Type | Method and Description |
---|---|
void |
CDCResponse.setQueryResponse(List<QueryResponse> queryResponse)
Sets the value of the queryResponse property.
|
Modifier and Type | Method and Description |
---|---|
QueryResponse |
QueryResponseDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext desContext) |
Modifier and Type | Method and Description |
---|---|
protected QueryResult |
DataService.getQueryResult(QueryResponse queryResponse)
Method to read the query response from QueryResponse and set into QueryResult
|
Copyright © 2017. All rights reserved.