@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class LinkTokenCreateHostedLink extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COMPLETION_REDIRECT_URI |
static String |
SERIALIZED_NAME_DELIVERY_METHOD |
| Constructor and Description |
|---|
LinkTokenCreateHostedLink() |
| Modifier and Type | Method and Description |
|---|---|
LinkTokenCreateHostedLink |
completionRedirectUri(String completionRedirectUri) |
LinkTokenCreateHostedLink |
deliveryMethod(HostedLinkDeliveryMethod deliveryMethod) |
boolean |
equals(Object o) |
String |
getCompletionRedirectUri()
URI that Hosted Link will redirect to upon completion of the Link flow.
|
HostedLinkDeliveryMethod |
getDeliveryMethod()
Get deliveryMethod
|
int |
hashCode() |
void |
setCompletionRedirectUri(String completionRedirectUri) |
void |
setDeliveryMethod(HostedLinkDeliveryMethod deliveryMethod) |
String |
toString() |
public static final String SERIALIZED_NAME_DELIVERY_METHOD
public static final String SERIALIZED_NAME_COMPLETION_REDIRECT_URI
public LinkTokenCreateHostedLink deliveryMethod(HostedLinkDeliveryMethod deliveryMethod)
@Nullable public HostedLinkDeliveryMethod getDeliveryMethod()
public void setDeliveryMethod(HostedLinkDeliveryMethod deliveryMethod)
public LinkTokenCreateHostedLink completionRedirectUri(String completionRedirectUri)
@Nullable public String getCompletionRedirectUri()
public void setCompletionRedirectUri(String completionRedirectUri)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.