Class Webhook
- java.lang.Object
-
- br.com.juno.integration.api.model.BaseModel
-
- br.com.juno.integration.api.model.Webhook
-
- All Implemented Interfaces:
Serializable
public class Webhook extends BaseModel
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhook.WebhookStatusEnum
-
Constructor Summary
Constructors Modifier Constructor Description protectedWebhook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<EventType>getEventTypes()StringgetSecret()Webhook.WebhookStatusEnumgetStatus()StringgetUrl()protected voidsetEventTypes(Set<EventType> eventTypes)protected voidsetSecret(String secret)protected voidsetStatus(Webhook.WebhookStatusEnum status)protected voidsetUrl(String url)StringtoString()
-
-
-
Method Detail
-
getUrl
public String getUrl()
-
getSecret
public String getSecret()
-
getStatus
public Webhook.WebhookStatusEnum getStatus()
-
setUrl
protected void setUrl(String url)
-
setSecret
protected void setSecret(String secret)
-
setStatus
protected void setStatus(Webhook.WebhookStatusEnum status)
-
-