public class Windows10TeamGeneralConfiguration extends DeviceConfiguration implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Boolean |
azureOperationalInsightsBlockTelemetry
The Azure Operational Insights Block Telemetry.
|
java.lang.String |
azureOperationalInsightsWorkspaceId
The Azure Operational Insights Workspace Id.
|
java.lang.String |
azureOperationalInsightsWorkspaceKey
The Azure Operational Insights Workspace Key.
|
java.lang.Boolean |
connectAppBlockAutoLaunch
The Connect App Block Auto Launch.
|
java.lang.Boolean |
maintenanceWindowBlocked
The Maintenance Window Blocked.
|
java.lang.Integer |
maintenanceWindowDurationInHours
The Maintenance Window Duration In Hours.
|
TimeOfDay |
maintenanceWindowStartTime
The Maintenance Window Start Time.
|
java.lang.Boolean |
miracastBlocked
The Miracast Blocked.
|
MiracastChannel |
miracastChannel
The Miracast Channel.
|
java.lang.Boolean |
miracastRequirePin
The Miracast Require Pin.
|
java.lang.Boolean |
settingsBlockMyMeetingsAndFiles
The Settings Block My Meetings And Files.
|
java.lang.Boolean |
settingsBlockSessionResume
The Settings Block Session Resume.
|
java.lang.Boolean |
settingsBlockSigninSuggestions
The Settings Block Signin Suggestions.
|
java.lang.Integer |
settingsDefaultVolume
The Settings Default Volume.
|
java.lang.Integer |
settingsScreenTimeoutInMinutes
The Settings Screen Timeout In Minutes.
|
java.lang.Integer |
settingsSessionTimeoutInMinutes
The Settings Session Timeout In Minutes.
|
java.lang.Integer |
settingsSleepTimeoutInMinutes
The Settings Sleep Timeout In Minutes.
|
java.lang.String |
welcomeScreenBackgroundImageUrl
The Welcome Screen Background Image Url.
|
java.lang.Boolean |
welcomeScreenBlockAutomaticWakeUp
The Welcome Screen Block Automatic Wake Up.
|
WelcomeScreenMeetingInformation |
welcomeScreenMeetingInformation
The Welcome Screen Meeting Information.
|
assignments, createdDateTime, description, deviceSettingStateSummaries, deviceStatuses, deviceStatusOverview, displayName, lastModifiedDateTime, userStatuses, userStatusOverview, version| Constructor and Description |
|---|
Windows10TeamGeneralConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="azureOperationalInsightsBlockTelemetry",
alternate="AzureOperationalInsightsBlockTelemetry")
@Expose
public java.lang.Boolean azureOperationalInsightsBlockTelemetry
@SerializedName(value="azureOperationalInsightsWorkspaceId",
alternate="AzureOperationalInsightsWorkspaceId")
@Expose
public java.lang.String azureOperationalInsightsWorkspaceId
@SerializedName(value="azureOperationalInsightsWorkspaceKey",
alternate="AzureOperationalInsightsWorkspaceKey")
@Expose
public java.lang.String azureOperationalInsightsWorkspaceKey
@SerializedName(value="connectAppBlockAutoLaunch",
alternate="ConnectAppBlockAutoLaunch")
@Expose
public java.lang.Boolean connectAppBlockAutoLaunch
@SerializedName(value="maintenanceWindowBlocked",
alternate="MaintenanceWindowBlocked")
@Expose
public java.lang.Boolean maintenanceWindowBlocked
@SerializedName(value="maintenanceWindowDurationInHours",
alternate="MaintenanceWindowDurationInHours")
@Expose
public java.lang.Integer maintenanceWindowDurationInHours
@SerializedName(value="maintenanceWindowStartTime",
alternate="MaintenanceWindowStartTime")
@Expose
public TimeOfDay maintenanceWindowStartTime
@SerializedName(value="miracastBlocked",
alternate="MiracastBlocked")
@Expose
public java.lang.Boolean miracastBlocked
@SerializedName(value="miracastChannel",
alternate="MiracastChannel")
@Expose
public MiracastChannel miracastChannel
@SerializedName(value="miracastRequirePin",
alternate="MiracastRequirePin")
@Expose
public java.lang.Boolean miracastRequirePin
@SerializedName(value="settingsBlockMyMeetingsAndFiles",
alternate="SettingsBlockMyMeetingsAndFiles")
@Expose
public java.lang.Boolean settingsBlockMyMeetingsAndFiles
@SerializedName(value="settingsBlockSessionResume",
alternate="SettingsBlockSessionResume")
@Expose
public java.lang.Boolean settingsBlockSessionResume
@SerializedName(value="settingsBlockSigninSuggestions",
alternate="SettingsBlockSigninSuggestions")
@Expose
public java.lang.Boolean settingsBlockSigninSuggestions
@SerializedName(value="settingsDefaultVolume",
alternate="SettingsDefaultVolume")
@Expose
public java.lang.Integer settingsDefaultVolume
@SerializedName(value="settingsScreenTimeoutInMinutes",
alternate="SettingsScreenTimeoutInMinutes")
@Expose
public java.lang.Integer settingsScreenTimeoutInMinutes
@SerializedName(value="settingsSessionTimeoutInMinutes",
alternate="SettingsSessionTimeoutInMinutes")
@Expose
public java.lang.Integer settingsSessionTimeoutInMinutes
@SerializedName(value="settingsSleepTimeoutInMinutes",
alternate="SettingsSleepTimeoutInMinutes")
@Expose
public java.lang.Integer settingsSleepTimeoutInMinutes
@SerializedName(value="welcomeScreenBackgroundImageUrl",
alternate="WelcomeScreenBackgroundImageUrl")
@Expose
public java.lang.String welcomeScreenBackgroundImageUrl
@SerializedName(value="welcomeScreenBlockAutomaticWakeUp",
alternate="WelcomeScreenBlockAutomaticWakeUp")
@Expose
public java.lang.Boolean welcomeScreenBlockAutomaticWakeUp
@SerializedName(value="welcomeScreenMeetingInformation",
alternate="WelcomeScreenMeetingInformation")
@Expose
public WelcomeScreenMeetingInformation welcomeScreenMeetingInformation
public com.google.gson.JsonObject getRawObject()
getRawObject in class DeviceConfigurationprotected ISerializer getSerializer()
getSerializer in class DeviceConfigurationpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class DeviceConfigurationserializer - the serializerjson - the JSON object to set this object to