Package model
Class IdentityLinks
- java.lang.Object
-
- model.IdentityLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class IdentityLinks extends Object
For your convenience, every response includes several URLs which link to resources relevant to the request. You can use these `_links` to make your follow-up requests and quickly access relevant IDs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentityLinks.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_APPLICATIONstatic StringSERIALIZED_NAME_ASSOCIATED_IDENTITIESstatic StringSERIALIZED_NAME_AUTHORIZATIONSstatic StringSERIALIZED_NAME_DISPUTESstatic StringSERIALIZED_NAME_MERCHANTSstatic StringSERIALIZED_NAME_PAYMENT_INSTRUMENTSstatic StringSERIALIZED_NAME_SELFstatic StringSERIALIZED_NAME_SETTLEMENTSstatic StringSERIALIZED_NAME_TRANSFERSstatic StringSERIALIZED_NAME_VERIFICATIONS
-
Constructor Summary
Constructors Constructor Description IdentityLinks()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_SELF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERIFICATIONS
public static final String SERIALIZED_NAME_VERIFICATIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MERCHANTS
public static final String SERIALIZED_NAME_MERCHANTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SETTLEMENTS
public static final String SERIALIZED_NAME_SETTLEMENTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AUTHORIZATIONS
public static final String SERIALIZED_NAME_AUTHORIZATIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRANSFERS
public static final String SERIALIZED_NAME_TRANSFERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PAYMENT_INSTRUMENTS
public static final String SERIALIZED_NAME_PAYMENT_INSTRUMENTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ASSOCIATED_IDENTITIES
public static final String SERIALIZED_NAME_ASSOCIATED_IDENTITIES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DISPUTES
public static final String SERIALIZED_NAME_DISPUTES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_APPLICATION
public static final String SERIALIZED_NAME_APPLICATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
self
public IdentityLinks self(IdentityLinksSelf self)
-
getSelf
@Nullable public IdentityLinksSelf getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(IdentityLinksSelf self)
-
verifications
public IdentityLinks verifications(IdentityLinksVerifications verifications)
-
getVerifications
@Nullable public IdentityLinksVerifications getVerifications()
Get verifications- Returns:
- verifications
-
setVerifications
public void setVerifications(IdentityLinksVerifications verifications)
-
merchants
public IdentityLinks merchants(IdentityLinksMerchants merchants)
-
getMerchants
@Nullable public IdentityLinksMerchants getMerchants()
Get merchants- Returns:
- merchants
-
setMerchants
public void setMerchants(IdentityLinksMerchants merchants)
-
settlements
public IdentityLinks settlements(IdentityLinksSettlements settlements)
-
getSettlements
@Nullable public IdentityLinksSettlements getSettlements()
Get settlements- Returns:
- settlements
-
setSettlements
public void setSettlements(IdentityLinksSettlements settlements)
-
authorizations
public IdentityLinks authorizations(IdentityLinksAuthorizations authorizations)
-
getAuthorizations
@Nullable public IdentityLinksAuthorizations getAuthorizations()
Get authorizations- Returns:
- authorizations
-
setAuthorizations
public void setAuthorizations(IdentityLinksAuthorizations authorizations)
-
transfers
public IdentityLinks transfers(IdentityLinksTransfers transfers)
-
getTransfers
@Nullable public IdentityLinksTransfers getTransfers()
Get transfers- Returns:
- transfers
-
setTransfers
public void setTransfers(IdentityLinksTransfers transfers)
-
paymentInstruments
public IdentityLinks paymentInstruments(IdentityLinksPaymentInstruments paymentInstruments)
-
getPaymentInstruments
@Nullable public IdentityLinksPaymentInstruments getPaymentInstruments()
Get paymentInstruments- Returns:
- paymentInstruments
-
setPaymentInstruments
public void setPaymentInstruments(IdentityLinksPaymentInstruments paymentInstruments)
-
associatedIdentities
public IdentityLinks associatedIdentities(IdentityLinksAssociatedIdentities associatedIdentities)
-
getAssociatedIdentities
@Nullable public IdentityLinksAssociatedIdentities getAssociatedIdentities()
Get associatedIdentities- Returns:
- associatedIdentities
-
setAssociatedIdentities
public void setAssociatedIdentities(IdentityLinksAssociatedIdentities associatedIdentities)
-
disputes
public IdentityLinks disputes(IdentityLinksDisputes disputes)
-
getDisputes
@Nullable public IdentityLinksDisputes getDisputes()
Get disputes- Returns:
- disputes
-
setDisputes
public void setDisputes(IdentityLinksDisputes disputes)
-
application
public IdentityLinks application(IdentityLinksApplication application)
-
getApplication
@Nullable public IdentityLinksApplication getApplication()
Get application- Returns:
- application
-
setApplication
public void setApplication(IdentityLinksApplication application)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to IdentityLinks
-
fromJson
public static IdentityLinks fromJson(String jsonString) throws IOException
Create an instance of IdentityLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of IdentityLinks
- Throws:
IOException- if the JSON string is invalid with respect to IdentityLinks
-
toJson
public String toJson()
Convert an instance of IdentityLinks to an JSON string- Returns:
- JSON string
-
-