Package com.smartsheet.api.models
Class ReportScopeInclusion
- java.lang.Object
-
- com.smartsheet.api.models.ReportScopeInclusion
-
public class ReportScopeInclusion extends java.lang.ObjectRepresents the ReportScopeInclusion object used when adding and removing report scopes.
-
-
Constructor Summary
Constructors Constructor Description ReportScopeInclusion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetAssetId()Get the id of the asset that is included in the report.ReportAssetTypegetAssetType()Get the type of asset that is included in the report.voidsetAssetId(java.lang.Long assetId)Set the id of the asset that is included in the report.voidsetAssetType(ReportAssetType assetType)Set the type of asset that is included in the report.
-
-
-
Method Detail
-
getAssetType
public ReportAssetType getAssetType()
Get the type of asset that is included in the report.- Returns:
- the type of asset that is included in the report
-
setAssetType
public void setAssetType(ReportAssetType assetType)
Set the type of asset that is included in the report.- Parameters:
assetType- the type of asset that is included in the report
-
getAssetId
public java.lang.Long getAssetId()
Get the id of the asset that is included in the report.- Returns:
- the id of the asset that is included in the report
-
setAssetId
public void setAssetId(java.lang.Long assetId)
Set the id of the asset that is included in the report.- Parameters:
assetId- the id of the asset that is included in the report
-
-