Uses of Enum
com.azure.ai.openai.responses.models.ListInputItemsRequestOrder
Packages that use ListInputItemsRequestOrder
Package
Description
Package containing the classes for AzureResponses.
Package containing the data models for AzureResponses.
-
Uses of ListInputItemsRequestOrder in com.azure.ai.openai.responses
Methods in com.azure.ai.openai.responses with parameters of type ListInputItemsRequestOrderModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<ResponsesItem> ResponsesAsyncClient.listInputItems(String responseId, Integer limit, ListInputItemsRequestOrder order) Returns a list of input items for a given response.com.azure.core.http.rest.PagedIterable<ResponsesItem> ResponsesClient.listInputItems(String responseId, Integer limit, ListInputItemsRequestOrder order) Returns a list of input items for a given response. -
Uses of ListInputItemsRequestOrder in com.azure.ai.openai.responses.models
Methods in com.azure.ai.openai.responses.models that return ListInputItemsRequestOrderModifier and TypeMethodDescriptionstatic ListInputItemsRequestOrderListInputItemsRequestOrder.fromString(String value) Parses a serialized value to a ListInputItemsRequestOrder instance.static ListInputItemsRequestOrderReturns the enum constant of this type with the specified name.static ListInputItemsRequestOrder[]ListInputItemsRequestOrder.values()Returns an array containing the constants of this enum type, in the order they are declared.