Interface WebhookAuthentication._FinalStage
-
- All Known Implementing Classes:
WebhookAuthentication.Builder
- Enclosing class:
- WebhookAuthentication
public static interface WebhookAuthentication._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookAuthenticationbuild()WebhookAuthentication._FinalStagepassword(java.lang.String password)WebhookAuthentication._FinalStagepassword(java.util.Optional<java.lang.String> password)WebhookAuthentication._FinalStagetoken(java.lang.String token)WebhookAuthentication._FinalStagetoken(java.util.Optional<java.lang.String> token)WebhookAuthentication._FinalStageusername(java.lang.String username)WebhookAuthentication._FinalStageusername(java.util.Optional<java.lang.String> username)
-
-
-
Method Detail
-
build
WebhookAuthentication build()
-
username
WebhookAuthentication._FinalStage username(java.util.Optional<java.lang.String> username)
-
username
WebhookAuthentication._FinalStage username(java.lang.String username)
-
password
WebhookAuthentication._FinalStage password(java.util.Optional<java.lang.String> password)
-
password
WebhookAuthentication._FinalStage password(java.lang.String password)
-
token
WebhookAuthentication._FinalStage token(java.util.Optional<java.lang.String> token)
-
token
WebhookAuthentication._FinalStage token(java.lang.String token)
-
-