Class Windows10TeamGeneralConfiguration.Builder

    • Method Detail

      • azureOperationalInsightsBlockTelemetry

        public Windows10TeamGeneralConfiguration.Builder azureOperationalInsightsBlockTelemetry​(Boolean azureOperationalInsightsBlockTelemetry)
        “Indicates whether or not to Block Azure Operational Insights.”
        Parameters:
        azureOperationalInsightsBlockTelemetry - value of azureOperationalInsightsBlockTelemetry property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • azureOperationalInsightsWorkspaceId

        public Windows10TeamGeneralConfiguration.Builder azureOperationalInsightsWorkspaceId​(String azureOperationalInsightsWorkspaceId)
        “The Azure Operational Insights workspace id.”
        Parameters:
        azureOperationalInsightsWorkspaceId - value of azureOperationalInsightsWorkspaceId property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • azureOperationalInsightsWorkspaceKey

        public Windows10TeamGeneralConfiguration.Builder azureOperationalInsightsWorkspaceKey​(String azureOperationalInsightsWorkspaceKey)
        “The Azure Operational Insights Workspace key.”
        Parameters:
        azureOperationalInsightsWorkspaceKey - value of azureOperationalInsightsWorkspaceKey property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • connectAppBlockAutoLaunch

        public Windows10TeamGeneralConfiguration.Builder connectAppBlockAutoLaunch​(Boolean connectAppBlockAutoLaunch)
        “Specifies whether to automatically launch the Connect app whenever a projection is initiated.”
        Parameters:
        connectAppBlockAutoLaunch - value of connectAppBlockAutoLaunch property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • maintenanceWindowBlocked

        public Windows10TeamGeneralConfiguration.Builder maintenanceWindowBlocked​(Boolean maintenanceWindowBlocked)
        “Indicates whether or not to Block setting a maintenance window for device updates.”
        Parameters:
        maintenanceWindowBlocked - value of maintenanceWindowBlocked property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • maintenanceWindowDurationInHours

        public Windows10TeamGeneralConfiguration.Builder maintenanceWindowDurationInHours​(Integer maintenanceWindowDurationInHours)
        “Maintenance window duration for device updates. Valid values 0 to 5”
        Parameters:
        maintenanceWindowDurationInHours - value of maintenanceWindowDurationInHours property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • maintenanceWindowStartTime

        public Windows10TeamGeneralConfiguration.Builder maintenanceWindowStartTime​(LocalTime maintenanceWindowStartTime)
        “Maintenance window start time for device updates.”
        Parameters:
        maintenanceWindowStartTime - value of maintenanceWindowStartTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • miracastBlocked

        public Windows10TeamGeneralConfiguration.Builder miracastBlocked​(Boolean miracastBlocked)
        “Indicates whether or not to Block wireless projection.”
        Parameters:
        miracastBlocked - value of miracastBlocked property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • miracastRequirePin

        public Windows10TeamGeneralConfiguration.Builder miracastRequirePin​(Boolean miracastRequirePin)
        “Indicates whether or not to require a pin for wireless projection.”
        Parameters:
        miracastRequirePin - value of miracastRequirePin property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • settingsBlockMyMeetingsAndFiles

        public Windows10TeamGeneralConfiguration.Builder settingsBlockMyMeetingsAndFiles​(Boolean settingsBlockMyMeetingsAndFiles)
        “Specifies whether to disable the "My meetings and files" feature in the Start menu, which shows the signed-in user's meetings and files from Office 365.”
        Parameters:
        settingsBlockMyMeetingsAndFiles - value of settingsBlockMyMeetingsAndFiles property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • settingsBlockSessionResume

        public Windows10TeamGeneralConfiguration.Builder settingsBlockSessionResume​(Boolean settingsBlockSessionResume)
        “Specifies whether to allow the ability to resume a session when the session times out.”
        Parameters:
        settingsBlockSessionResume - value of settingsBlockSessionResume property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • settingsBlockSigninSuggestions

        public Windows10TeamGeneralConfiguration.Builder settingsBlockSigninSuggestions​(Boolean settingsBlockSigninSuggestions)
        “Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings.”
        Parameters:
        settingsBlockSigninSuggestions - value of settingsBlockSigninSuggestions property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • settingsDefaultVolume

        public Windows10TeamGeneralConfiguration.Builder settingsDefaultVolume​(Integer settingsDefaultVolume)
        “Specifies the default volume value for a new session. Permitted values are 0-100 . The default is 45. Valid values 0 to 100”
        Parameters:
        settingsDefaultVolume - value of settingsDefaultVolume property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • settingsScreenTimeoutInMinutes

        public Windows10TeamGeneralConfiguration.Builder settingsScreenTimeoutInMinutes​(Integer settingsScreenTimeoutInMinutes)
        “Specifies the number of minutes until the Hub screen turns off.”
        Parameters:
        settingsScreenTimeoutInMinutes - value of settingsScreenTimeoutInMinutes property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • settingsSessionTimeoutInMinutes

        public Windows10TeamGeneralConfiguration.Builder settingsSessionTimeoutInMinutes​(Integer settingsSessionTimeoutInMinutes)
        “Specifies the number of minutes until the session times out.”
        Parameters:
        settingsSessionTimeoutInMinutes - value of settingsSessionTimeoutInMinutes property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • settingsSleepTimeoutInMinutes

        public Windows10TeamGeneralConfiguration.Builder settingsSleepTimeoutInMinutes​(Integer settingsSleepTimeoutInMinutes)
        “Specifies the number of minutes until the Hub enters sleep mode.”
        Parameters:
        settingsSleepTimeoutInMinutes - value of settingsSleepTimeoutInMinutes property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • welcomeScreenBackgroundImageUrl

        public Windows10TeamGeneralConfiguration.Builder welcomeScreenBackgroundImageUrl​(String welcomeScreenBackgroundImageUrl)
        “The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image.”
        Parameters:
        welcomeScreenBackgroundImageUrl - value of welcomeScreenBackgroundImageUrl property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • welcomeScreenBlockAutomaticWakeUp

        public Windows10TeamGeneralConfiguration.Builder welcomeScreenBlockAutomaticWakeUp​(Boolean welcomeScreenBlockAutomaticWakeUp)
        “Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room.”
        Parameters:
        welcomeScreenBlockAutomaticWakeUp - value of welcomeScreenBlockAutomaticWakeUp property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • welcomeScreenMeetingInformation

        public Windows10TeamGeneralConfiguration.Builder welcomeScreenMeetingInformation​(WelcomeScreenMeetingInformation welcomeScreenMeetingInformation)
        “The welcome screen meeting information shown.”
        Parameters:
        welcomeScreenMeetingInformation - value of welcomeScreenMeetingInformation property (as defined in service metadata)
        Returns:
        this (for method chaining)