Class AssetMetricResource.AssetMetricResourceImpl
java.lang.Object
com.liferay.analytics.reports.rest.client.resource.v1_0.AssetMetricResource.AssetMetricResourceImpl
- All Implemented Interfaces:
AssetMetricResource
- Enclosing interface:
- AssetMetricResource
public static class AssetMetricResource.AssetMetricResourceImpl
extends Object
implements AssetMetricResource
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.liferay.analytics.reports.rest.client.resource.v1_0.AssetMetricResource
AssetMetricResource.AssetMetricResourceImpl, AssetMetricResource.Builder -
Method Summary
Modifier and TypeMethodDescriptiongetGroupAssetMetric(Long groupId, String assetType, String assetId, String identityType, Integer rangeKey, String[] selectedMetrics) getGroupAssetMetricHttpResponse(Long groupId, String assetType, String assetId, String identityType, Integer rangeKey, String[] selectedMetrics)
-
Method Details
-
getGroupAssetMetric
public AssetMetric getGroupAssetMetric(Long groupId, String assetType, String assetId, String identityType, Integer rangeKey, String[] selectedMetrics) throws Exception - Specified by:
getGroupAssetMetricin interfaceAssetMetricResource- Throws:
Exception
-
getGroupAssetMetricHttpResponse
public HttpInvoker.HttpResponse getGroupAssetMetricHttpResponse(Long groupId, String assetType, String assetId, String identityType, Integer rangeKey, String[] selectedMetrics) throws Exception - Specified by:
getGroupAssetMetricHttpResponsein interfaceAssetMetricResource- Throws:
Exception
-