| Modifier and Type | Class and Description |
|---|---|
static class |
CreateTenantOptions.Builder |
| Constructor and Description |
|---|
CreateTenantOptions() |
| Modifier and Type | Method and Description |
|---|---|
<R extends HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.
|
<R extends HttpRequest> |
bindToRequest(R request,
Object input) |
CreateTenantOptions |
description(String description)
A description can be defined when creating a tenant.
|
CreateTenantOptions |
enabled(boolean enabled) |
boolean |
equals(Object object) |
String |
getDescription()
Gets the default tenant description
|
int |
hashCode() |
boolean |
isEnabled() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
String |
toString() |
protected com.google.common.base.Objects.ToStringHelper string()
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinderbindToRequest in interface MapBinderPayloadParampublic String getDescription()
public CreateTenantOptions description(String description)
public boolean isEnabled()
public CreateTenantOptions enabled(boolean enabled)
public <R extends HttpRequest> R bindToRequest(R request, Object input)
bindToRequest in interface BinderCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.