BIDTenant
public class BIDTenant
Model class to represent the tenant data (attributes).
Field Summary
Type | Name | Description |
---|---|---|
String | community | Returns tenant community name |
String | communityId | Returns tenant community ID |
String | dns | Returns tenant domain (URL) |
String | tenantId | Returns tenant ID |
String | tenantTag | Returns tenant tag |
Method Summary
Type | Name | Description |
---|---|---|
BIDTenant | makeTenant(tag: String, community: String, dns: String) | Creates an object of BIDTenant based on the given tenant tag, community name, and domain (URL). |
Method Detail
makeTenant
public class func makeTenant(tag: String, community: String, dns: String) -> BIDTenant
- Creates an object of BIDTenant based on the given tenant tag, community name, and DNS (URL).