public static class PatchBillingPlanInput.Builder extends Object
PatchBillingPlanInput.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(String id,
String contentType)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PatchBillingPlanInput.Builder |
body(List<Patch> body)
Setter for body.
|
PatchBillingPlanInput |
build()
Builds a new
PatchBillingPlanInput object using the set fields. |
PatchBillingPlanInput.Builder |
contentType(String contentType)
Setter for contentType.
|
PatchBillingPlanInput.Builder |
id(String id)
Setter for id.
|
public PatchBillingPlanInput.Builder id(String id)
id - String value for id.public PatchBillingPlanInput.Builder contentType(String contentType)
contentType - String value for contentType.public PatchBillingPlanInput.Builder body(List<Patch> body)
body - List of Patch value for body.public PatchBillingPlanInput build()
PatchBillingPlanInput object using the set fields.PatchBillingPlanInputCopyright © 2026. All rights reserved.