public class GetServerListOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
GetServerListOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static GetServerListOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
GetServerListOptions() |
| Modifier and Type | Method and Description |
|---|---|
GetServerListOptions |
excludeSandboxServers() |
GetServerListOptions |
inDatacenter(String datacenterId) |
GetServerListOptions |
limitServerTypeTo(String serverType) |
GetServerListOptions |
onlySandboxServers() |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final GetServerListOptions NONE
public GetServerListOptions limitServerTypeTo(String serverType)
public GetServerListOptions inDatacenter(String datacenterId)
public GetServerListOptions onlySandboxServers()
public GetServerListOptions excludeSandboxServers()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.