Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.addAllEvents(java.lang.Iterable<? extends Webhooks.WebhookEvent> values) |
List of events to subscribe to
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.addEvents(int index,
Webhooks.WebhookEvent value) |
List of events to subscribe to
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.addEvents(int index,
Webhooks.WebhookEvent.Builder builderForValue) |
List of events to subscribe to
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.addEvents(Webhooks.WebhookEvent value) |
List of events to subscribe to
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.addEvents(Webhooks.WebhookEvent.Builder builderForValue) |
List of events to subscribe to
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.clear() |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.clearDescription() |
Optional description for the webhook
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.clearEvents() |
List of events to subscribe to
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.clearName() |
Name of the webhook
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.clearSecret() |
Secret key for HMAC signature verification
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.clearStatus() |
Initial status (defaults to ACTIVE if not specified)
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.clearUrl() |
URL to send webhook events to
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.clone() |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.mergeFrom(Webhooks.CreateWebhook other) |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.newBuilder() |
|
static Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.newBuilder(Webhooks.CreateWebhook prototype) |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.newBuilderForType() |
|
protected Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.removeEvents(int index) |
List of events to subscribe to
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setDescription(java.lang.String value) |
Optional description for the webhook
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) |
Optional description for the webhook
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setEvents(int index,
Webhooks.WebhookEvent value) |
List of events to subscribe to
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setEvents(int index,
Webhooks.WebhookEvent.Builder builderForValue) |
List of events to subscribe to
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setName(java.lang.String value) |
Name of the webhook
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setNameBytes(com.google.protobuf.ByteString value) |
Name of the webhook
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setSecret(java.lang.String value) |
Secret key for HMAC signature verification
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setSecretBytes(com.google.protobuf.ByteString value) |
Secret key for HMAC signature verification
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setStatus(Webhooks.WebhookStatus value) |
Initial status (defaults to ACTIVE if not specified)
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setUrl(java.lang.String value) |
URL to send webhook events to
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.Builder.setUrlBytes(com.google.protobuf.ByteString value) |
URL to send webhook events to
|
Webhooks.CreateWebhook.Builder |
Webhooks.CreateWebhook.toBuilder() |
|