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 CDCResponse |
BatchItemResponse.cdcResponse |
Modifier and Type | Field and Description |
---|---|
protected List<CDCResponse> |
IntuitResponse.cdcResponse |
Modifier and Type | Method and Description |
---|---|
CDCResponse |
ObjectFactory.createCDCResponse()
Create an instance of
CDCResponse |
CDCResponse |
BatchItemResponse.getCDCResponse()
Gets the value of the cdcResponse property.
|
Modifier and Type | Method and Description |
---|---|
List<CDCResponse> |
IntuitResponse.getCDCResponse()
Gets the value of the cdcResponse property.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchItemResponse.setCDCResponse(CDCResponse value)
Sets the value of the cdcResponse property.
|
Modifier and Type | Method and Description |
---|---|
void |
IntuitResponse.setCDCResponse(List<CDCResponse> cdcResponse)
Sets the value of the cdcResponse property.
|
Modifier and Type | Method and Description |
---|---|
CDCResponse |
CDCQueryResponseDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext desContext) |
Modifier and Type | Method and Description |
---|---|
protected CDCQueryResult |
DataService.getCDCQueryResult(CDCResponse cdcResponse)
Method to construct and return the CDCQueryResult object from CDCResponse
|
Modifier and Type | Method and Description |
---|---|
protected List<CDCQueryResult> |
DataService.getCDCQueryResult(List<CDCResponse> cdcResponses)
Method to get the list of CDCQueryResult object from list of CDCResponse
|
Copyright © 2017. All rights reserved.