Uses of Class
io.continual.onap.services.subscriber.OnapMrFetchResponse
Packages that use OnapMrFetchResponse
-
Uses of OnapMrFetchResponse in io.continual.onap.services.mrCommon
Methods in io.continual.onap.services.mrCommon with parameters of type OnapMrFetchResponseModifier and TypeMethodDescriptionvoidJsonResponseParser.parseResponseBody(String httpBody, OnapMrFetchResponse fetchResponse) Parse the string representation of a response body into the fetch response instance.
Note: This method is only called by the ResponseBody version above.default voidJsonResponseParser.parseResponseBody(okhttp3.ResponseBody httpBody, OnapMrFetchResponse fetchResponse) Parse the okhttp response body into the fetch response instance.voidSimpleJsonResponseParser.parseResponseBody(String s, OnapMrFetchResponse resp) -
Uses of OnapMrFetchResponse in io.continual.onap.services.subscriber
Methods in io.continual.onap.services.subscriber that return OnapMrFetchResponse