Uses of Class
model.WebhookAuthentication.TypeEnum
-
Packages that use WebhookAuthentication.TypeEnum Package Description model -
-
Uses of WebhookAuthentication.TypeEnum in model
Methods in model that return WebhookAuthentication.TypeEnum Modifier and Type Method Description static WebhookAuthentication.TypeEnumWebhookAuthentication.TypeEnum. fromValue(String value)WebhookAuthentication.TypeEnumWebhookAuthentication. getType()The type of authentication the webhook will use: - NONE: No authentication will be used.WebhookAuthentication.TypeEnumWebhookAuthentication.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static WebhookAuthentication.TypeEnumWebhookAuthentication.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static WebhookAuthentication.TypeEnum[]WebhookAuthentication.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type WebhookAuthentication.TypeEnum Modifier and Type Method Description voidWebhookAuthentication. setType(WebhookAuthentication.TypeEnum type)WebhookAuthenticationWebhookAuthentication. type(WebhookAuthentication.TypeEnum type)voidWebhookAuthentication.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, WebhookAuthentication.TypeEnum enumeration)
-