Klasse Webhook
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Webhook
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Webhook
extends Object
Webhook
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enum
The list of interested events this webhook is subscribed forstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Boolean
Specifies whether this webhook is active or not.protected WebhookConfig
protected List<Webhook.EventsEnum>
The list of interested events this webhook is subscribed forprotected String
A unique ID for the webhook -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungactive()
Specifies whether this webhook is active or not.Specifies whether this webhook is active or not.static Webhook.WebhookBuilder
builder()
protected boolean
config()
config
(WebhookConfig config) boolean
events()
The list of interested events this webhook is subscribed forevents
(List<Webhook.EventsEnum> events) The list of interested events this webhook is subscribed forint
hashCode()
id()
A unique ID for the webhookA unique ID for the webhooktoString()
-
Felddetails
-
active
Specifies whether this webhook is active or not. Default value is false. -
config
-
events
The list of interested events this webhook is subscribed for -
id
A unique ID for the webhook
-
-
Konstruktordetails
-
Webhook
Constructs a validated instance ofWebhook
.- Parameter:
spec
- the specification to process
-
Webhook
@Internal public Webhook(Boolean active, WebhookConfig config, List<Webhook.EventsEnum> events, String id) Constructs a validated instance ofWebhook
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Webhook(Consumer)
instead.- Parameter:
active
- Specifies whether this webhook is active or not. Default value is false.config
- var.nameevents
- The list of interested events this webhook is subscribed forid
- A unique ID for the webhook
-
Webhook
protected Webhook()
-
-
Methodendetails
-
builder
-
active
Specifies whether this webhook is active or not. Default value is false. -
config
-
events
The list of interested events this webhook is subscribed for -
id
A unique ID for the webhook -
active
Specifies whether this webhook is active or not. Default value is false.- Gibt zurück:
this
.
-
config
- Gibt zurück:
this
.
-
events
The list of interested events this webhook is subscribed for- Gibt zurück:
this
.
-
id
A unique ID for the webhook- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-