Class Windows10TeamGeneralConfiguration

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceConfiguration
com.microsoft.graph.models.Windows10TeamGeneralConfiguration
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class Windows10TeamGeneralConfiguration extends DeviceConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows10Team General Configuration.
  • Field Details

    • azureOperationalInsightsBlockTelemetry

      @SerializedName(value="azureOperationalInsightsBlockTelemetry", alternate="AzureOperationalInsightsBlockTelemetry") @Expose @Nullable public Boolean azureOperationalInsightsBlockTelemetry
      The Azure Operational Insights Block Telemetry. Indicates whether or not to Block Azure Operational Insights.
    • azureOperationalInsightsWorkspaceId

      @SerializedName(value="azureOperationalInsightsWorkspaceId", alternate="AzureOperationalInsightsWorkspaceId") @Expose @Nullable public String azureOperationalInsightsWorkspaceId
      The Azure Operational Insights Workspace Id. The Azure Operational Insights workspace id.
    • azureOperationalInsightsWorkspaceKey

      @SerializedName(value="azureOperationalInsightsWorkspaceKey", alternate="AzureOperationalInsightsWorkspaceKey") @Expose @Nullable public String azureOperationalInsightsWorkspaceKey
      The Azure Operational Insights Workspace Key. The Azure Operational Insights Workspace key.
    • connectAppBlockAutoLaunch

      @SerializedName(value="connectAppBlockAutoLaunch", alternate="ConnectAppBlockAutoLaunch") @Expose @Nullable public Boolean connectAppBlockAutoLaunch
      The Connect App Block Auto Launch. Specifies whether to automatically launch the Connect app whenever a projection is initiated.
    • maintenanceWindowBlocked

      @SerializedName(value="maintenanceWindowBlocked", alternate="MaintenanceWindowBlocked") @Expose @Nullable public Boolean maintenanceWindowBlocked
      The Maintenance Window Blocked. Indicates whether or not to Block setting a maintenance window for device updates.
    • maintenanceWindowDurationInHours

      @SerializedName(value="maintenanceWindowDurationInHours", alternate="MaintenanceWindowDurationInHours") @Expose @Nullable public Integer maintenanceWindowDurationInHours
      The Maintenance Window Duration In Hours. Maintenance window duration for device updates. Valid values 0 to 5
    • maintenanceWindowStartTime

      @SerializedName(value="maintenanceWindowStartTime", alternate="MaintenanceWindowStartTime") @Expose @Nullable public com.microsoft.graph.core.TimeOfDay maintenanceWindowStartTime
      The Maintenance Window Start Time. Maintenance window start time for device updates.
    • miracastBlocked

      @SerializedName(value="miracastBlocked", alternate="MiracastBlocked") @Expose @Nullable public Boolean miracastBlocked
      The Miracast Blocked. Indicates whether or not to Block wireless projection.
    • miracastChannel

      @SerializedName(value="miracastChannel", alternate="MiracastChannel") @Expose @Nullable public MiracastChannel miracastChannel
      The Miracast Channel. The channel. Possible values are: userDefined, one, two, three, four, five, six, seven, eight, nine, ten, eleven, thirtySix, forty, fortyFour, fortyEight, oneHundredFortyNine, oneHundredFiftyThree, oneHundredFiftySeven, oneHundredSixtyOne, oneHundredSixtyFive.
    • miracastRequirePin

      @SerializedName(value="miracastRequirePin", alternate="MiracastRequirePin") @Expose @Nullable public Boolean miracastRequirePin
      The Miracast Require Pin. Indicates whether or not to require a pin for wireless projection.
    • settingsBlockMyMeetingsAndFiles

      @SerializedName(value="settingsBlockMyMeetingsAndFiles", alternate="SettingsBlockMyMeetingsAndFiles") @Expose @Nullable public Boolean settingsBlockMyMeetingsAndFiles
      The Settings Block My Meetings And Files. 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.
    • settingsBlockSessionResume

      @SerializedName(value="settingsBlockSessionResume", alternate="SettingsBlockSessionResume") @Expose @Nullable public Boolean settingsBlockSessionResume
      The Settings Block Session Resume. Specifies whether to allow the ability to resume a session when the session times out.
    • settingsBlockSigninSuggestions

      @SerializedName(value="settingsBlockSigninSuggestions", alternate="SettingsBlockSigninSuggestions") @Expose @Nullable public Boolean settingsBlockSigninSuggestions
      The Settings Block Signin Suggestions. Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings.
    • settingsDefaultVolume

      @SerializedName(value="settingsDefaultVolume", alternate="SettingsDefaultVolume") @Expose @Nullable public Integer settingsDefaultVolume
      The Settings Default Volume. Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45. Valid values 0 to 100
    • settingsScreenTimeoutInMinutes

      @SerializedName(value="settingsScreenTimeoutInMinutes", alternate="SettingsScreenTimeoutInMinutes") @Expose @Nullable public Integer settingsScreenTimeoutInMinutes
      The Settings Screen Timeout In Minutes. Specifies the number of minutes until the Hub screen turns off.
    • settingsSessionTimeoutInMinutes

      @SerializedName(value="settingsSessionTimeoutInMinutes", alternate="SettingsSessionTimeoutInMinutes") @Expose @Nullable public Integer settingsSessionTimeoutInMinutes
      The Settings Session Timeout In Minutes. Specifies the number of minutes until the session times out.
    • settingsSleepTimeoutInMinutes

      @SerializedName(value="settingsSleepTimeoutInMinutes", alternate="SettingsSleepTimeoutInMinutes") @Expose @Nullable public Integer settingsSleepTimeoutInMinutes
      The Settings Sleep Timeout In Minutes. Specifies the number of minutes until the Hub enters sleep mode.
    • welcomeScreenBackgroundImageUrl

      @SerializedName(value="welcomeScreenBackgroundImageUrl", alternate="WelcomeScreenBackgroundImageUrl") @Expose @Nullable public String welcomeScreenBackgroundImageUrl
      The Welcome Screen Background Image Url. The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image.
    • welcomeScreenBlockAutomaticWakeUp

      @SerializedName(value="welcomeScreenBlockAutomaticWakeUp", alternate="WelcomeScreenBlockAutomaticWakeUp") @Expose @Nullable public Boolean welcomeScreenBlockAutomaticWakeUp
      The Welcome Screen Block Automatic Wake Up. Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room.
    • welcomeScreenMeetingInformation

      @SerializedName(value="welcomeScreenMeetingInformation", alternate="WelcomeScreenMeetingInformation") @Expose @Nullable public WelcomeScreenMeetingInformation welcomeScreenMeetingInformation
      The Welcome Screen Meeting Information. The welcome screen meeting information shown. Possible values are: userDefined, showOrganizerAndTimeOnly, showOrganizerAndTimeAndSubject.
  • Constructor Details

    • Windows10TeamGeneralConfiguration

      public Windows10TeamGeneralConfiguration()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class DeviceConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to