Interface TenantInfo

All Superinterfaces:
com.sap.cds.CdsData, com.sap.cds.JSONizable, Map<String,Object>

public interface TenantInfo extends com.sap.cds.CdsData
Tenant info
  • Method Details

    • create

      static TenantInfo create()
      Creates a new TenantInfo
      Returns:
      the TenantInfo
    • getTenant

      String getTenant()
      Returns:
      the tenant identifier
    • setTenant

      void setTenant(String tenant)
      Sets the tenant identifier
      Parameters:
      tenant - the tenant identifier