public class ProfileLinks extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileLinks.ProfileLinksBuilder |
| Constructor and Description |
|---|
ProfileLinks() |
ProfileLinks(Link self,
Link chargebacks,
Link methods,
Link payments,
Link refunds,
Link checkoutPreviewUrl,
Link documentation) |
| Modifier and Type | Method and Description |
|---|---|
static ProfileLinks.ProfileLinksBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Link |
getChargebacks() |
Link |
getCheckoutPreviewUrl() |
Link |
getDocumentation() |
Link |
getMethods() |
Link |
getPayments() |
Link |
getRefunds() |
Link |
getSelf() |
int |
hashCode() |
void |
setChargebacks(Link chargebacks) |
void |
setCheckoutPreviewUrl(Link checkoutPreviewUrl) |
void |
setDocumentation(Link documentation) |
void |
setMethods(Link methods) |
void |
setPayments(Link payments) |
void |
setRefunds(Link refunds) |
void |
setSelf(Link self) |
String |
toString() |
public ProfileLinks(Link self, Link chargebacks, Link methods, Link payments, Link refunds, Link checkoutPreviewUrl, Link documentation)
public ProfileLinks()
public static ProfileLinks.ProfileLinksBuilder builder()
public Link getSelf()
public Link getChargebacks()
public Link getMethods()
public Link getPayments()
public Link getRefunds()
public Link getCheckoutPreviewUrl()
public Link getDocumentation()
public void setSelf(Link self)
public void setChargebacks(Link chargebacks)
public void setMethods(Link methods)
public void setPayments(Link payments)
public void setRefunds(Link refunds)
public void setCheckoutPreviewUrl(Link checkoutPreviewUrl)
public void setDocumentation(Link documentation)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.