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, replaceHeader
public ListUsersOptions afterMarker(Object afterMarker)
public ListUsersOptions maxItems(Integer maxItems)
public ListUsersOptions pathPrefix(String pathPrefix)
public com.google.common.collect.Multimap<String,String> buildFormParameters()
HttpRequestOptions
buildFormParameters
in interface HttpRequestOptions
buildFormParameters
in class BaseHttpRequestOptions
public int hashCode()
hashCode
in class BaseHttpRequestOptions
public ListUsersOptions clone()
public boolean equals(Object obj)
equals
in class BaseHttpRequestOptions
public String toString()
toString
in class BaseHttpRequestOptions
Copyright © 2009-2013 jclouds. All Rights Reserved.