Uses of Class
model.CreateWebhookRequestAuthentication.TypeEnum
-
Packages that use CreateWebhookRequestAuthentication.TypeEnum Package Description model -
-
Uses of CreateWebhookRequestAuthentication.TypeEnum in model
Methods in model that return CreateWebhookRequestAuthentication.TypeEnum Modifier and Type Method Description static CreateWebhookRequestAuthentication.TypeEnumCreateWebhookRequestAuthentication.TypeEnum. fromValue(String value)CreateWebhookRequestAuthentication.TypeEnumCreateWebhookRequestAuthentication. getType()The type of authentication the webhook will use: - **NONE**: No authentication will be used.CreateWebhookRequestAuthentication.TypeEnumCreateWebhookRequestAuthentication.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CreateWebhookRequestAuthentication.TypeEnumCreateWebhookRequestAuthentication.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateWebhookRequestAuthentication.TypeEnum[]CreateWebhookRequestAuthentication.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 CreateWebhookRequestAuthentication.TypeEnum Modifier and Type Method Description voidCreateWebhookRequestAuthentication. setType(CreateWebhookRequestAuthentication.TypeEnum type)CreateWebhookRequestAuthenticationCreateWebhookRequestAuthentication. type(CreateWebhookRequestAuthentication.TypeEnum type)voidCreateWebhookRequestAuthentication.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CreateWebhookRequestAuthentication.TypeEnum enumeration)
-