public class ListUsersOptions extends BaseHttpRequestOptions implements Cloneable
| Modifier and Type | Class and Description |
|---|---|
static class |
ListUsersOptions.Builder |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListUsersOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListUsersOptions |
afterMarker(Object afterMarker)
Use this parameter only when paginating results, and only in a subsequent request after you've
received a response where the results are truncated.
|
com.google.common.collect.Multimap<String,String> |
buildFormParameters()
Builds form parameters representing options.
|
ListUsersOptions |
clone() |
boolean |
equals(Object obj) |
int |
hashCode() |
ListUsersOptions |
maxItems(Integer maxItems)
Use this parameter only when paginating results to indicate the maximum number of user names
you want in the response.
|
ListUsersOptions |
pathPrefix(String pathPrefix)
The path prefix for filtering the results.
|
String |
toString() |
buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, replaceHeaderpublic ListUsersOptions afterMarker(Object afterMarker)
public ListUsersOptions maxItems(Integer maxItems)
public ListUsersOptions pathPrefix(String pathPrefix)
public com.google.common.collect.Multimap<String,String> buildFormParameters()
HttpRequestOptionsbuildFormParameters in interface HttpRequestOptionsbuildFormParameters in class BaseHttpRequestOptionspublic int hashCode()
hashCode in class BaseHttpRequestOptionspublic ListUsersOptions clone()
public boolean equals(Object obj)
equals in class BaseHttpRequestOptionspublic String toString()
toString in class BaseHttpRequestOptionsCopyright © 2009-2013 jclouds. All Rights Reserved.