Uses of Enum Class
software.xdev.brevo.model.UpdateExternalFeed.AuthTypeEnum
Packages that use UpdateExternalFeed.AuthTypeEnum
-
Uses of UpdateExternalFeed.AuthTypeEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return UpdateExternalFeed.AuthTypeEnumModifier and TypeMethodDescriptionUpdateExternalFeed.getAuthType()Auth type of the feed: * `basic` * `token` * `noAuth`Returns the enum constant of this class with the specified name.static UpdateExternalFeed.AuthTypeEnum[]UpdateExternalFeed.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 UpdateExternalFeed.AuthTypeEnumModifier and TypeMethodDescriptionUpdateExternalFeed.authType(UpdateExternalFeed.AuthTypeEnum authType) voidUpdateExternalFeed.setAuthType(UpdateExternalFeed.AuthTypeEnum authType)