public static interface AffinityLabelsService.ListRequest extends Request<AffinityLabelsService.ListRequest,AffinityLabelsService.ListResponse>
Lists all labels present in the system.
Modifier and Type | Method and Description |
---|---|
AffinityLabelsService.ListRequest |
max(BigInteger max)
Sets the maximum number of labels to return.
|
AffinityLabelsService.ListRequest |
max(Integer max)
Sets the maximum number of labels to return.
|
AffinityLabelsService.ListRequest |
max(Long max)
Sets the maximum number of labels to return.
|
AffinityLabelsService.ListRequest max(Integer max)
Sets the maximum number of labels to return. If not specified all the labels are returned.
AffinityLabelsService.ListRequest max(Long max)
Sets the maximum number of labels to return. If not specified all the labels are returned.
AffinityLabelsService.ListRequest max(BigInteger max)
Sets the maximum number of labels to return. If not specified all the labels are returned.
Copyright © 2016. All rights reserved.