Class RunAdditionalFieldList

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RunAdditionalFieldList>
com.azure.ai.agents.persistent.models.RunAdditionalFieldList
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class RunAdditionalFieldList extends com.azure.core.util.ExpandableStringEnum<RunAdditionalFieldList>
A list of additional fields to include in the response.
  • Field Details

    • FILE_SEARCH_CONTENTS

      public static final RunAdditionalFieldList FILE_SEARCH_CONTENTS
      File search result content.
  • Constructor Details

    • RunAdditionalFieldList

      @Deprecated public RunAdditionalFieldList()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RunAdditionalFieldList value.
  • Method Details

    • fromString

      public static RunAdditionalFieldList fromString(String name)
      Creates or finds a RunAdditionalFieldList from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RunAdditionalFieldList.
    • values

      public static Collection<RunAdditionalFieldList> values()
      Gets known RunAdditionalFieldList values.
      Returns:
      known RunAdditionalFieldList values.