Uses of Class
travel.wink.sdk.payment.model.Integration
Packages that use Integration
-
Uses of Integration in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return IntegrationModifier and TypeMethodDescriptionIntegration.addDomainsItem(String domainsItem) Integration.identifier(UUID identifier) Integration.type(Integration.TypeEnum type) Methods in travel.wink.sdk.payment.model that return types with arguments of type IntegrationModifier and TypeMethodDescription@Valid List<Integration>Account.getIntegrations()Get integrations@Valid List<Integration>CreateAccountRequest.getIntegrations()Get integrationsMethods in travel.wink.sdk.payment.model with parameters of type IntegrationModifier and TypeMethodDescriptionAccount.addIntegrationsItem(Integration integrationsItem) CreateAccountRequest.addIntegrationsItem(Integration integrationsItem) Method parameters in travel.wink.sdk.payment.model with type arguments of type IntegrationModifier and TypeMethodDescriptionAccount.integrations(List<Integration> integrations) CreateAccountRequest.integrations(List<Integration> integrations) voidAccount.setIntegrations(List<Integration> integrations) voidCreateAccountRequest.setIntegrations(List<Integration> integrations)