Uses of Class
com.qtsurfer.api.client.model.Account
Packages that use Account
-
Uses of Account in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return AccountModifier and TypeMethodDescriptionAccountApi.getAccount()Get your account's identity and tier limits Your userId, current tier, and that tier's limits — no database call, safe to fetch on every page load.Methods in com.qtsurfer.api.client.api that return types with arguments of type AccountModifier and TypeMethodDescriptionAccountApi.getAccountWithHttpInfo()Get your account's identity and tier limits Your userId, current tier, and that tier's limits — no database call, safe to fetch on every page load. -
Uses of Account in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return AccountModifier and TypeMethodDescriptionAccount.links(AccountLinks links) Account.maxDatasetBytes(Long maxDatasetBytes) Account.maxDatasets(Integer maxDatasets) Account.maxTotalStorageBytes(Long maxTotalStorageBytes)