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