public class InvoiceCustomField extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvoiceCustomField.Builder
Class to build instances of
InvoiceCustomField. |
| Modifier | Constructor and Description |
|---|---|
protected |
InvoiceCustomField(io.apimatic.core.types.OptionalNullable<String> label,
io.apimatic.core.types.OptionalNullable<String> value,
String placement)
Initialization constructor.
|
|
InvoiceCustomField(String label,
String value,
String placement)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLabel()
Getter for Label.
|
String |
getPlacement()
Getter for Placement.
|
String |
getValue()
Getter for Value.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetLabel()
Internal Getter for Label.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetValue()
Internal Getter for Value.
|
InvoiceCustomField.Builder |
toBuilder()
Builds a new
InvoiceCustomField.Builder object. |
String |
toString()
Converts this InvoiceCustomField into string format.
|
public InvoiceCustomField(String label, String value, String placement)
label - String value for label.value - String value for value.placement - String value for placement.protected InvoiceCustomField(io.apimatic.core.types.OptionalNullable<String> label, io.apimatic.core.types.OptionalNullable<String> value, String placement)
label - String value for label.value - String value for value.placement - String value for placement.protected io.apimatic.core.types.OptionalNullable<String> internalGetLabel()
public String getLabel()
protected io.apimatic.core.types.OptionalNullable<String> internalGetValue()
public String getValue()
public String getPlacement()
public String toString()
public InvoiceCustomField.Builder toBuilder()
InvoiceCustomField.Builder object.
Creates the instance with the state of the current model.InvoiceCustomField.Builder objectCopyright © 2024. All rights reserved.