Uses of Class
org.dajlab.bricksetapi.v3.vo.ApiKeyUsage
-
Packages that use ApiKeyUsage Package Description org.dajlab.bricksetapi.v3.service org.dajlab.bricksetapi.v3.service.impl org.dajlab.bricksetapi.v3.vo -
-
Uses of ApiKeyUsage in org.dajlab.bricksetapi.v3.service
Methods in org.dajlab.bricksetapi.v3.service that return types with arguments of type ApiKeyUsage Modifier and Type Method Description List<ApiKeyUsage>IBricksetService. getKeyUsageStats()Get key usage stats for the last 30 days. -
Uses of ApiKeyUsage in org.dajlab.bricksetapi.v3.service.impl
Methods in org.dajlab.bricksetapi.v3.service.impl that return types with arguments of type ApiKeyUsage Modifier and Type Method Description List<ApiKeyUsage>BricksetServiceImpl. getKeyUsageStats()Get key usage stats for the last 30 days.List<ApiKeyUsage>GeneralServiceImpl. getKeyUsageStats()Get key usage stats for the last 30 days. -
Uses of ApiKeyUsage in org.dajlab.bricksetapi.v3.vo
Methods in org.dajlab.bricksetapi.v3.vo that return types with arguments of type ApiKeyUsage Modifier and Type Method Description List<ApiKeyUsage>Response. getApiKeyUsage()Method parameters in org.dajlab.bricksetapi.v3.vo with type arguments of type ApiKeyUsage Modifier and Type Method Description voidResponse. setApiKeyUsage(List<ApiKeyUsage> apiKeyUsage)
-