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