Uses of Class
io.trippay.sdk.payment.model.State
Packages that use State
-
Uses of State in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type StateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageMapping> AccountMappingsApi.loadAccountMappingGrid(String accountIdentifier, State state, String winkVersion) Show Account Mappings List all mappings belonging to a specific account.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageMapping>> AccountMappingsApi.loadAccountMappingGridWithHttpInfo(String accountIdentifier, State state, String winkVersion) Show Account Mappings List all mappings belonging to a specific account.org.springframework.web.reactive.function.client.WebClient.ResponseSpecAccountMappingsApi.loadAccountMappingGridWithResponseSpec(String accountIdentifier, State state, String winkVersion) Show Account Mappings List all mappings belonging to a specific account.reactor.core.publisher.Mono<PageBookingContract> ContractApi.showContractGrid(String accountIdentifier, State state2, String state, String winkVersion) Retrieve contract grid Returns booking contracts for account identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingContract>> ContractApi.showContractGridWithHttpInfo(String accountIdentifier, State state2, String state, String winkVersion) Retrieve contract grid Returns booking contracts for account identifier.org.springframework.web.reactive.function.client.WebClient.ResponseSpecContractApi.showContractGridWithResponseSpec(String accountIdentifier, State state2, String state, String winkVersion) Retrieve contract grid Returns booking contracts for account identifier.reactor.core.publisher.Mono<PageExternalEvent> ExternalEventApi.showExternalEventGrid(State state, String winkVersion) Show External Event Grid Displays external events for specified entity ID.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageExternalEvent>> ExternalEventApi.showExternalEventGridWithHttpInfo(State state, String winkVersion) Show External Event Grid Displays external events for specified entity ID.org.springframework.web.reactive.function.client.WebClient.ResponseSpecExternalEventApi.showExternalEventGridWithResponseSpec(State state, String winkVersion) Show External Event Grid Displays external events for specified entity ID. -
Uses of State in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return StateModifier and TypeMethodDescriptionState.addGroupItem(GroupDescriptor groupItem) State.addSortItem(SortDescriptor sortItem) State.filter(CompositeFilterDescriptor filter) State.group(List<GroupDescriptor> group) State.sort(List<SortDescriptor> sort)