public class UpdateUserOptions extends Object implements org.jclouds.rest.MapBinder
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateUserOptions.Builder |
| Constructor and Description |
|---|
UpdateUserOptions() |
| Modifier and Type | Method and Description |
|---|---|
<R extends org.jclouds.http.HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams) |
<R extends org.jclouds.http.HttpRequest> |
bindToRequest(R request,
Object input) |
UpdateUserOptions |
email(String email) |
UpdateUserOptions |
enabled(boolean enabled) |
boolean |
equals(Object object) |
String |
getEmail()
Gets the user e-mail
|
String |
getName()
Gets the default user name
|
String |
getPassword()
Gets the default password
|
int |
hashCode() |
boolean |
isEnabled() |
UpdateUserOptions |
name(String name)
A name can be defined when updating an user.
|
UpdateUserOptions |
password(String password) |
protected com.google.common.base.MoreObjects.ToStringHelper |
string() |
String |
toString() |
protected com.google.common.base.MoreObjects.ToStringHelper string()
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Map<String,Object> postParams)
bindToRequest in interface org.jclouds.rest.MapBinderpublic String getName()
public UpdateUserOptions name(String name)
public String getPassword()
public UpdateUserOptions password(String password)
public String getEmail()
public UpdateUserOptions email(String email)
getEmail()public boolean isEnabled()
public UpdateUserOptions enabled(boolean enabled)
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Object input)
bindToRequest in interface org.jclouds.rest.BinderCopyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.