public static class FleetAutomationApi.ListFleetAgentsV2OptionalParameters extends Object
| Constructor and Description |
|---|
ListFleetAgentsV2OptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
FleetAutomationApi.ListFleetAgentsV2OptionalParameters |
filter(String filter)
Set filter.
|
FleetAutomationApi.ListFleetAgentsV2OptionalParameters |
pageNumber(Long pageNumber)
Set pageNumber.
|
FleetAutomationApi.ListFleetAgentsV2OptionalParameters |
pageSize(Long pageSize)
Set pageSize.
|
FleetAutomationApi.ListFleetAgentsV2OptionalParameters |
sortAttribute(String sortAttribute)
Set sortAttribute.
|
FleetAutomationApi.ListFleetAgentsV2OptionalParameters |
sortDescending(Boolean sortDescending)
Set sortDescending.
|
FleetAutomationApi.ListFleetAgentsV2OptionalParameters |
tags(String tags)
Set tags.
|
public FleetAutomationApi.ListFleetAgentsV2OptionalParameters pageNumber(Long pageNumber)
pageNumber - Page number for pagination, starting at 0. (optional, default to 0)public FleetAutomationApi.ListFleetAgentsV2OptionalParameters pageSize(Long pageSize)
pageSize - Number of agents to return per page. Maximum value is 100. Defaults to 10.
(optional, default to 10)public FleetAutomationApi.ListFleetAgentsV2OptionalParameters filter(String filter)
filter - Filter string to narrow down agent results. (optional)public FleetAutomationApi.ListFleetAgentsV2OptionalParameters tags(String tags)
tags - Comma-separated list of tag keys to select which tags are included in each
agent's tags attribute. Does not filter which agents are returned.
(optional)public FleetAutomationApi.ListFleetAgentsV2OptionalParameters sortAttribute(String sortAttribute)
sortAttribute - Agent attribute to sort results by. Must be a supported attribute name;
unsupported values return a 400 error. (optional)public FleetAutomationApi.ListFleetAgentsV2OptionalParameters sortDescending(Boolean sortDescending)
sortDescending - Set to true to sort results in descending order. Defaults
to ascending. (optional)Copyright © 2026. All rights reserved.