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