Uses of Class
io.trippay.sdk.payment.model.ManagingEntity
Packages that use ManagingEntity
-
Uses of ManagingEntity in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type ManagingEntityModifier and TypeMethodDescriptionreactor.core.publisher.Flux<ManagingEntity>ManagingEntityApi.showManagingEntities(String winkVersion) Show Managing Entities Lists all entities, including user entity, owned by user.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ManagingEntity>>>ManagingEntityApi.showManagingEntitiesWithHttpInfo(String winkVersion) Show Managing Entities Lists all entities, including user entity, owned by user. -
Uses of ManagingEntity in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return ManagingEntityModifier and TypeMethodDescription@NotNull @Valid ManagingEntityUpdateApplicationResponse.getEntity()Get entity@NotNull @Valid ManagingEntityUpsertApplicationRequest.getEntity()Get entity@NotNull @Valid ManagingEntityUpsertWebhookRequest.getEntity()Get entityManagingEntity.type(ManagingEntity.TypeEnum type) Methods in io.trippay.sdk.payment.model with parameters of type ManagingEntityModifier and TypeMethodDescriptionUpdateApplicationResponse.entity(ManagingEntity entity) UpsertApplicationRequest.entity(ManagingEntity entity) UpsertWebhookRequest.entity(ManagingEntity entity) voidUpdateApplicationResponse.setEntity(ManagingEntity entity) voidUpsertApplicationRequest.setEntity(ManagingEntity entity) voidUpsertWebhookRequest.setEntity(ManagingEntity entity)