Interface CreateTenantResponse

All Known Implementing Classes:
CreateTenantResponseImpl

public interface CreateTenantResponse
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the description of the created tenant.
    Returns the name of the created tenant.
    Returns the id of the created tenant.
  • Method Details

    • getTenantId

      String getTenantId()
      Returns the id of the created tenant.
    • getName

      String getName()
      Returns the name of the created tenant.
    • getDescription

      String getDescription()
      Returns the description of the created tenant.