Uses of Enum Class
software.xdev.brevo.model.CreateExternalFeed.AuthTypeEnum
Packages that use CreateExternalFeed.AuthTypeEnum
-
Uses of CreateExternalFeed.AuthTypeEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return CreateExternalFeed.AuthTypeEnumModifier and TypeMethodDescriptionCreateExternalFeed.getAuthType()Auth type of the feed: * `basic` * `token` * `noAuth`Returns the enum constant of this class with the specified name.static CreateExternalFeed.AuthTypeEnum[]CreateExternalFeed.AuthTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.brevo.model with parameters of type CreateExternalFeed.AuthTypeEnumModifier and TypeMethodDescriptionCreateExternalFeed.authType(CreateExternalFeed.AuthTypeEnum authType) voidCreateExternalFeed.setAuthType(CreateExternalFeed.AuthTypeEnum authType)