public class Webhook extends CreateWebhook
CreateWebhook#getWebhooks()CreateWebhook.Builder| Constructor and Description |
|---|
Webhook(String name,
Map<String,Object> metadata,
List<Link> links,
String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.common.base.Optional<URI> |
getAnonymousExecutionURI() |
String |
getId() |
com.google.common.collect.ImmutableList<Link> |
getLinks()
The capability Link for the webhook can be called with a POST request to execute the webhook anonymously.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
String |
toString() |
builder, getMetadata, getName, toBuilderpublic String getId()
ScalingPolicyResponse.Builder#id(String)public com.google.common.collect.ImmutableList<Link> getLinks()
ScalingPolicyResponse.Builder#links(String)public com.google.common.base.Optional<URI> getAnonymousExecutionURI()
public int hashCode()
hashCode in class CreateWebhookpublic boolean equals(Object obj)
equals in class CreateWebhookprotected com.google.common.base.Objects.ToStringHelper string()
string in class CreateWebhookpublic String toString()
toString in class CreateWebhookCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.