Uses of Class
com.bybit.api.client.domain.announcement.AnnouncementTag
-
Packages that use AnnouncementTag Package Description com.bybit.api.client.domain.announcement -
-
Uses of AnnouncementTag in com.bybit.api.client.domain.announcement
Methods in com.bybit.api.client.domain.announcement that return AnnouncementTag Modifier and Type Method Description static AnnouncementTagAnnouncementTag. valueOf(String name)Returns the enum constant of this type with the specified name.static AnnouncementTag[]AnnouncementTag. values()Returns an array containing the constants of this enum type, in the order they are declared.
-