Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to manage all tenant-related methods

Hierarchy

  • CXoneTenant

Index

Constructors

  • get instance for adminService

    example
    this.adminService = AdminService.instance;
    

    Returns CXoneTenant

Properties

adminService: AdminService
logger: Logger = ...

Methods

  • Method to return Directory 2.0 is enable or not

    Returns Promise<boolean | CXoneSdkError>

    • returns the Product/licenses permissions as Boolean value
    @example
    checkDirectoryEnable()
  • Method to return Product permissions

    Parameters

    Returns Promise<boolean | CXoneSdkError>

    • returns the Product permissions
    @example
    checkProductEnablement()
  • Method to return cxone branding profiles

    Returns Promise<CXoneSdkError | BrandingProfile>

    • returns the cxone branding profiles
    @example
    getBrandingProfile()
  • Method to return business unit features

    Returns Promise<CXoneSdkError | BusinessUnit>

    • returns the business unit features
    @example
    getBusinessUnit()

Generated using TypeDoc