Uses of Class
vn.payos.core.PageAsync
Packages that use PageAsync
-
Uses of PageAsync in vn.payos.core
Methods in vn.payos.core that return types with arguments of type PageAsyncModifier and TypeMethodDescriptionPageAsync.nextPage()Get next pagePageAsync.previousPage()Get previous pageConstructors in vn.payos.core with parameters of type PageAsyncModifierConstructorDescriptionAsyncAutoPager(PageAsync<Item> initialPage) AsyncAutoPagerAsyncAutoPager(PageAsync<Item> initialPage, Executor defaultExecutor) AsyncAutoPager -
Uses of PageAsync in vn.payos.service.async.v1.payouts
Methods in vn.payos.service.async.v1.payouts that return types with arguments of type PageAsyncModifier and TypeMethodDescriptionPayoutsService.list(GetPayoutListParams params) Retrieves a paginated list of payouts filtered by the given criteria.PayoutsService.list(GetPayoutListParams params, RequestOptions<Void> options) Retrieves a paginated list of payouts filtered by the given criteria.PayoutsServiceImpl.list(GetPayoutListParams params) PayoutsServiceImpl.list(GetPayoutListParams params, RequestOptions<Void> options)