Class WebhooksGetRequest
- java.lang.Object
-
- com.seam.api.resources.webhooks.requests.WebhooksGetRequest
-
public final class WebhooksGetRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWebhooksGetRequest._FinalStagestatic classWebhooksGetRequest.Builderstatic interfaceWebhooksGetRequest.WebhookIdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WebhooksGetRequest.WebhookIdStagebuilder()booleanequals(java.lang.Object other)java.lang.StringgetWebhookId()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getWebhookId
public java.lang.String getWebhookId()
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static WebhooksGetRequest.WebhookIdStage builder()
-
-