public class TestWebhookSubscriptionRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestWebhookSubscriptionRequest.Builder
Class to build instances of
TestWebhookSubscriptionRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
TestWebhookSubscriptionRequest(io.apimatic.core.types.OptionalNullable<String> eventType)
Initialization constructor.
|
|
TestWebhookSubscriptionRequest(String eventType)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEventType()
Getter for EventType.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetEventType()
Internal Getter for EventType.
|
TestWebhookSubscriptionRequest.Builder |
toBuilder()
Builds a new
TestWebhookSubscriptionRequest.Builder object. |
String |
toString()
Converts this TestWebhookSubscriptionRequest into string format.
|
public TestWebhookSubscriptionRequest(String eventType)
eventType - String value for eventType.protected TestWebhookSubscriptionRequest(io.apimatic.core.types.OptionalNullable<String> eventType)
eventType - String value for eventType.protected io.apimatic.core.types.OptionalNullable<String> internalGetEventType()
public String getEventType()
public String toString()
public TestWebhookSubscriptionRequest.Builder toBuilder()
TestWebhookSubscriptionRequest.Builder object.
Creates the instance with the state of the current model.TestWebhookSubscriptionRequest.Builder objectCopyright © 2024. All rights reserved.