Package org.azd.distributedtask.agents
Class AgentsRequestBuilder.GetQueryParameters
java.lang.Object
org.azd.distributedtask.agents.AgentsRequestBuilder.GetQueryParameters
- Enclosing class:
AgentsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionWhether to include details about the agent's current work.Whether to include the agent's capabilities in the response.Whether to include details about the agents' most recent completed work.Filter which custom properties will be returned. -
Constructor Summary
-
Method Summary
-
Field Details
-
includeCapabilities
Whether to include the agent's capabilities in the response. -
includeAssignedRequest
Whether to include details about the agent's current work. -
includeLastCompletedRequest
Whether to include details about the agents' most recent completed work. -
propertyFilters
Filter which custom properties will be returned.
-
-
Constructor Details
-
GetQueryParameters
public GetQueryParameters()
-