Class ListUnitsArguments

java.lang.Object
com.pnfsoftware.jeb.client.mcp.wrappers.ListUnitsArguments

public class ListUnitsArguments extends Object
  • Field Details

    • index

      @JsonPropertyDescription("The desired start index for which units should be gathered") public int index
    • count

      @JsonPropertyDescription("The desired count of units to be gathered (maximum 100)") public int count
    • filter

      @JsonPropertyDescription("An optional search filter applied on the unit paths. The star wildcard character is allowed.") public String filter
    • parent_unit_path

      @JsonPropertyDescription("If specified, only the children units of this unit will be retrieved") public String parent_unit_path
  • Constructor Details

    • ListUnitsArguments

      public ListUnitsArguments()