public class ListWebhookEventTypesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListWebhookEventTypesResponse.Builder
Class to build instances of
ListWebhookEventTypesResponse. |
| Constructor and Description |
|---|
ListWebhookEventTypesResponse(List<Error> errors,
List<String> eventTypes,
List<EventTypeMetadata> metadata)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
List<String> |
getEventTypes()
Getter for EventTypes.
|
List<EventTypeMetadata> |
getMetadata()
Getter for Metadata.
|
int |
hashCode() |
ListWebhookEventTypesResponse.Builder |
toBuilder()
Builds a new
ListWebhookEventTypesResponse.Builder object. |
String |
toString()
Converts this ListWebhookEventTypesResponse into string format.
|
public ListWebhookEventTypesResponse(List<Error> errors, List<String> eventTypes, List<EventTypeMetadata> metadata)
errors - List of Error value for errors.eventTypes - List of String value for eventTypes.metadata - List of EventTypeMetadata value for metadata.public HttpContext getContext()
public List<Error> getErrors()
public List<String> getEventTypes()
public List<EventTypeMetadata> getMetadata()
public String toString()
public ListWebhookEventTypesResponse.Builder toBuilder()
ListWebhookEventTypesResponse.Builder object.
Creates the instance with the state of the current model.ListWebhookEventTypesResponse.Builder objectCopyright © 2023. All rights reserved.