Klasse WebhookConfig
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.WebhookConfig
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WebhookConfig
extends Object
WebhookConfig
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe HTTP headers to be sent in the request when the event is occurredprotected String
The password required to authenticate if authentication is enabled for the webhook endpoint.protected String
Specify the truststore that needs to be used by API Gateway while sending the request to the webhook endpoint.protected String
The URL to which API Gateway sends the payload when the event is occurredprotected String
The user name required to authenticate against if authentication is enabled for the webhook endpoint. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WebhookConfig
(Consumer<WebhookConfig> spec) Constructs a validated instance ofWebhookConfig
.WebhookConfig
(Map<String, String> headers, String password, String truststoreAlias, String url, String username) Constructs a validated instance ofWebhookConfig
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
headers()
The HTTP headers to be sent in the request when the event is occurredThe HTTP headers to be sent in the request when the event is occurredpassword()
The password required to authenticate if authentication is enabled for the webhook endpoint.The password required to authenticate if authentication is enabled for the webhook endpoint.toString()
Specify the truststore that needs to be used by API Gateway while sending the request to the webhook endpoint.truststoreAlias
(String truststoreAlias) Specify the truststore that needs to be used by API Gateway while sending the request to the webhook endpoint.url()
The URL to which API Gateway sends the payload when the event is occurredThe URL to which API Gateway sends the payload when the event is occurredusername()
The user name required to authenticate against if authentication is enabled for the webhook endpoint.The user name required to authenticate against if authentication is enabled for the webhook endpoint.
-
Felddetails
-
headers
The HTTP headers to be sent in the request when the event is occurred -
password
The password required to authenticate if authentication is enabled for the webhook endpoint. -
truststoreAlias
Specify the truststore that needs to be used by API Gateway while sending the request to the webhook endpoint. -
url
The URL to which API Gateway sends the payload when the event is occurred -
username
The user name required to authenticate against if authentication is enabled for the webhook endpoint.
-
-
Konstruktordetails
-
WebhookConfig
Constructs a validated instance ofWebhookConfig
.- Parameter:
spec
- the specification to process
-
WebhookConfig
@Internal public WebhookConfig(Map<String, String> headers, String password, String truststoreAlias, String url, String username) Constructs a validated instance ofWebhookConfig
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WebhookConfig(Consumer)
instead.- Parameter:
headers
- The HTTP headers to be sent in the request when the event is occurredpassword
- The password required to authenticate if authentication is enabled for the webhook endpoint.truststoreAlias
- Specify the truststore that needs to be used by API Gateway while sending the request to the webhook endpoint.url
- The URL to which API Gateway sends the payload when the event is occurredusername
- The user name required to authenticate against if authentication is enabled for the webhook endpoint.
-
WebhookConfig
protected WebhookConfig()
-
-
Methodendetails
-
builder
-
headers
The HTTP headers to be sent in the request when the event is occurred -
password
The password required to authenticate if authentication is enabled for the webhook endpoint. -
truststoreAlias
Specify the truststore that needs to be used by API Gateway while sending the request to the webhook endpoint. -
url
The URL to which API Gateway sends the payload when the event is occurred -
username
The user name required to authenticate against if authentication is enabled for the webhook endpoint. -
headers
The HTTP headers to be sent in the request when the event is occurred- Gibt zurück:
this
.
-
password
The password required to authenticate if authentication is enabled for the webhook endpoint.- Gibt zurück:
this
.
-
truststoreAlias
Specify the truststore that needs to be used by API Gateway while sending the request to the webhook endpoint.- Gibt zurück:
this
.
-
url
The URL to which API Gateway sends the payload when the event is occurred- Gibt zurück:
this
.
-
username
The user name required to authenticate against if authentication is enabled for the webhook endpoint.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-