Class UpdateTenantOptions
java.lang.Object
org.jclouds.openstack.keystone.v2_0.options.UpdateTenantOptions
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<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.description(String description) A description can be defined when creating a tenant.enabled(boolean enabled) booleanGets the default tenant descriptiongetName()inthashCode()booleanprotected com.google.common.base.MoreObjects.ToStringHelperstring()toString() 
- 
Constructor Details
- 
UpdateTenantOptions
public UpdateTenantOptions() 
 - 
 - 
Method Details
- 
equals
 - 
hashCode
public int hashCode() - 
string
protected com.google.common.base.MoreObjects.ToStringHelper string() - 
toString
 - 
bindToRequest
Description copied from interface:MapBindercreates and binds the POST payload to the request using parameters specified.- Specified by:
 bindToRequestin interfaceMapBinder- See Also:
 
 - 
getDescription
Gets the default tenant description - 
description
A description can be defined when creating a tenant. - 
isEnabled
public boolean isEnabled() - 
enabled
 - 
name
 - 
getName
 - 
bindToRequest
- Specified by:
 bindToRequestin interfaceBinder
 
 -