public class Windows10TeamGeneralConfiguration extends DeviceConfiguration implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Windows10TeamGeneralConfiguration.Builder |
createdDateTime, description, deviceManagementApplicabilityRuleDeviceMode, deviceManagementApplicabilityRuleOsEdition, deviceManagementApplicabilityRuleOsVersion, displayName, lastModifiedDateTime, roleScopeTagIds, roleScopeTagIdsNextLink, supportsScopeTags, versionchangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Windows10TeamGeneralConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static Windows10TeamGeneralConfiguration.Builder |
builderWindows10TeamGeneralConfiguration()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAzureOperationalInsightsBlockTelemetry()
“Indicates whether or not to Block Azure Operational Insights.”
|
Optional<String> |
getAzureOperationalInsightsWorkspaceId()
“The Azure Operational Insights workspace id.”
|
Optional<String> |
getAzureOperationalInsightsWorkspaceKey()
“The Azure Operational Insights Workspace key.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getConnectAppBlockAutoLaunch()
“Specifies whether to automatically launch the Connect app whenever a projection
is initiated.”
|
Optional<Boolean> |
getMaintenanceWindowBlocked()
“Indicates whether or not to Block setting a maintenance window for device
updates.”
|
Optional<Integer> |
getMaintenanceWindowDurationInHours()
“Maintenance window duration for device updates.
|
Optional<LocalTime> |
getMaintenanceWindowStartTime()
“Maintenance window start time for device updates.”
|
Optional<Boolean> |
getMiracastBlocked()
“Indicates whether or not to Block wireless projection.”
|
Optional<MiracastChannel> |
getMiracastChannel()
“The channel.”
|
Optional<Boolean> |
getMiracastRequirePin()
“Indicates whether or not to require a pin for wireless projection.”
|
Optional<Boolean> |
getSettingsBlockMyMeetingsAndFiles()
“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.”
|
Optional<Boolean> |
getSettingsBlockSessionResume()
“Specifies whether to allow the ability to resume a session when the session
times out.”
|
Optional<Boolean> |
getSettingsBlockSigninSuggestions()
“Specifies whether to disable auto-populating of the sign-in dialog with invitees
from scheduled meetings.”
|
Optional<Integer> |
getSettingsDefaultVolume()
“Specifies the default volume value for a new session.
|
Optional<Integer> |
getSettingsScreenTimeoutInMinutes()
“Specifies the number of minutes until the Hub screen turns off.”
|
Optional<Integer> |
getSettingsSessionTimeoutInMinutes()
“Specifies the number of minutes until the session times out.”
|
Optional<Integer> |
getSettingsSleepTimeoutInMinutes()
“Specifies the number of minutes until the Hub enters sleep mode.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getWelcomeScreenBackgroundImageUrl()
“The welcome screen background image URL.
|
Optional<Boolean> |
getWelcomeScreenBlockAutomaticWakeUp()
“Indicates whether or not to Block the welcome screen from waking up
automatically when someone enters the room.”
|
Optional<WelcomeScreenMeetingInformation> |
getWelcomeScreenMeetingInformation()
“The welcome screen meeting information shown.”
|
String |
odataTypeName() |
Windows10TeamGeneralConfiguration |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Windows10TeamGeneralConfiguration |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Windows10TeamGeneralConfiguration |
withAzureOperationalInsightsBlockTelemetry(Boolean azureOperationalInsightsBlockTelemetry)
Returns an immutable copy of
this with just the azureOperationalInsightsBlockTelemetry field changed. |
Windows10TeamGeneralConfiguration |
withAzureOperationalInsightsWorkspaceId(String azureOperationalInsightsWorkspaceId)
Returns an immutable copy of
this with just the azureOperationalInsightsWorkspaceId field changed. |
Windows10TeamGeneralConfiguration |
withAzureOperationalInsightsWorkspaceKey(String azureOperationalInsightsWorkspaceKey)
Returns an immutable copy of
this with just the azureOperationalInsightsWorkspaceKey field changed. |
Windows10TeamGeneralConfiguration |
withConnectAppBlockAutoLaunch(Boolean connectAppBlockAutoLaunch)
Returns an immutable copy of
this with just the connectAppBlockAutoLaunch field changed. |
Windows10TeamGeneralConfiguration |
withMaintenanceWindowBlocked(Boolean maintenanceWindowBlocked)
Returns an immutable copy of
this with just the maintenanceWindowBlocked field changed. |
Windows10TeamGeneralConfiguration |
withMaintenanceWindowDurationInHours(Integer maintenanceWindowDurationInHours)
Returns an immutable copy of
this with just the maintenanceWindowDurationInHours field changed. |
Windows10TeamGeneralConfiguration |
withMaintenanceWindowStartTime(LocalTime maintenanceWindowStartTime)
Returns an immutable copy of
this with just the maintenanceWindowStartTime field changed. |
Windows10TeamGeneralConfiguration |
withMiracastBlocked(Boolean miracastBlocked)
Returns an immutable copy of
this with just the miracastBlocked
field changed. |
Windows10TeamGeneralConfiguration |
withMiracastChannel(MiracastChannel miracastChannel)
Returns an immutable copy of
this with just the miracastChannel
field changed. |
Windows10TeamGeneralConfiguration |
withMiracastRequirePin(Boolean miracastRequirePin)
Returns an immutable copy of
this with just the miracastRequirePin field changed. |
Windows10TeamGeneralConfiguration |
withSettingsBlockMyMeetingsAndFiles(Boolean settingsBlockMyMeetingsAndFiles)
Returns an immutable copy of
this with just the settingsBlockMyMeetingsAndFiles field changed. |
Windows10TeamGeneralConfiguration |
withSettingsBlockSessionResume(Boolean settingsBlockSessionResume)
Returns an immutable copy of
this with just the settingsBlockSessionResume field changed. |
Windows10TeamGeneralConfiguration |
withSettingsBlockSigninSuggestions(Boolean settingsBlockSigninSuggestions)
Returns an immutable copy of
this with just the settingsBlockSigninSuggestions field changed. |
Windows10TeamGeneralConfiguration |
withSettingsDefaultVolume(Integer settingsDefaultVolume)
Returns an immutable copy of
this with just the settingsDefaultVolume field changed. |
Windows10TeamGeneralConfiguration |
withSettingsScreenTimeoutInMinutes(Integer settingsScreenTimeoutInMinutes)
Returns an immutable copy of
this with just the settingsScreenTimeoutInMinutes field changed. |
Windows10TeamGeneralConfiguration |
withSettingsSessionTimeoutInMinutes(Integer settingsSessionTimeoutInMinutes)
Returns an immutable copy of
this with just the settingsSessionTimeoutInMinutes field changed. |
Windows10TeamGeneralConfiguration |
withSettingsSleepTimeoutInMinutes(Integer settingsSleepTimeoutInMinutes)
Returns an immutable copy of
this with just the settingsSleepTimeoutInMinutes field changed. |
Windows10TeamGeneralConfiguration |
withWelcomeScreenBackgroundImageUrl(String welcomeScreenBackgroundImageUrl)
Returns an immutable copy of
this with just the welcomeScreenBackgroundImageUrl field changed. |
Windows10TeamGeneralConfiguration |
withWelcomeScreenBlockAutomaticWakeUp(Boolean welcomeScreenBlockAutomaticWakeUp)
Returns an immutable copy of
this with just the welcomeScreenBlockAutomaticWakeUp field changed. |
Windows10TeamGeneralConfiguration |
withWelcomeScreenMeetingInformation(WelcomeScreenMeetingInformation welcomeScreenMeetingInformation)
Returns an immutable copy of
this with just the welcomeScreenMeetingInformation field changed. |
assign, assignedAccessMultiModeProfiles, getAssignments, getCreatedDateTime, getDescription, getDeviceManagementApplicabilityRuleDeviceMode, getDeviceManagementApplicabilityRuleOsEdition, getDeviceManagementApplicabilityRuleOsVersion, getDeviceSettingStateSummaries, getDeviceStatuses, getDeviceStatusOverview, getDisplayName, getGroupAssignments, getLastModifiedDateTime, getRoleScopeTagIds, getSupportsScopeTags, getUserStatuses, getUserStatusOverview, getVersion, windowsPrivacyAccessControls, withCreatedDateTime, withDescription, withDeviceManagementApplicabilityRuleDeviceMode, withDeviceManagementApplicabilityRuleOsEdition, withDeviceManagementApplicabilityRuleOsVersion, withDisplayName, withLastModifiedDateTime, withSupportsScopeTags, withVersionprotected Boolean azureOperationalInsightsBlockTelemetry
protected String azureOperationalInsightsWorkspaceId
protected String azureOperationalInsightsWorkspaceKey
protected Boolean connectAppBlockAutoLaunch
protected Boolean maintenanceWindowBlocked
protected Integer maintenanceWindowDurationInHours
protected LocalTime maintenanceWindowStartTime
protected MiracastChannel miracastChannel
protected Boolean miracastBlocked
protected Boolean miracastRequirePin
protected Boolean settingsBlockMyMeetingsAndFiles
protected Boolean settingsBlockSessionResume
protected Boolean settingsBlockSigninSuggestions
protected Integer settingsDefaultVolume
protected Integer settingsScreenTimeoutInMinutes
protected Integer settingsSessionTimeoutInMinutes
protected Integer settingsSleepTimeoutInMinutes
protected Boolean welcomeScreenBlockAutomaticWakeUp
protected String welcomeScreenBackgroundImageUrl
protected WelcomeScreenMeetingInformation welcomeScreenMeetingInformation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceConfigurationpublic static Windows10TeamGeneralConfiguration.Builder builderWindows10TeamGeneralConfiguration()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class DeviceConfigurationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceConfigurationpublic Optional<Boolean> getAzureOperationalInsightsBlockTelemetry()
public Windows10TeamGeneralConfiguration withAzureOperationalInsightsBlockTelemetry(Boolean azureOperationalInsightsBlockTelemetry)
this with just the azureOperationalInsightsBlockTelemetry field changed. Field description below.
The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“Indicates whether or not to Block Azure Operational Insights.”
azureOperationalInsightsBlockTelemetry - new value of azureOperationalInsightsBlockTelemetry field (as defined in service metadata)this with just the azureOperationalInsightsBlockTelemetry field changedpublic Optional<String> getAzureOperationalInsightsWorkspaceId()
public Windows10TeamGeneralConfiguration withAzureOperationalInsightsWorkspaceId(String azureOperationalInsightsWorkspaceId)
this with just the azureOperationalInsightsWorkspaceId field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“The Azure Operational Insights workspace id.”
azureOperationalInsightsWorkspaceId - new value of azureOperationalInsightsWorkspaceId field (as defined in service metadata)this with just the azureOperationalInsightsWorkspaceId field changedpublic Optional<String> getAzureOperationalInsightsWorkspaceKey()
public Windows10TeamGeneralConfiguration withAzureOperationalInsightsWorkspaceKey(String azureOperationalInsightsWorkspaceKey)
this with just the azureOperationalInsightsWorkspaceKey field changed. Field description below.
The field name is also added to an internal map of changed fields in the
returned object so that when this.patch() is called (if available)on the
returned object only the changed fields are submitted.
“The Azure Operational Insights Workspace key.”
azureOperationalInsightsWorkspaceKey - new value of azureOperationalInsightsWorkspaceKey field (as defined in service metadata)this with just the azureOperationalInsightsWorkspaceKey field changedpublic Optional<Boolean> getConnectAppBlockAutoLaunch()
public Windows10TeamGeneralConfiguration withConnectAppBlockAutoLaunch(Boolean connectAppBlockAutoLaunch)
this with just the connectAppBlockAutoLaunch field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Specifies whether to automatically launch the Connect app whenever a projection is initiated.”
connectAppBlockAutoLaunch - new value of connectAppBlockAutoLaunch field (as defined in service metadata)this with just the connectAppBlockAutoLaunch field changedpublic Optional<Boolean> getMaintenanceWindowBlocked()
public Windows10TeamGeneralConfiguration withMaintenanceWindowBlocked(Boolean maintenanceWindowBlocked)
this with just the maintenanceWindowBlocked field changed. Field description below. The field name
is also added to an internal map of changed fields in the returned object so
that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Indicates whether or not to Block setting a maintenance window for device updates.”
maintenanceWindowBlocked - new value of maintenanceWindowBlocked field (as defined in service metadata)this with just the maintenanceWindowBlocked field changedpublic Optional<Integer> getMaintenanceWindowDurationInHours()
public Windows10TeamGeneralConfiguration withMaintenanceWindowDurationInHours(Integer maintenanceWindowDurationInHours)
this with just the maintenanceWindowDurationInHours field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Maintenance window duration for device updates. Valid values 0 to 5”
maintenanceWindowDurationInHours - new value of maintenanceWindowDurationInHours field (as defined in service metadata)this with just the maintenanceWindowDurationInHours field changedpublic Optional<LocalTime> getMaintenanceWindowStartTime()
public Windows10TeamGeneralConfiguration withMaintenanceWindowStartTime(LocalTime maintenanceWindowStartTime)
this with just the maintenanceWindowStartTime field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Maintenance window start time for device updates.”
maintenanceWindowStartTime - new value of maintenanceWindowStartTime field (as defined in service metadata)this with just the maintenanceWindowStartTime field changedpublic Optional<MiracastChannel> getMiracastChannel()
public Windows10TeamGeneralConfiguration withMiracastChannel(MiracastChannel miracastChannel)
this with just the miracastChannel
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The channel.”
miracastChannel - new value of miracastChannel field (as defined in service metadata)this with just the miracastChannel field changedpublic Optional<Boolean> getMiracastBlocked()
public Windows10TeamGeneralConfiguration withMiracastBlocked(Boolean miracastBlocked)
this with just the miracastBlocked
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Indicates whether or not to Block wireless projection.”
miracastBlocked - new value of miracastBlocked field (as defined in service metadata)this with just the miracastBlocked field changedpublic Optional<Boolean> getMiracastRequirePin()
public Windows10TeamGeneralConfiguration withMiracastRequirePin(Boolean miracastRequirePin)
this with just the miracastRequirePin field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Indicates whether or not to require a pin for wireless projection.”
miracastRequirePin - new value of miracastRequirePin field (as defined in service metadata)this with just the miracastRequirePin field changedpublic Optional<Boolean> getSettingsBlockMyMeetingsAndFiles()
public Windows10TeamGeneralConfiguration withSettingsBlockMyMeetingsAndFiles(Boolean settingsBlockMyMeetingsAndFiles)
this with just the settingsBlockMyMeetingsAndFiles field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“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.”
settingsBlockMyMeetingsAndFiles - new value of settingsBlockMyMeetingsAndFiles field (as defined in service metadata)this with just the settingsBlockMyMeetingsAndFiles field changedpublic Optional<Boolean> getSettingsBlockSessionResume()
public Windows10TeamGeneralConfiguration withSettingsBlockSessionResume(Boolean settingsBlockSessionResume)
this with just the settingsBlockSessionResume field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Specifies whether to allow the ability to resume a session when the session times out.”
settingsBlockSessionResume - new value of settingsBlockSessionResume field (as defined in service metadata)this with just the settingsBlockSessionResume field changedpublic Optional<Boolean> getSettingsBlockSigninSuggestions()
public Windows10TeamGeneralConfiguration withSettingsBlockSigninSuggestions(Boolean settingsBlockSigninSuggestions)
this with just the settingsBlockSigninSuggestions field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings.”
settingsBlockSigninSuggestions - new value of settingsBlockSigninSuggestions field (as defined in service metadata)this with just the settingsBlockSigninSuggestions field changedpublic Optional<Integer> getSettingsDefaultVolume()
public Windows10TeamGeneralConfiguration withSettingsDefaultVolume(Integer settingsDefaultVolume)
this with just the settingsDefaultVolume field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Specifies the default volume value for a new session. Permitted values are 0-100 . The default is 45. Valid values 0 to 100”
settingsDefaultVolume - new value of settingsDefaultVolume field (as defined in service metadata)this with just the settingsDefaultVolume field changedpublic Optional<Integer> getSettingsScreenTimeoutInMinutes()
public Windows10TeamGeneralConfiguration withSettingsScreenTimeoutInMinutes(Integer settingsScreenTimeoutInMinutes)
this with just the settingsScreenTimeoutInMinutes field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Specifies the number of minutes until the Hub screen turns off.”
settingsScreenTimeoutInMinutes - new value of settingsScreenTimeoutInMinutes field (as defined in service metadata)this with just the settingsScreenTimeoutInMinutes field changedpublic Optional<Integer> getSettingsSessionTimeoutInMinutes()
public Windows10TeamGeneralConfiguration withSettingsSessionTimeoutInMinutes(Integer settingsSessionTimeoutInMinutes)
this with just the settingsSessionTimeoutInMinutes field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Specifies the number of minutes until the session times out.”
settingsSessionTimeoutInMinutes - new value of settingsSessionTimeoutInMinutes field (as defined in service metadata)this with just the settingsSessionTimeoutInMinutes field changedpublic Optional<Integer> getSettingsSleepTimeoutInMinutes()
public Windows10TeamGeneralConfiguration withSettingsSleepTimeoutInMinutes(Integer settingsSleepTimeoutInMinutes)
this with just the settingsSleepTimeoutInMinutes field changed. Field description below. The field
name is also added to an internal map of changed fields in the returned object
so that when this.patch() is called (if available)on the returned object
only the changed fields are submitted.
“Specifies the number of minutes until the Hub enters sleep mode.”
settingsSleepTimeoutInMinutes - new value of settingsSleepTimeoutInMinutes field (as defined in service metadata)this with just the settingsSleepTimeoutInMinutes field changedpublic Optional<Boolean> getWelcomeScreenBlockAutomaticWakeUp()
public Windows10TeamGeneralConfiguration withWelcomeScreenBlockAutomaticWakeUp(Boolean welcomeScreenBlockAutomaticWakeUp)
this with just the welcomeScreenBlockAutomaticWakeUp field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“Indicates whether or not to Block the welcome screen from waking up automatically when someone enters the room.”
welcomeScreenBlockAutomaticWakeUp - new value of welcomeScreenBlockAutomaticWakeUp field (as defined in service metadata)this with just the welcomeScreenBlockAutomaticWakeUp field changedpublic Optional<String> getWelcomeScreenBackgroundImageUrl()
public Windows10TeamGeneralConfiguration withWelcomeScreenBackgroundImageUrl(String welcomeScreenBackgroundImageUrl)
this with just the welcomeScreenBackgroundImageUrl field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“The welcome screen background image URL. The URL must use the HTTPS protocol and return a PNG image.”
welcomeScreenBackgroundImageUrl - new value of welcomeScreenBackgroundImageUrl field (as defined in service metadata)this with just the welcomeScreenBackgroundImageUrl field changedpublic Optional<WelcomeScreenMeetingInformation> getWelcomeScreenMeetingInformation()
public Windows10TeamGeneralConfiguration withWelcomeScreenMeetingInformation(WelcomeScreenMeetingInformation welcomeScreenMeetingInformation)
this with just the welcomeScreenMeetingInformation field changed. Field description below. The
field name is also added to an internal map of changed fields in the returned
object so that when this.patch() is called (if available)on the returned
object only the changed fields are submitted.
“The welcome screen meeting information shown.”
welcomeScreenMeetingInformation - new value of welcomeScreenMeetingInformation field (as defined in service metadata)this with just the welcomeScreenMeetingInformation field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceConfigurationpublic Windows10TeamGeneralConfiguration patch()
this with changed fields reset.patch in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Windows10TeamGeneralConfiguration put()
this
with changed fields reset (they were ignored anyway).put in class DeviceConfigurationthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class DeviceConfigurationCopyright © 2018–2020. All rights reserved.