TenantInfo Class

  • java.lang.Object
    • com.microsoft.bot.schema.teams.TenantInfo

public class TenantInfo

Describes a tenant.

Constructor Summary

Constructor Description
TenantInfo()

New instance of TenantInfo.

TenantInfo(String withId)

New instance of TenantInfo.

Method Summary

Modifier and Type Method and Description
java.lang.String getId()

Get Unique identifier representing a tenant.

void setId(String withId)

Set Unique identifier representing a tenant.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TenantInfo

public TenantInfo()

New instance of TenantInfo.

TenantInfo

public TenantInfo(String withId)

New instance of TenantInfo.

Parameters:

withId - Unique identifier representing a tenant.

Method Details

getId

public String getId()

Get Unique identifier representing a tenant.

Returns:

Unique identifier representing a tenant.

setId

public void setId(String withId)

Set Unique identifier representing a tenant.

Parameters:

withId - Unique identifier representing a tenant.

Applies to