org.jclouds.openstack.keystone.v2_0.options
Class UpdateUserOptions.Builder

java.lang.Object
  extended by org.jclouds.openstack.keystone.v2_0.options.UpdateUserOptions.Builder
Enclosing class:
UpdateUserOptions

public static class UpdateUserOptions.Builder
extends Object


Constructor Summary
UpdateUserOptions.Builder()
           
 
Method Summary
static UpdateUserOptions email(String email)
           
static UpdateUserOptions enabled(boolean enabled)
           
static UpdateUserOptions name(String name)
           
static UpdateUserOptions password(String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateUserOptions.Builder

public UpdateUserOptions.Builder()
Method Detail

name

public static UpdateUserOptions name(String name)
See Also:
UpdateUserOptions.name(String)

email

public static UpdateUserOptions email(String email)
See Also:
UpdateUserOptions.email(String)

enabled

public static UpdateUserOptions enabled(boolean enabled)
See Also:
UpdateUserOptions.enabled(boolean)

password

public static UpdateUserOptions password(String password)
See Also:
UpdateUserOptions.password(String)


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.