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