public class OrderSource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderSource.Builder
Class to build instances of
OrderSource. |
| Modifier | Constructor and Description |
|---|---|
protected |
OrderSource(io.apimatic.core.types.OptionalNullable<String> name)
Initialization constructor.
|
|
OrderSource(String name)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Getter for Name.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetName()
Internal Getter for Name.
|
OrderSource.Builder |
toBuilder()
Builds a new
OrderSource.Builder object. |
String |
toString()
Converts this OrderSource into string format.
|
public OrderSource(String name)
name - String value for name.protected OrderSource(io.apimatic.core.types.OptionalNullable<String> name)
name - String value for name.protected io.apimatic.core.types.OptionalNullable<String> internalGetName()
public String getName()
public String toString()
public OrderSource.Builder toBuilder()
OrderSource.Builder object.
Creates the instance with the state of the current model.OrderSource.Builder objectCopyright © 2024. All rights reserved.