Package model
Class ApplicationLinks
- java.lang.Object
-
- model.ApplicationLinks
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ApplicationLinks 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 classApplicationLinks.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_APPLICATION_PROFILEstatic StringSERIALIZED_NAME_AUTHORIZATIONSstatic StringSERIALIZED_NAME_DISPUTESstatic StringSERIALIZED_NAME_IDENTITIESstatic StringSERIALIZED_NAME_MERCHANTSstatic StringSERIALIZED_NAME_OWNER_IDENTITYstatic StringSERIALIZED_NAME_PAYMENT_INSTRUMENTSstatic StringSERIALIZED_NAME_PROCESSORSstatic StringSERIALIZED_NAME_REVERSALSstatic StringSERIALIZED_NAME_SELFstatic StringSERIALIZED_NAME_SETTLEMENTSstatic StringSERIALIZED_NAME_TOKENSstatic StringSERIALIZED_NAME_TRANSFERSstatic StringSERIALIZED_NAME_USERSstatic StringSERIALIZED_NAME_WEBHOOKS
-
Constructor Summary
Constructors Constructor Description ApplicationLinks()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_APPLICATION_PROFILE
public static final String SERIALIZED_NAME_APPLICATION_PROFILE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AUTHORIZATIONS
public static final String SERIALIZED_NAME_AUTHORIZATIONS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DISPUTES
public static final String SERIALIZED_NAME_DISPUTES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IDENTITIES
public static final String SERIALIZED_NAME_IDENTITIES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MERCHANTS
public static final String SERIALIZED_NAME_MERCHANTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OWNER_IDENTITY
public static final String SERIALIZED_NAME_OWNER_IDENTITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PAYMENT_INSTRUMENTS
public static final String SERIALIZED_NAME_PAYMENT_INSTRUMENTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROCESSORS
public static final String SERIALIZED_NAME_PROCESSORS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REVERSALS
public static final String SERIALIZED_NAME_REVERSALS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SELF
public static final String SERIALIZED_NAME_SELF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SETTLEMENTS
public static final String SERIALIZED_NAME_SETTLEMENTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOKENS
public static final String SERIALIZED_NAME_TOKENS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRANSFERS
public static final String SERIALIZED_NAME_TRANSFERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USERS
public static final String SERIALIZED_NAME_USERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WEBHOOKS
public static final String SERIALIZED_NAME_WEBHOOKS
- See Also:
- Constant Field Values
-
-
Method Detail
-
applicationProfile
public ApplicationLinks applicationProfile(ApplicationLinksApplicationProfile applicationProfile)
-
getApplicationProfile
@Nullable public ApplicationLinksApplicationProfile getApplicationProfile()
Get applicationProfile- Returns:
- applicationProfile
-
setApplicationProfile
public void setApplicationProfile(ApplicationLinksApplicationProfile applicationProfile)
-
authorizations
public ApplicationLinks authorizations(ApplicationLinksApplicationProfile authorizations)
-
getAuthorizations
@Nullable public ApplicationLinksApplicationProfile getAuthorizations()
Get authorizations- Returns:
- authorizations
-
setAuthorizations
public void setAuthorizations(ApplicationLinksApplicationProfile authorizations)
-
disputes
public ApplicationLinks disputes(ApplicationLinksApplicationProfile disputes)
-
getDisputes
@Nullable public ApplicationLinksApplicationProfile getDisputes()
Get disputes- Returns:
- disputes
-
setDisputes
public void setDisputes(ApplicationLinksApplicationProfile disputes)
-
identities
public ApplicationLinks identities(ApplicationLinksApplicationProfile identities)
-
getIdentities
@Nullable public ApplicationLinksApplicationProfile getIdentities()
Get identities- Returns:
- identities
-
setIdentities
public void setIdentities(ApplicationLinksApplicationProfile identities)
-
merchants
public ApplicationLinks merchants(ApplicationLinksApplicationProfile merchants)
-
getMerchants
@Nullable public ApplicationLinksApplicationProfile getMerchants()
Get merchants- Returns:
- merchants
-
setMerchants
public void setMerchants(ApplicationLinksApplicationProfile merchants)
-
ownerIdentity
public ApplicationLinks ownerIdentity(ApplicationLinksApplicationProfile ownerIdentity)
-
getOwnerIdentity
@Nullable public ApplicationLinksApplicationProfile getOwnerIdentity()
Get ownerIdentity- Returns:
- ownerIdentity
-
setOwnerIdentity
public void setOwnerIdentity(ApplicationLinksApplicationProfile ownerIdentity)
-
paymentInstruments
public ApplicationLinks paymentInstruments(ApplicationLinksApplicationProfile paymentInstruments)
-
getPaymentInstruments
@Nullable public ApplicationLinksApplicationProfile getPaymentInstruments()
Get paymentInstruments- Returns:
- paymentInstruments
-
setPaymentInstruments
public void setPaymentInstruments(ApplicationLinksApplicationProfile paymentInstruments)
-
processors
public ApplicationLinks processors(ApplicationLinksApplicationProfile processors)
-
getProcessors
@Nullable public ApplicationLinksApplicationProfile getProcessors()
Get processors- Returns:
- processors
-
setProcessors
public void setProcessors(ApplicationLinksApplicationProfile processors)
-
reversals
public ApplicationLinks reversals(ApplicationLinksApplicationProfile reversals)
-
getReversals
@Nullable public ApplicationLinksApplicationProfile getReversals()
Get reversals- Returns:
- reversals
-
setReversals
public void setReversals(ApplicationLinksApplicationProfile reversals)
-
self
public ApplicationLinks self(ApplicationLinksSelf self)
-
getSelf
@Nullable public ApplicationLinksSelf getSelf()
Get self- Returns:
- self
-
setSelf
public void setSelf(ApplicationLinksSelf self)
-
settlements
public ApplicationLinks settlements(ApplicationLinksApplicationProfile settlements)
-
getSettlements
@Nullable public ApplicationLinksApplicationProfile getSettlements()
Get settlements- Returns:
- settlements
-
setSettlements
public void setSettlements(ApplicationLinksApplicationProfile settlements)
-
tokens
public ApplicationLinks tokens(ApplicationLinksApplicationProfile tokens)
-
getTokens
@Nullable public ApplicationLinksApplicationProfile getTokens()
Get tokens- Returns:
- tokens
-
setTokens
public void setTokens(ApplicationLinksApplicationProfile tokens)
-
transfers
public ApplicationLinks transfers(ApplicationLinksApplicationProfile transfers)
-
getTransfers
@Nullable public ApplicationLinksApplicationProfile getTransfers()
Get transfers- Returns:
- transfers
-
setTransfers
public void setTransfers(ApplicationLinksApplicationProfile transfers)
-
users
public ApplicationLinks users(ApplicationLinksApplicationProfile users)
-
getUsers
@Nullable public ApplicationLinksApplicationProfile getUsers()
Get users- Returns:
- users
-
setUsers
public void setUsers(ApplicationLinksApplicationProfile users)
-
webhooks
public ApplicationLinks webhooks(ApplicationLinksApplicationProfile webhooks)
-
getWebhooks
@Nullable public ApplicationLinksApplicationProfile getWebhooks()
Get webhooks- Returns:
- webhooks
-
setWebhooks
public void setWebhooks(ApplicationLinksApplicationProfile webhooks)
-
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 ApplicationLinks
-
fromJson
public static ApplicationLinks fromJson(String jsonString) throws IOException
Create an instance of ApplicationLinks given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ApplicationLinks
- Throws:
IOException- if the JSON string is invalid with respect to ApplicationLinks
-
toJson
public String toJson()
Convert an instance of ApplicationLinks to an JSON string- Returns:
- JSON string
-
-