public class RawEntityCollectionSuccessResponse extends Object implements CollectionSuccessResponse
| Constructor and Description |
|---|
RawEntityCollectionSuccessResponse() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.util.MultiMap<String,Object> |
getFlowResponseMetadataProperties()
Returns a map of metadata associated with the response of the flow.
|
org.mule.runtime.api.metadata.TypedValue<InputStream> |
getRawContent() |
org.mule.runtime.api.metadata.TypedValue<InputStream> |
getResponseContent()
Returns response body payload.
|
Optional<SerializationParameters> |
getResponseParameters()
Returns serialization parameters used to serialize the response.
|
boolean |
isRaw()
Returns true if this response has to be processed like
RawEntitySuccessResponse or
RawEntityCollectionSuccessResponse. |
public org.mule.runtime.api.metadata.TypedValue<InputStream> getRawContent()
public org.mule.runtime.api.metadata.TypedValue<InputStream> getResponseContent()
SuccessResponsegetResponseContent in interface SuccessResponsepublic org.mule.runtime.api.util.MultiMap<String,Object> getFlowResponseMetadataProperties()
SuccessResponsegetFlowResponseMetadataProperties in interface SuccessResponsepublic boolean isRaw()
SuccessResponseRawEntitySuccessResponse or
RawEntityCollectionSuccessResponse.isRaw in interface SuccessResponsepublic Optional<SerializationParameters> getResponseParameters()
CollectionSuccessResponsegetResponseParameters in interface CollectionSuccessResponseCopyright © 2024 MuleSoft, Inc.. All rights reserved.