Package model
Class RootLinks
java.lang.Object
model.RootLinks
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-24T13:03:18.088665-07:00[America/Los_Angeles]")
public class RootLinks
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 TypeMethodDescriptionapplications(ApplicationLinksApplicationProfile applications) authorizations(ApplicationLinksApplicationProfile authorizations) booleanstatic RootLinksCreate an instance of RootLinks given an JSON stringGet applicationsGet authorizationsGet identitiesGet merchantsGet paymentInstrumentsGet processorCallbacksGet processorClientsgetSelf()Get selfGet transfersgetUsers()Get usersGet verificationsGet webhooksinthashCode()identities(ApplicationLinksApplicationProfile identities) merchants(ApplicationLinksApplicationProfile merchants) paymentInstruments(ApplicationLinksApplicationProfile paymentInstruments) processorCallbacks(ApplicationLinksApplicationProfile processorCallbacks) processorClients(ApplicationLinksApplicationProfile processorClients) self(ApplicationLinksSelf self) voidsetApplications(ApplicationLinksApplicationProfile applications) voidsetAuthorizations(ApplicationLinksApplicationProfile authorizations) voidsetIdentities(ApplicationLinksApplicationProfile identities) voidsetMerchants(ApplicationLinksApplicationProfile merchants) voidsetPaymentInstruments(ApplicationLinksApplicationProfile paymentInstruments) voidsetProcessorCallbacks(ApplicationLinksApplicationProfile processorCallbacks) voidsetProcessorClients(ApplicationLinksApplicationProfile processorClients) voidsetSelf(ApplicationLinksSelf self) voidsetTransfers(ApplicationLinksApplicationProfile transfers) voidvoidsetVerifications(PaymentInstrumentTokenLinksVerifications verifications) voidtoJson()Convert an instance of RootLinks to an JSON stringtoString()transfers(ApplicationLinksApplicationProfile transfers) static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj) Validates the JSON Object and throws an exception if issues foundverifications(PaymentInstrumentTokenLinksVerifications verifications) webhooks(ApplicationLinksApplicationProfile webhooks)
-
Field Details
-
SERIALIZED_NAME_APPLICATIONS
- See Also:
-
SERIALIZED_NAME_AUTHORIZATIONS
- See Also:
-
SERIALIZED_NAME_IDENTITIES
- See Also:
-
SERIALIZED_NAME_MERCHANTS
- See Also:
-
SERIALIZED_NAME_PAYMENT_INSTRUMENTS
- See Also:
-
SERIALIZED_NAME_PROCESSOR_CALLBACKS
- See Also:
-
SERIALIZED_NAME_PROCESSOR_CLIENTS
- See Also:
-
SERIALIZED_NAME_SELF
- See Also:
-
SERIALIZED_NAME_TRANSFERS
- See Also:
-
SERIALIZED_NAME_USERS
- See Also:
-
SERIALIZED_NAME_VERIFICATIONS
- See Also:
-
SERIALIZED_NAME_WEBHOOKS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RootLinks
public RootLinks()
-
-
Method Details
-
applications
-
getApplications
Get applications- Returns:
- applications
-
setApplications
-
authorizations
-
getAuthorizations
Get authorizations- Returns:
- authorizations
-
setAuthorizations
-
identities
-
getIdentities
Get identities- Returns:
- identities
-
setIdentities
-
merchants
-
getMerchants
Get merchants- Returns:
- merchants
-
setMerchants
-
paymentInstruments
-
getPaymentInstruments
Get paymentInstruments- Returns:
- paymentInstruments
-
setPaymentInstruments
-
processorCallbacks
-
getProcessorCallbacks
Get processorCallbacks- Returns:
- processorCallbacks
-
setProcessorCallbacks
-
processorClients
-
getProcessorClients
Get processorClients- Returns:
- processorClients
-
setProcessorClients
-
self
-
getSelf
Get self- Returns:
- self
-
setSelf
-
transfers
-
getTransfers
Get transfers- Returns:
- transfers
-
setTransfers
-
users
-
getUsers
Get users- Returns:
- users
-
setUsers
-
verifications
-
getVerifications
Get verifications- Returns:
- verifications
-
setVerifications
-
webhooks
-
getWebhooks
Get webhooks- Returns:
- webhooks
-
setWebhooks
-
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 RootLinks
-
fromJson
Create an instance of RootLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RootLinks
- Throws:
IOException- if the JSON string is invalid with respect to RootLinks
-
toJson
Convert an instance of RootLinks to an JSON string- Returns:
- JSON string
-