Interface SpiiTenant

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

public interface SpiiTenant extends com.sap.cds.CdsData
A tenant in the payload provided by UCL. It can be either the receiver or the assigned tenant of a formation assignment notification.
  • Method Details

    • create

      static SpiiTenant create()
    • getState

      String getState()
    • getUclAssignmentId

      String getUclAssignmentId()
    • getDeploymentRegion

      String getDeploymentRegion()
    • getApplicationNamespace

      String getApplicationNamespace()
    • getApplicationUrl

      String getApplicationUrl()
    • getApplicationTenantId

      String getApplicationTenantId()
    • getSubaccountId

      String getSubaccountId()
    • getSubdomain

      String getSubdomain()
    • getUclSystemName

      String getUclSystemName()
    • getUclSystemTenantId

      String getUclSystemTenantId()
    • getParameters

      Map<String,Object> getParameters()
    • getConfiguration

      Map<String,Object> getConfiguration()