Package org.azd.enums

Enum Class GetFieldsExpand

java.lang.Object
java.lang.Enum<GetFieldsExpand>
org.azd.enums.GetFieldsExpand
All Implemented Interfaces:
Serializable, Comparable<GetFieldsExpand>, Constable

public enum GetFieldsExpand extends Enum<GetFieldsExpand>
Use ExtensionFields to include extension fields, otherwise exclude them. Unless the feature flag for this parameter is enabled, extension fields are always included.
  • Enum Constant Details

    • EXTENSIONFIELDS

      public static final GetFieldsExpand EXTENSIONFIELDS
      Adds extension fields to the response.
    • INCLUDEDELETED

      public static final GetFieldsExpand INCLUDEDELETED
      Includes fields that have been deleted.
    • NONE

      public static final GetFieldsExpand NONE
      Default behavior.
  • Method Details

    • values

      public static GetFieldsExpand[] 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 GetFieldsExpand 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