Package com.smartsheet.api.models
Class WebhookSharedSecret
- java.lang.Object
-
- com.smartsheet.api.models.WebhookSharedSecret
-
public class WebhookSharedSecret extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WebhookSharedSecret()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSharedSecret()Get the shared secret for this webhook.WebhookSharedSecretsetSharedSecret(java.lang.String sharedSecret)Set the shared secret for this webhook.
-
-
-
Method Detail
-
getSharedSecret
public java.lang.String getSharedSecret()
Get the shared secret for this webhook.- Returns:
- sharedSecret
-
setSharedSecret
public WebhookSharedSecret setSharedSecret(java.lang.String sharedSecret)
Set the shared secret for this webhook.
-
-