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 |
---|---|
com.google.common.collect.Multimap<String,String> |
buildFormParameters()
Builds form parameters representing options.
|
ListUsersOptions |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
Use this parameter only when paginating results, and only in a subsequent request after you've
received a response where the results are truncated.
|
Integer |
getMaxItems()
Use this parameter only when paginating results to indicate the maximum number of user names
you want in the response.
|
String |
getPathPrefix()
The path prefix for filtering the results.
|
int |
hashCode() |
ListUsersOptions |
marker(String marker) |
ListUsersOptions |
maxItems(Integer maxItems) |
ListUsersOptions |
pathPrefix(String pathPrefix) |
String |
toString() |
buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, replaceHeader
public ListUsersOptions marker(String marker)
getMarker()
public ListUsersOptions maxItems(Integer maxItems)
getMaxItems()
public ListUsersOptions pathPrefix(String pathPrefix)
getPathPrefix()
@Nullable public Integer getMaxItems()
@Nullable public String getPathPrefix()
@Nullable public String getMarker()
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-2012 jclouds. All Rights Reserved.