public class CreateTenantRequest extends WebServiceRequest
Class encapsulating data/directive to be used for the creation of a new tenant.
For tenant creation, only name, language, country, and time zone are required in the tenant element.
| Constructor and Description |
|---|
CreateTenantRequest() |
CreateTenantRequest(java.lang.String sessionId,
CreateTenantOptions createOptions,
TenantElement tenantElement) |
| Modifier and Type | Method and Description |
|---|---|
CreateTenantOptions |
getCreateOptions()
The options to use when creating the tenant.
|
TenantElement |
getTenantElement()
The information about the tenant.
|
void |
setCreateOptions(CreateTenantOptions createOptions) |
void |
setTenantElement(TenantElement tenantElement) |
getSessionId, setSessionIdpublic CreateTenantRequest()
public CreateTenantRequest(java.lang.String sessionId,
CreateTenantOptions createOptions,
TenantElement tenantElement)
public CreateTenantOptions getCreateOptions()
public void setCreateOptions(CreateTenantOptions createOptions)
public TenantElement getTenantElement()
public void setTenantElement(TenantElement tenantElement)
Copyright © 2015 Trend Micro Inc. All Rights Reserved.