Uses of Class
net.anotheria.portalkit.adminapi.rest.account.request.AccountsGetRequest
-
Packages that use AccountsGetRequest Package Description net.anotheria.portalkit.adminapi.api.admin net.anotheria.portalkit.adminapi.rest.account -
-
Uses of AccountsGetRequest in net.anotheria.portalkit.adminapi.api.admin
Methods in net.anotheria.portalkit.adminapi.api.admin with parameters of type AccountsGetRequest Modifier and Type Method Description PageResult<AdminAccountAO>AdminAPI. getAccounts(AccountsGetRequest request)Returns paginated list of created in system accounts.PageResult<AdminAccountAO>AdminAPIImpl. getAccounts(AccountsGetRequest request) -
Uses of AccountsGetRequest in net.anotheria.portalkit.adminapi.rest.account
Methods in net.anotheria.portalkit.adminapi.rest.account with parameters of type AccountsGetRequest Modifier and Type Method Description jakarta.ws.rs.core.ResponseAccountResource. getAllAccountsNew(AccountsGetRequest request)
-