Uses of Class
odata.msgraph.client.beta.complex.CloudPcRestorePointSetting
-
Packages that use CloudPcRestorePointSetting Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of CloudPcRestorePointSetting in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return CloudPcRestorePointSetting Modifier and Type Method Description CloudPcRestorePointSettingCloudPcRestorePointSetting.Builder. build()CloudPcRestorePointSettingCloudPcRestorePointSetting. withFrequencyInHours(Integer frequencyInHours)CloudPcRestorePointSettingCloudPcRestorePointSetting. withUnmappedField(String name, String value)CloudPcRestorePointSettingCloudPcRestorePointSetting. withUserRestoreEnabled(Boolean userRestoreEnabled) -
Uses of CloudPcRestorePointSetting in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CloudPcRestorePointSetting Modifier and Type Field Description protected CloudPcRestorePointSettingCloudPcUserSetting. restorePointSettingMethods in odata.msgraph.client.beta.entity that return types with arguments of type CloudPcRestorePointSetting Modifier and Type Method Description Optional<CloudPcRestorePointSetting>CloudPcUserSetting. getRestorePointSetting()Methods in odata.msgraph.client.beta.entity with parameters of type CloudPcRestorePointSetting Modifier and Type Method Description CloudPcUserSetting.BuilderCloudPcUserSetting.Builder. restorePointSetting(CloudPcRestorePointSetting restorePointSetting)CloudPcUserSettingCloudPcUserSetting. withRestorePointSetting(CloudPcRestorePointSetting restorePointSetting)
-