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