public class Webhook extends Object
Constructor and Description |
---|
Webhook() |
Modifier and Type | Method and Description |
---|---|
String |
getContextId()
Get the context id of this
Webhook . |
CodeAndDisplay |
getContextType()
Get the context type of this
Webhook . |
Integer |
getEntityId()
Get the entity id for this
Webhook . |
CodeAndDisplay |
getEntityType()
Get the entity type for this
Webhook . |
CodeAndDisplay |
getEventType()
Get the event type of this
Webhook . |
Integer |
getId()
Get the Cloudwords
Webhook ID. |
String |
getUri()
Get the uri of this
Webhook . |
void |
setContextId(String contextId)
Set the context id of this
Webhook . |
void |
setContextType(CodeAndDisplay contextType)
Set the context type of this
Webhook . |
void |
setEntityId(Integer entityId)
Set the entity id for this
Webhook . |
void |
setEntityType(CodeAndDisplay entityType)
Set the entity type of this
Webhook . |
void |
setEventType(CodeAndDisplay eventType)
Set the event type of this
Webhook . |
void |
setId(Integer id)
Set the Cloudwords
Webhook ID. |
void |
setUri(String uri)
Set the uri of this
Webhook . |
public void setUri(String uri)
Webhook
.uri
- of this Webhook
public CodeAndDisplay getEntityType()
Webhook
.Webhook
public void setEntityType(CodeAndDisplay entityType)
Webhook
. Currently, the only valid value is PROJECT.entityType
- of this Webhook
public String getContextId()
Webhook
.Webhook
public void setContextId(String contextId)
Webhook
.contextId
- of this Webhook
public CodeAndDisplay getContextType()
Webhook
.Webhook
public void setContextType(CodeAndDisplay contextType)
Webhook
.contextType
- of this Webhook
public CodeAndDisplay getEventType()
Webhook
.Webhook
public void setEventType(CodeAndDisplay eventType)
Webhook
.eventType
- of this Webhook
Copyright © 2016. All rights reserved.