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
Defines values for CreateResponsesRequestIncludable.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnum value computer_call_output.output.image_url.Enum value file_search_call.results.Enum value message.input_image.image_url. -
Method Summary
Modifier and TypeMethodDescriptionfromString(String value) Parses a serialized value to a CreateResponsesRequestIncludable instance.toString()Returns the enum constant of this type with the specified name.static CreateResponsesRequestIncludable[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FILE_SEARCH_CALL_RESULTS
Enum value file_search_call.results. -
COMPUTER_CALL_OUTPUT_OUTPUT_IMAGE_URL
Enum value computer_call_output.output.image_url. -
MESSAGE_INPUT_IMAGE_IMAGE_URL
Enum value message.input_image.image_url.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromString
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
- Overrides:
toStringin classEnum<CreateResponsesRequestIncludable>
-