Uses of Class
net.anotheria.portalkit.adminapi.rest.account.request.AccountsGetRequest.AccountSortProperty
-
Packages that use AccountsGetRequest.AccountSortProperty Package Description net.anotheria.portalkit.adminapi.rest.account.request -
-
Uses of AccountsGetRequest.AccountSortProperty in net.anotheria.portalkit.adminapi.rest.account.request
Classes in net.anotheria.portalkit.adminapi.rest.account.request with type parameters of type AccountsGetRequest.AccountSortProperty Modifier and Type Class Description static classAccountsGetRequest.SortCriteria<S extends AccountsGetRequest.AccountSortProperty>Methods in net.anotheria.portalkit.adminapi.rest.account.request that return AccountsGetRequest.AccountSortProperty Modifier and Type Method Description static AccountsGetRequest.AccountSortPropertyAccountsGetRequest.AccountSortProperty. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AccountsGetRequest.AccountSortProperty[]AccountsGetRequest.AccountSortProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.anotheria.portalkit.adminapi.rest.account.request that return types with arguments of type AccountsGetRequest.AccountSortProperty Modifier and Type Method Description AccountsGetRequest.SortCriteria<AccountsGetRequest.AccountSortProperty>AccountsGetRequest. getSort()Method parameters in net.anotheria.portalkit.adminapi.rest.account.request with type arguments of type AccountsGetRequest.AccountSortProperty Modifier and Type Method Description voidAccountsGetRequest. setSort(AccountsGetRequest.SortCriteria<AccountsGetRequest.AccountSortProperty> sort)
-