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, toBuilder
public 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 CreateWebhook
public boolean equals(Object obj)
equals
in class CreateWebhook
protected com.google.common.base.Objects.ToStringHelper string()
string
in class CreateWebhook
public String toString()
toString
in class CreateWebhook
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.