public class LoadTenantById extends AbstractOperation<com.lexmark.saperion.administration.TenantType>
Operation returns a tenant given its id.| Constructor and Description |
|---|
LoadTenantById(int tenantId) |
LoadTenantById(com.lexmark.saperion.administration.TenantReferenceType tenantId) |
| Modifier and Type | Method and Description |
|---|---|
com.lexmark.saperion.administration.TenantReferenceType |
getTenantId() |
com.lexmark.saperion.administration.TenantType |
invoke()
The method that will be called on the server side.
|
String |
toString() |
afterInvoke, getResult, toArrayListbeforeInvoke, getClientToken, mapExceptionpublic LoadTenantById(int tenantId)
public LoadTenantById(com.lexmark.saperion.administration.TenantReferenceType tenantId)
public com.lexmark.saperion.administration.TenantReferenceType getTenantId()
public com.lexmark.saperion.administration.TenantType invoke()
throws SaBasicException
OperationSaBasicException - exception when invoking this operationpublic String toString()
toString in class AbstractOperation<com.lexmark.saperion.administration.TenantType>Copyright © 2016 SAPERION AG. All rights reserved.