Class WebhookSubscription
- java.lang.Object
-
- ai.toloka.client.v1.webhooksubscription.WebhookSubscription
-
public class WebhookSubscription extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WebhookSubscription()
WebhookSubscription(WebhookEventType eventType, java.lang.String webhookUrl, java.lang.String poolId)
WebhookSubscription(WebhookEventType eventType, java.lang.String webhookUrl, java.lang.String poolId, java.lang.String secretKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getCreated()
WebhookEventType
getEventType()
java.lang.String
getId()
java.lang.String
getPoolId()
java.lang.String
getSecretKey()
java.lang.String
getWebhookUrl()
-
-
-
Constructor Detail
-
WebhookSubscription
public WebhookSubscription()
-
WebhookSubscription
public WebhookSubscription(WebhookEventType eventType, java.lang.String webhookUrl, java.lang.String poolId, java.lang.String secretKey)
-
WebhookSubscription
public WebhookSubscription(WebhookEventType eventType, java.lang.String webhookUrl, java.lang.String poolId)
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getCreated
public java.util.Date getCreated()
-
getEventType
public WebhookEventType getEventType()
-
getWebhookUrl
public java.lang.String getWebhookUrl()
-
getPoolId
public java.lang.String getPoolId()
-
getSecretKey
public java.lang.String getSecretKey()
-
-