Package com.smartsheet.api.models
Class WebhookSubscope
- java.lang.Object
-
- com.smartsheet.api.models.WebhookSubscope
-
public class WebhookSubscope extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WebhookSubscope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Long>
getColumnIds()
Get the array of columnIds if you want to limit the subscription to a subscope.WebhookSubscope
setColumnIds(java.util.List<java.lang.Long> columnIds)
Set the array of columnIds if you want to limit the subscription to a subscope.
-
-
-
Method Detail
-
getColumnIds
public java.util.List<java.lang.Long> getColumnIds()
Get the array of columnIds if you want to limit the subscription to a subscope.
-
setColumnIds
public WebhookSubscope setColumnIds(java.util.List<java.lang.Long> columnIds)
Set the array of columnIds if you want to limit the subscription to a subscope.
-
-