Class UpdateUserOptions
- java.lang.Object
- 
- org.jclouds.openstack.keystone.v2_0.options.UpdateUserOptions
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateUserOptions.Builder
 - 
Constructor SummaryConstructors Constructor Description UpdateUserOptions()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
 RbindToRequest(R request, Object input)<R extends HttpRequest>
 RbindToRequest(R request, Map<String,Object> postParams)creates and binds the POST payload to the request using parameters specified.UpdateUserOptionsemail(String email)UpdateUserOptionsenabled(boolean enabled)booleanequals(Object object)StringgetEmail()Gets the user e-mailStringgetName()Gets the default user nameStringgetPassword()Gets the default passwordinthashCode()booleanisEnabled()UpdateUserOptionsname(String name)A name can be defined when updating an user.UpdateUserOptionspassword(String password)protected com.google.common.base.MoreObjects.ToStringHelperstring()StringtoString()
 
- 
- 
- 
Method Detail- 
stringprotected com.google.common.base.MoreObjects.ToStringHelper string() 
 - 
bindToRequestpublic <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams) Description copied from interface:MapBindercreates and binds the POST payload to the request using parameters specified.- Specified by:
- bindToRequestin interface- MapBinder
- See Also:
- PayloadParam
 
 - 
getNamepublic String getName() Gets the default user name
 - 
namepublic UpdateUserOptions name(String name) A name can be defined when updating an user.
 - 
getPasswordpublic String getPassword() Gets the default password
 - 
passwordpublic UpdateUserOptions password(String password) 
 - 
getEmailpublic String getEmail() Gets the user e-mail
 - 
emailpublic UpdateUserOptions email(String email) - See Also:
- getEmail()
 
 - 
isEnabledpublic boolean isEnabled() 
 - 
enabledpublic UpdateUserOptions enabled(boolean enabled) 
 - 
bindToRequestpublic <R extends HttpRequest> R bindToRequest(R request, Object input) - Specified by:
- bindToRequestin interface- Binder
 
 
- 
 
-