@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class LinkDeliveryCommunicationMethod extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ADDRESS |
static String |
SERIALIZED_NAME_METHOD |
| Constructor and Description |
|---|
LinkDeliveryCommunicationMethod() |
| Modifier and Type | Method and Description |
|---|---|
LinkDeliveryCommunicationMethod |
address(String address) |
boolean |
equals(Object o) |
String |
getAddress()
The phone number / email address that Hosted Link sessions are delivered to.
|
LinkDeliveryDeliveryMethod |
getMethod()
Get method
|
int |
hashCode() |
LinkDeliveryCommunicationMethod |
method(LinkDeliveryDeliveryMethod method) |
void |
setAddress(String address) |
void |
setMethod(LinkDeliveryDeliveryMethod method) |
String |
toString() |
public static final String SERIALIZED_NAME_METHOD
public static final String SERIALIZED_NAME_ADDRESS
public LinkDeliveryCommunicationMethod method(LinkDeliveryDeliveryMethod method)
@Nullable public LinkDeliveryDeliveryMethod getMethod()
public void setMethod(LinkDeliveryDeliveryMethod method)
public LinkDeliveryCommunicationMethod address(String address)
@Nullable public String getAddress()
public void setAddress(String address)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.