Class ScpCfTenant

java.lang.Object
com.sap.cloud.sdk.cloudplatform.tenant.DefaultTenant
com.sap.cloud.sdk.cloudplatform.tenant.ScpCfTenant
All Implemented Interfaces:
Tenant, TenantWithSubdomain

public class ScpCfTenant extends DefaultTenant implements TenantWithSubdomain
Implementation of Tenant for SAP Business Technology Platform Cloud Foundry.
  • Constructor Details

    • ScpCfTenant

      public ScpCfTenant(@Nonnull String tenantId, @Nonnull String subdomain)
      Creates a new ScpCfTenant.
      Parameters:
      tenantId - The identifier of the tenant or zone.
      subdomain - The subdomain of the tenant.
    • ScpCfTenant

      public ScpCfTenant()
      Creates a mocked ScpCfTenant with an empty tenant identifier.
  • Method Details