Class AgentsRequestBuilder.ListQueryParameters

java.lang.Object
org.azd.distributedtask.agents.AgentsRequestBuilder.ListQueryParameters
Enclosing class:
AgentsRequestBuilder

public static class AgentsRequestBuilder.ListQueryParameters extends Object
Represents the query parameters.
  • Field Details

    • agentName

      public String agentName
      Filter on agent name
    • demands

      public String[] demands
      Filter by demands the agents can satisfy. Comma separated values; E.g; "a,b,c".
    • includeAssignedRequest

      public Boolean includeAssignedRequest
      Whether to include details about the agents' current work
    • includeCapabilities

      public Boolean includeCapabilities
      Whether to include the agents' capabilities in the response.
    • includeLastCompletedRequest

      public Boolean includeLastCompletedRequest
      Whether to include details about the agents' most recent completed work
    • propertyFilters

      public String[] propertyFilters
      Filter which custom properties will be returned. Comma separated values; E.g; "a,b,c".
  • Constructor Details

    • ListQueryParameters

      public ListQueryParameters()