Uses of Class
com.adyen.model.management.CompanyLinks
-
Packages that use CompanyLinks Package Description com.adyen.model.management -
-
Uses of CompanyLinks in com.adyen.model.management
Methods in com.adyen.model.management that return CompanyLinks Modifier and Type Method Description CompanyLinksCompanyLinks. apiCredentials(LinksElement apiCredentials)apiCredentialsstatic CompanyLinksCompanyLinks. fromJson(String jsonString)Create an instance of CompanyLinks given an JSON stringCompanyLinksCompany. getLinks()Get linksCompanyLinksCompanyLinks. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.CompanyLinksCompanyLinks. self(LinksElement self)selfCompanyLinksCompanyLinks. users(LinksElement users)usersCompanyLinksCompanyLinks. webhooks(LinksElement webhooks)webhooksMethods in com.adyen.model.management with parameters of type CompanyLinks Modifier and Type Method Description CompanyCompany. links(CompanyLinks links)linksvoidCompany. setLinks(CompanyLinks links)links
-