CustomerSubscription.DefinitionStages.WithTenantId Interface

public static interface CustomerSubscription.DefinitionStages.WithTenantId

The stage of the CustomerSubscription definition allowing to specify tenantId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTenantId(String tenantId)

Specifies the tenantId property: Tenant Id..

Method Details

withTenantId

public abstract CustomerSubscription.DefinitionStages.WithCreate withTenantId(String tenantId)

Specifies the tenantId property: Tenant Id..

Parameters:

tenantId - Tenant Id.

Returns:

the next definition stage.

Applies to