Interface TenantWithSubdomain

All Superinterfaces:
Tenant
All Known Implementing Classes:
DefaultTenant

public interface TenantWithSubdomain extends Tenant
Represents a {@link Tenant) that can be accessed through a subdomain.
  • Method Summary

    Modifier and Type
    Method
    Description
    The subdomain of the tenant.

    Methods inherited from interface com.sap.cloud.sdk.cloudplatform.tenant.Tenant

    getTenantId
  • Method Details

    • getSubdomain

      @Nullable String getSubdomain()
      The subdomain of the tenant.
      Returns:
      The tenant subdomain.