Enum CreateResponsesRequestIncludable

java.lang.Object
java.lang.Enum<CreateResponsesRequestIncludable>
com.azure.ai.openai.responses.models.CreateResponsesRequestIncludable
All Implemented Interfaces:
Serializable, Comparable<CreateResponsesRequestIncludable>, java.lang.constant.Constable

public enum CreateResponsesRequestIncludable extends Enum<CreateResponsesRequestIncludable>
Defines values for CreateResponsesRequestIncludable.
  • Enum Constant Details

    • FILE_SEARCH_CALL_RESULTS

      public static final CreateResponsesRequestIncludable FILE_SEARCH_CALL_RESULTS
      Enum value file_search_call.results.
    • COMPUTER_CALL_OUTPUT_OUTPUT_IMAGE_URL

      public static final CreateResponsesRequestIncludable COMPUTER_CALL_OUTPUT_OUTPUT_IMAGE_URL
      Enum value computer_call_output.output.image_url.
    • MESSAGE_INPUT_IMAGE_IMAGE_URL

      public static final CreateResponsesRequestIncludable MESSAGE_INPUT_IMAGE_IMAGE_URL
      Enum value message.input_image.image_url.
  • Method Details

    • values

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

      public static CreateResponsesRequestIncludable valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromString

      public static CreateResponsesRequestIncludable fromString(String value)
      Parses a serialized value to a CreateResponsesRequestIncludable instance.
      Parameters:
      value - the serialized value to parse.
      Returns:
      the parsed CreateResponsesRequestIncludable object, or null if unable to parse.
    • toString

      public String toString()
      Overrides:
      toString in class Enum<CreateResponsesRequestIncludable>