public class Webhook extends Object
| Constructor and Description |
|---|
Webhook()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCreated()
Returns the created date for the webhook.
|
String |
getDeactivated()
Returns the deactivated date for the webhook.
|
String |
getEvent()
Returns the event of the webhook.
|
String |
getGroupGuid()
Returns the group GUID of the webhook.
|
String |
getGuid()
Returns the GUID of the webhook.
|
String |
getModified()
Returns the modified date for the webhook.
|
String |
getModifiedBy()
Returns the user that modified the webhook.
|
String |
getName()
Returns the name of the webhook.
|
String |
getOrganizationGuid()
Returns the organization GUID of the webhook.
|
Map<String,String> |
getReferences()
Returns the references for the webhook.
|
String |
getStatus()
Returns the status of the webhook.
|
String |
getUrl()
Returns the url of the webhook.
|
boolean |
isActive()
Returns
true if the webhook is active. |
String |
toString()
Returns a string representation of the object.
|
public String getGuid()
public String getName()
public String getUrl()
public String getStatus()
public String getCreated()
public String getModified()
public String getModifiedBy()
public String getDeactivated()
public boolean isActive()
true if the webhook is active.true if the webhook is activepublic String getGroupGuid()
public String getOrganizationGuid()
public String getEvent()
public Map<String,String> getReferences()
Copyright © 2020. All rights reserved.