Uses of Class
io.trippay.sdk.payment.model.Application
Packages that use Application
-
Uses of Application in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type ApplicationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Application> ApplicationApi.loadApplication(String id, String winkVersion, String accept) Show Application Show a specific applicationreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Application>> ApplicationApi.loadApplicationWithHttpInfo(String id, String winkVersion, String accept) Show Application Show a specific applicationreactor.core.publisher.Flux<Application> ApplicationApi.showApplicationsByUser(String winkVersion, String accept) Show Applications List all applications owned by creating entityreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<Application>>> ApplicationApi.showApplicationsByUserWithHttpInfo(String winkVersion, String accept) Show Applications List all applications owned by creating entity -
Uses of Application in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return ApplicationModifier and TypeMethodDescriptionApplication.addRedirectUrisItem(String redirectUrisItem) Application.ownerIdentifier(UUID ownerIdentifier) Application.ownerType(Application.OwnerTypeEnum ownerType) Application.redirectUris(List<String> redirectUris)