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") @Expose public java.lang.Boolean azureOperationalInsightsBlockTelemetry
@SerializedName(value="azureOperationalInsightsWorkspaceId") @Expose public java.lang.String azureOperationalInsightsWorkspaceId
@SerializedName(value="azureOperationalInsightsWorkspaceKey") @Expose public java.lang.String azureOperationalInsightsWorkspaceKey
@SerializedName(value="connectAppBlockAutoLaunch") @Expose public java.lang.Boolean connectAppBlockAutoLaunch
@SerializedName(value="maintenanceWindowBlocked") @Expose public java.lang.Boolean maintenanceWindowBlocked
@SerializedName(value="maintenanceWindowDurationInHours") @Expose public java.lang.Integer maintenanceWindowDurationInHours
@SerializedName(value="maintenanceWindowStartTime") @Expose public TimeOfDay maintenanceWindowStartTime
@SerializedName(value="miracastChannel") @Expose public MiracastChannel miracastChannel
@SerializedName(value="miracastBlocked") @Expose public java.lang.Boolean miracastBlocked
@SerializedName(value="miracastRequirePin") @Expose public java.lang.Boolean miracastRequirePin
@SerializedName(value="settingsBlockMyMeetingsAndFiles") @Expose public java.lang.Boolean settingsBlockMyMeetingsAndFiles
@SerializedName(value="settingsBlockSessionResume") @Expose public java.lang.Boolean settingsBlockSessionResume
@SerializedName(value="settingsBlockSigninSuggestions") @Expose public java.lang.Boolean settingsBlockSigninSuggestions
@SerializedName(value="settingsDefaultVolume") @Expose public java.lang.Integer settingsDefaultVolume
@SerializedName(value="settingsScreenTimeoutInMinutes") @Expose public java.lang.Integer settingsScreenTimeoutInMinutes
@SerializedName(value="settingsSessionTimeoutInMinutes") @Expose public java.lang.Integer settingsSessionTimeoutInMinutes
@SerializedName(value="settingsSleepTimeoutInMinutes") @Expose public java.lang.Integer settingsSleepTimeoutInMinutes
@SerializedName(value="welcomeScreenBlockAutomaticWakeUp") @Expose public java.lang.Boolean welcomeScreenBlockAutomaticWakeUp
@SerializedName(value="welcomeScreenBackgroundImageUrl") @Expose public java.lang.String welcomeScreenBackgroundImageUrl
@SerializedName(value="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