public abstract static class User.Builder<B extends User.Builder<B>> extends Entity.Builder<B>
Constructor and Description |
---|
User.Builder() |
Modifier and Type | Method and Description |
---|---|
B |
alertEmail(String alertEmail) |
B |
alertEmailPrefix(String alertEmailPrefix) |
User |
build() |
B |
deployedVmQuota(Integer deployedVmQuota) |
B |
emailAddress(String emailAddress) |
B |
fromUser(User in) |
B |
fullName(String fullName) |
B |
group(Reference group) |
B |
groups(List<Reference> groups) |
B |
im(String im) |
B |
isAlertEnabled(Boolean isAlertEnabled) |
B |
isDefaultCached(Boolean isDefaultCached) |
B |
isEnabled(Boolean isEnabled) |
B |
isExternal(Boolean isExternal) |
B |
isGroupRole(Boolean isGroupRole) |
B |
isLocked(Boolean isLocked) |
B |
name(String name) |
B |
nameInSource(String nameInSource) |
B |
password(String password) |
B |
role(Reference role) |
B |
storedVmQuota(Integer storedVmQuota) |
B |
telephone(String telephone) |
description, fromEntityType, id, task, tasks
fromResource, href, link, links, self, type
public B name(String name)
name
in class Entity.Builder<B extends User.Builder<B>>
EntityType#getName()
public B fullName(String fullName)
User.getFullName()
public B emailAddress(String emailAddress)
User.getEmailAddress()
public B telephone(String telephone)
User.getTelephone()
public B isEnabled(Boolean isEnabled)
User.isEnabled()
public B isLocked(Boolean isLocked)
User.isLocked()
public B im(String im)
User.getIM()
public B nameInSource(String nameInSource)
User.getNameInSource()
public B isAlertEnabled(Boolean isAlertEnabled)
User.isAlertEnabled()
public B alertEmailPrefix(String alertEmailPrefix)
User.getAlertEmailPrefix()
public B alertEmail(String alertEmail)
User.getAlertEmail()
public B isExternal(Boolean isExternal)
User.isExternal()
public B isDefaultCached(Boolean isDefaultCached)
User.isDefaultCached()
public B isGroupRole(Boolean isGroupRole)
User.isGroupRole()
public B storedVmQuota(Integer storedVmQuota)
User.getStoredVmQuota()
public B deployedVmQuota(Integer deployedVmQuota)
User.getDeployedVmQuota()
public B role(Reference role)
User.getRole()
public B password(String password)
User.getPassword()
public B groups(List<Reference> groups)
User.getGroups()
public B group(Reference group)
User.getGroups()
public User build()
build
in class Entity.Builder<B extends User.Builder<B>>
Copyright © 2009-2013 jclouds. All Rights Reserved.