Package org.azd.distributedtask.agents
Class AgentsRequestBuilder.ListQueryParameters
java.lang.Object
org.azd.distributedtask.agents.AgentsRequestBuilder.ListQueryParameters
- Enclosing class:
AgentsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionFilter on agent nameString[]
Filter by demands the agents can satisfy.Whether to include details about the agents' current workWhether to include the agents' capabilities in the response.Whether to include details about the agents' most recent completed workString[]
Filter which custom properties will be returned. -
Constructor Summary
-
Method Summary
-
Field Details
-
agentName
Filter on agent name -
demands
Filter by demands the agents can satisfy. Comma separated values; E.g; "a,b,c". -
includeAssignedRequest
Whether to include details about the agents' current work -
includeCapabilities
Whether to include the agents' capabilities in the response. -
includeLastCompletedRequest
Whether to include details about the agents' most recent completed work -
propertyFilters
Filter which custom properties will be returned. Comma separated values; E.g; "a,b,c".
-
-
Constructor Details
-
ListQueryParameters
public ListQueryParameters()
-