|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.iam.options.ListUsersOptions
public class ListUsersOptions
Options used to list available users.
| Nested Class Summary | |
|---|---|
static class |
ListUsersOptions.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
ListUsersOptions()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, replaceHeader |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListUsersOptions()
| Method Detail |
|---|
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 HttpRequestOptionsbuildFormParameters in class BaseHttpRequestOptionspublic int hashCode()
hashCode in class BaseHttpRequestOptionspublic ListUsersOptions clone()
clone in class Objectpublic boolean equals(Object obj)
equals in class BaseHttpRequestOptionspublic String toString()
toString in class BaseHttpRequestOptions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||