Package model
Class IdentityLinks
java.lang.Object
model.IdentityLinks
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplication(IdentityLinksApplication application) associatedIdentities(IdentityLinksAssociatedIdentities associatedIdentities) authorizations(IdentityLinksAuthorizations authorizations) disputes(IdentityLinksDisputes disputes) booleanstatic IdentityLinksCreate an instance of IdentityLinks given an JSON stringGet applicationGet associatedIdentitiesGet authorizationsGet disputesGet merchantsGet paymentInstrumentsgetSelf()Get selfGet settlementsGet transfersGet verificationsinthashCode()merchants(IdentityLinksMerchants merchants) paymentInstruments(IdentityLinksPaymentInstruments paymentInstruments) self(IdentityLinksSelf self) voidsetApplication(IdentityLinksApplication application) voidsetAssociatedIdentities(IdentityLinksAssociatedIdentities associatedIdentities) voidsetAuthorizations(IdentityLinksAuthorizations authorizations) voidsetDisputes(IdentityLinksDisputes disputes) voidsetMerchants(IdentityLinksMerchants merchants) voidsetPaymentInstruments(IdentityLinksPaymentInstruments paymentInstruments) voidsetSelf(IdentityLinksSelf self) voidsetSettlements(IdentityLinksSettlements settlements) settlements(IdentityLinksSettlements settlements) voidsetTransfers(IdentityLinksTransfers transfers) voidsetVerifications(IdentityLinksVerifications verifications) toJson()Convert an instance of IdentityLinks to an JSON stringtoString()transfers(IdentityLinksTransfers transfers) static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues foundverifications(IdentityLinksVerifications verifications)
-
Field Details
-
SERIALIZED_NAME_SELF
- See Also:
-
SERIALIZED_NAME_VERIFICATIONS
- See Also:
-
SERIALIZED_NAME_MERCHANTS
- See Also:
-
SERIALIZED_NAME_SETTLEMENTS
- See Also:
-
SERIALIZED_NAME_AUTHORIZATIONS
- See Also:
-
SERIALIZED_NAME_TRANSFERS
- See Also:
-
SERIALIZED_NAME_PAYMENT_INSTRUMENTS
- See Also:
-
SERIALIZED_NAME_ASSOCIATED_IDENTITIES
- See Also:
-
SERIALIZED_NAME_DISPUTES
- See Also:
-
SERIALIZED_NAME_APPLICATION
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
IdentityLinks
public IdentityLinks()
-
-
Method Details
-
self
-
getSelf
Get self- Returns:
- self
-
setSelf
-
verifications
-
getVerifications
Get verifications- Returns:
- verifications
-
setVerifications
-
merchants
-
getMerchants
Get merchants- Returns:
- merchants
-
setMerchants
-
settlements
-
getSettlements
Get settlements- Returns:
- settlements
-
setSettlements
-
authorizations
-
getAuthorizations
Get authorizations- Returns:
- authorizations
-
setAuthorizations
-
transfers
-
getTransfers
Get transfers- Returns:
- transfers
-
setTransfers
-
paymentInstruments
-
getPaymentInstruments
Get paymentInstruments- Returns:
- paymentInstruments
-
setPaymentInstruments
-
associatedIdentities
-
getAssociatedIdentities
Get associatedIdentities- Returns:
- associatedIdentities
-
setAssociatedIdentities
-
disputes
-
getDisputes
Get disputes- Returns:
- disputes
-
setDisputes
-
application
-
getApplication
Get application- Returns:
- application
-
setApplication
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonObject
Validates 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
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
Convert an instance of IdentityLinks to an JSON string- Returns:
- JSON string
-