Interface WebhookProfile._FinalStage
-
- All Known Implementing Classes:
WebhookProfile.Builder
- Enclosing class:
- WebhookProfile
public static interface WebhookProfile._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookProfile._FinalStageauthentication(WebhookAuthentication authentication)WebhookProfile._FinalStageauthentication(java.util.Optional<WebhookAuthentication> authentication)WebhookProfilebuild()WebhookProfile._FinalStageheaders(java.util.Map<java.lang.String,java.lang.String> headers)WebhookProfile._FinalStageheaders(java.util.Optional<java.util.Map<java.lang.String,java.lang.String>> headers)WebhookProfile._FinalStagemethod(WebhookMethod method)WebhookProfile._FinalStagemethod(java.util.Optional<WebhookMethod> method)WebhookProfile._FinalStageprofile(WebhookProfileType profile)WebhookProfile._FinalStageprofile(java.util.Optional<WebhookProfileType> profile)
-
-
-
Method Detail
-
build
WebhookProfile build()
-
method
WebhookProfile._FinalStage method(java.util.Optional<WebhookMethod> method)
-
method
WebhookProfile._FinalStage method(WebhookMethod method)
-
headers
WebhookProfile._FinalStage headers(java.util.Optional<java.util.Map<java.lang.String,java.lang.String>> headers)
-
headers
WebhookProfile._FinalStage headers(java.util.Map<java.lang.String,java.lang.String> headers)
-
authentication
WebhookProfile._FinalStage authentication(java.util.Optional<WebhookAuthentication> authentication)
-
authentication
WebhookProfile._FinalStage authentication(WebhookAuthentication authentication)
-
profile
WebhookProfile._FinalStage profile(java.util.Optional<WebhookProfileType> profile)
-
profile
WebhookProfile._FinalStage profile(WebhookProfileType profile)
-
-