Uses of Class
io.trippay.sdk.payment.model.Mapping
Packages that use Mapping
-
Uses of Mapping in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type MappingModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Mapping>AccountMappingsApi.createAccountMapping(String accountIdentifier, CreateAccountMappingRequest createAccountMappingRequest, String winkVersion) Create Account Mapping Create a mapping between a local account and a remote account.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>>AccountMappingsApi.createAccountMappingWithHttpInfo(String accountIdentifier, CreateAccountMappingRequest createAccountMappingRequest, String winkVersion) Create Account Mapping Create a mapping between a local account and a remote account.reactor.core.publisher.Mono<Mapping>MappingApi.createMapping(CreateMappingRequest createMappingRequest, String winkVersion) Create Mapping Create a mapping between two accountsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>>MappingApi.createMappingWithHttpInfo(CreateMappingRequest createMappingRequest, String winkVersion) Create Mapping Create a mapping between two accountsreactor.core.publisher.Mono<Mapping>AccountMappingsApi.loadAccountMapping(String accountIdentifier, String id, String winkVersion) Show Account Mapping Show a specific mapping by account and mapping identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>>AccountMappingsApi.loadAccountMappingWithHttpInfo(String accountIdentifier, String id, String winkVersion) Show Account Mapping Show a specific mapping by account and mapping identifierreactor.core.publisher.Mono<Mapping>MappingApi.loadMapping(String id, String winkVersion) Show Mapping Show a specific mapping contractreactor.core.publisher.Mono<Mapping>MappingApi.loadMappingByExternalIdentifier(String id, String winkVersion) Show External Mapping Show a specific mapping contract by external identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>>MappingApi.loadMappingByExternalIdentifierWithHttpInfo(String id, String winkVersion) Show External Mapping Show a specific mapping contract by external identifierreactor.core.publisher.Flux<Mapping>MappingApi.loadMappings(String winkVersion) Show Mappings List all mappingsMappingApi.loadMappingsWithHttpInfo(String winkVersion) Show Mappings List all mappingsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>>MappingApi.loadMappingWithHttpInfo(String id, String winkVersion) Show Mapping Show a specific mapping contractreactor.core.publisher.Mono<Mapping>MappingApi.removeMapping(String id, String winkVersion) Delete Mapping Delete a specific mapping contractreactor.core.publisher.Mono<Mapping>MappingApi.removeMappingByExternalIdentifier(String id, String winkVersion) Delete External Mapping Delete a specific mapping contract based on its external identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>>MappingApi.removeMappingByExternalIdentifierWithHttpInfo(String id, String winkVersion) Delete External Mapping Delete a specific mapping contract based on its external identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>>MappingApi.removeMappingWithHttpInfo(String id, String winkVersion) Delete Mapping Delete a specific mapping contractreactor.core.publisher.Mono<Mapping>AccountMappingsApi.updateAccountMapping(String accountIdentifier, String id, UpdateAccountMappingRequest updateAccountMappingRequest, String winkVersion) Update Account Mapping Update an existing mapping owned by account identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>>AccountMappingsApi.updateAccountMappingWithHttpInfo(String accountIdentifier, String id, UpdateAccountMappingRequest updateAccountMappingRequest, String winkVersion) Update Account Mapping Update an existing mapping owned by account identifier.reactor.core.publisher.Mono<Mapping>MappingApi.updateMapping(String id, UpdateMappingRequest updateMappingRequest, String winkVersion) Update Mapping Update a mapping name onlyreactor.core.publisher.Mono<Mapping>MappingApi.updateMappingByExternalIdentifier(String id, UpdateMappingRequest updateMappingRequest, String winkVersion) Update External Mapping Update a mapping name onlyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>>MappingApi.updateMappingByExternalIdentifierWithHttpInfo(String id, UpdateMappingRequest updateMappingRequest, String winkVersion) Update External Mapping Update a mapping name onlyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Mapping>>MappingApi.updateMappingWithHttpInfo(String id, UpdateMappingRequest updateMappingRequest, String winkVersion) Update Mapping Update a mapping name only -
Uses of Mapping in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return MappingModifier and TypeMethodDescriptionMapping.accountIdentifier(String accountIdentifier) Mapping.accountOwnerIdentifier(String accountOwnerIdentifier) Mapping.createdDate(LocalDateTime createdDate) Mapping.externalIdentifier(String externalIdentifier) @NotNull @Valid MappingExternalBookingContract.getMapping()Get mappingMapping.lastUpdate(LocalDateTime lastUpdate) Mapping.localAccountIdentifier(String localAccountIdentifier) Methods in io.trippay.sdk.payment.model that return types with arguments of type MappingMethods in io.trippay.sdk.payment.model with parameters of type MappingModifier and TypeMethodDescriptionPageMapping.addContentItem(Mapping contentItem) voidExternalBookingContract.setMapping(Mapping mapping) Method parameters in io.trippay.sdk.payment.model with type arguments of type Mapping