Uses of Enum
com.azure.ai.openai.responses.models.ResponsesComputerCallItemStatus
Packages that use ResponsesComputerCallItemStatus
Package
Description
Package containing the data models for AzureResponses.
-
Uses of ResponsesComputerCallItemStatus in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ResponsesComputerCallItemStatusModifier and TypeMethodDescriptionResponsesComputerCallItemStatus.fromString(String value) Parses a serialized value to a ResponsesComputerCallItemStatus instance.ResponsesComputerCallItem.getStatus()Get the status property: The status of the item.Returns the enum constant of this type with the specified name.static ResponsesComputerCallItemStatus[]ResponsesComputerCallItemStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.