Package us.zoom.sdk

Enum Class ZoomVideoSDKAnnotationClearType

java.lang.Object
java.lang.Enum<ZoomVideoSDKAnnotationClearType>
us.zoom.sdk.ZoomVideoSDKAnnotationClearType
All Implemented Interfaces:
Serializable, Comparable<ZoomVideoSDKAnnotationClearType>, Constable

public enum ZoomVideoSDKAnnotationClearType extends Enum<ZoomVideoSDKAnnotationClearType>
Brief Description:
Enumerations of the type for clear annotation.
  • Enum Constant Details

    • ZoomVideoSDKAnnotationClearType_All

      public static final ZoomVideoSDKAnnotationClearType ZoomVideoSDKAnnotationClearType_All
      Clear all annotations. Hosts, managers and shared meeting owners can use.
    • ZoomVideoSDKAnnotationClearType_Others

      public static final ZoomVideoSDKAnnotationClearType ZoomVideoSDKAnnotationClearType_Others
      Clear only the others' annotations. Only shared meeting owners can use.
    • ZoomVideoSDKAnnotationClearType_My

      public static final ZoomVideoSDKAnnotationClearType ZoomVideoSDKAnnotationClearType_My
      Clear only your own annotations. Everyone can use.
  • Method Details

    • values

      public static ZoomVideoSDKAnnotationClearType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ZoomVideoSDKAnnotationClearType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null