Uses of Class
model.CreateWebhookRequestAuthenticationBasic
-
Packages that use CreateWebhookRequestAuthenticationBasic Package Description model -
-
Uses of CreateWebhookRequestAuthenticationBasic in model
Methods in model that return CreateWebhookRequestAuthenticationBasic Modifier and Type Method Description static CreateWebhookRequestAuthenticationBasicCreateWebhookRequestAuthenticationBasic. fromJson(String jsonString)Create an instance of CreateWebhookRequestAuthenticationBasic given an JSON stringCreateWebhookRequestAuthenticationBasicCreateWebhookRequestAuthentication. getBasic()Get basicCreateWebhookRequestAuthenticationBasicCreateWebhookRequestAuthenticationBasic. password(String password)CreateWebhookRequestAuthenticationBasicCreateWebhookRequestAuthenticationBasic. username(String username)Methods in model with parameters of type CreateWebhookRequestAuthenticationBasic Modifier and Type Method Description CreateWebhookRequestAuthenticationCreateWebhookRequestAuthentication. basic(CreateWebhookRequestAuthenticationBasic basic)voidCreateWebhookRequestAuthentication. setBasic(CreateWebhookRequestAuthenticationBasic basic)
-