Enum Class CountObjectsSimulateType

java.lang.Object
java.lang.Enum<CountObjectsSimulateType>
com.evolveum.midpoint.xml.ns._public.resource.capabilities_3.CountObjectsSimulateType
All Implemented Interfaces:
TypeSafeEnum, Serializable, Comparable<CountObjectsSimulateType>, Constable

public enum CountObjectsSimulateType extends Enum<CountObjectsSimulateType> implements TypeSafeEnum
Strategy to simulate count operation using a different operation.
  • Enum Constant Details

    • PAGED_SEARCH_ESTIMATE

      public static final CountObjectsSimulateType PAGED_SEARCH_ESTIMATE
      Try a paged search with the page of one. Use the approximate number of entries returned in search metadata as count approximation.
  • Method Details

    • values

      public static CountObjectsSimulateType[] 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 CountObjectsSimulateType 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
    • value

      public String value()
      Description copied from interface: TypeSafeEnum
      Returns enum value defined as in schema.
      Specified by:
      value in interface TypeSafeEnum
      Returns:
    • fromValue

      public static CountObjectsSimulateType fromValue(String v)