Interface Hub.UpdateStages.WithTenantFeatures

All Known Subinterfaces:
Hub.Update
Enclosing interface:
Hub.UpdateStages

public static interface Hub.UpdateStages.WithTenantFeatures
The stage of the Hub update allowing to specify tenantFeatures.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTenantFeatures(Integer tenantFeatures)
    Specifies the tenantFeatures property: The bit flags for enabled hub features.
  • Method Details

    • withTenantFeatures

      Hub.Update withTenantFeatures(Integer tenantFeatures)
      Specifies the tenantFeatures property: The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0..
      Parameters:
      tenantFeatures - The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
      Returns:
      the next definition stage.