Package org.wso2.am.monetization.model
Class WebhookProvisionResult
- java.lang.Object
-
- org.wso2.am.monetization.model.WebhookProvisionResult
-
public class WebhookProvisionResult extends Object
-
-
Constructor Summary
Constructors Constructor Description WebhookProvisionResult(String webhookEndpointId, String signingSecret, boolean created)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSigningSecret()StringgetWebhookEndpointId()booleanisCreated()
-