whereAssetId method

T whereAssetId(
  1. int assetId
)

Include results with the given asset id.

Implementation

T whereAssetId(int assetId) {
  addQueryParameter('asset-id', assetId);
  return me();
}