public static class InvoiceVoidInvoiceParams.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InvoiceVoidInvoiceParams.Builder |
addAllExpand(java.util.List<java.lang.String> elements)
Add all elements to `expand` list.
|
InvoiceVoidInvoiceParams.Builder |
addExpand(java.lang.String element)
Add an element to `expand` list.
|
InvoiceVoidInvoiceParams |
build()
Finalize and obtain parameter instance from this builder.
|
InvoiceVoidInvoiceParams.Builder |
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.
|
InvoiceVoidInvoiceParams.Builder |
putExtraParam(java.lang.String key,
java.lang.Object value)
Add a key/value pair to `extraParams` map.
|
public InvoiceVoidInvoiceParams build()
public InvoiceVoidInvoiceParams.Builder addExpand(java.lang.String element)
InvoiceVoidInvoiceParams.expand
for the field documentation.public InvoiceVoidInvoiceParams.Builder addAllExpand(java.util.List<java.lang.String> elements)
InvoiceVoidInvoiceParams.expand
for the field documentation.public InvoiceVoidInvoiceParams.Builder putExtraParam(java.lang.String key, java.lang.Object value)
InvoiceVoidInvoiceParams.extraParams
for the field documentation.public InvoiceVoidInvoiceParams.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
InvoiceVoidInvoiceParams.extraParams
for the field documentation.