Uses of Class
model.CreateWebhookRequestAuthentication
-
Packages that use CreateWebhookRequestAuthentication Package Description model -
-
Uses of CreateWebhookRequestAuthentication in model
Methods in model that return CreateWebhookRequestAuthentication Modifier and Type Method Description CreateWebhookRequestAuthenticationCreateWebhookRequestAuthentication. basic(CreateWebhookRequestAuthenticationBasic basic)CreateWebhookRequestAuthenticationCreateWebhookRequestAuthentication. bearer(CreateWebhookRequestAuthenticationBearer bearer)static CreateWebhookRequestAuthenticationCreateWebhookRequestAuthentication. fromJson(String jsonString)Create an instance of CreateWebhookRequestAuthentication given an JSON stringCreateWebhookRequestAuthenticationCreateWebhookRequest. getAuthentication()Get authenticationCreateWebhookRequestAuthenticationCreateWebhookRequestAuthentication. type(CreateWebhookRequestAuthentication.TypeEnum type)Methods in model with parameters of type CreateWebhookRequestAuthentication Modifier and Type Method Description CreateWebhookRequestCreateWebhookRequest. authentication(CreateWebhookRequestAuthentication authentication)voidCreateWebhookRequest. setAuthentication(CreateWebhookRequestAuthentication authentication)
-