| Package | Description |
|---|---|
| com.mulesoft.connectors.dynamics365bc.citizen.internal.builder |
| Modifier and Type | Method and Description |
|---|---|
static SidecarRequestBuilder |
SidecarRequestBuilder.builder()
Use to retrieve the builder object in a readable way
|
SidecarRequestBuilder |
SidecarRequestBuilder.withParam(String paramName,
Object value)
Add a single Key-Value pair to the payload.
|
<T> SidecarRequestBuilder |
SidecarRequestBuilder.withUnpacked(String prefix,
Object object,
Class<T> clazz)
Unpacks the fields of another object and adds them to the request body in the form of: prefix{FieldName} = {fieldValue}
This way you can simplify adding entire parameter groups to the request with a single line.
|
Copyright © 2023 MuleSoft, Inc.. All rights reserved.