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