Output - the generic type of the output valueA - the generic type of the message attributespublic static interface OperationResult.Builder<Output,A extends org.mule.runtime.api.message.Attributes>
OperationResult| Modifier and Type | Method and Description |
|---|---|
OperationResult.Builder<Output,A> |
attributes(A attributes)
Sets the output attributes value
|
OperationResult<Output,A> |
build() |
OperationResult.Builder<Output,A> |
mediaType(org.mule.runtime.api.metadata.MediaType mediaType)
Sets the output
MediaType |
OperationResult.Builder<Output,A> |
output(Output output)
Sets the output value
|
OperationResult.Builder<Output,A> output(Output output)
output - the new output valuethis builderOperationResult.Builder<Output,A> attributes(A attributes)
attributes - the new attributes valuethis builderOperationResult.Builder<Output,A> mediaType(org.mule.runtime.api.metadata.MediaType mediaType)
MediaTypemediaType - the new MediaTypethis builderOperationResult<Output,A> build()
OperationResultCopyright © 2016 MuleSoft, Inc.. All rights reserved.