Enum Class BulkAction.Type

java.lang.Object
java.lang.Enum<BulkAction.Type>
com.liferay.headless.cms.dto.v1_0.BulkAction.Type
All Implemented Interfaces:
Serializable, Comparable<BulkAction.Type>, Constable
Enclosing class:
BulkAction

public static enum BulkAction.Type extends Enum<BulkAction.Type>
  • Enum Constant Details

    • DEFAULT_PERMISSION_BULK_ACTION

      public static final BulkAction.Type DEFAULT_PERMISSION_BULK_ACTION
    • DELETE_BULK_ACTION

      public static final BulkAction.Type DELETE_BULK_ACTION
    • KEYWORD_BULK_ACTION

      public static final BulkAction.Type KEYWORD_BULK_ACTION
    • MOVE_BULK_ACTION

      public static final BulkAction.Type MOVE_BULK_ACTION
    • PERMISSION_BULK_ACTION

      public static final BulkAction.Type PERMISSION_BULK_ACTION
    • STATUS_BULK_ACTION

      public static final BulkAction.Type STATUS_BULK_ACTION
    • TAXONOMY_CATEGORY_BULK_ACTION

      public static final BulkAction.Type TAXONOMY_CATEGORY_BULK_ACTION
  • Method Details

    • values

      public static BulkAction.Type[] 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 BulkAction.Type 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
    • create

      public static BulkAction.Type create(String value)
    • getValue

      public String getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<BulkAction.Type>