Class WindowsDeploymentSettings
- java.lang.Object
-
- odata.msgraph.client.beta.windows.updates.complex.DeploymentSettings
-
- odata.msgraph.client.beta.windows.updates.complex.WindowsDeploymentSettings
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class WindowsDeploymentSettings extends DeploymentSettings implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowsDeploymentSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UserExperienceSettingsuserExperience-
Fields inherited from class odata.msgraph.client.beta.windows.updates.complex.DeploymentSettings
contextPath, monitoring, odataType, rollout, safeguard, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsDeploymentSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WindowsDeploymentSettings.BuilderbuilderWindowsDeploymentSettings()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<UserExperienceSettings>getUserExperience()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WindowsDeploymentSettingswithUnmappedField(String name, String value)WindowsDeploymentSettingswithUserExperience(UserExperienceSettings userExperience)-
Methods inherited from class odata.msgraph.client.beta.windows.updates.complex.DeploymentSettings
builder, getMonitoring, getRollout, getSafeguard, withMonitoring, withRollout, withSafeguard
-
-
-
-
Field Detail
-
userExperience
protected UserExperienceSettings userExperience
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeploymentSettings
-
getUserExperience
public Optional<UserExperienceSettings> getUserExperience()
-
withUserExperience
public WindowsDeploymentSettings withUserExperience(UserExperienceSettings userExperience)
-
withUnmappedField
public WindowsDeploymentSettings withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeploymentSettings
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeploymentSettings
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeploymentSettings
-
builderWindowsDeploymentSettings
public static WindowsDeploymentSettings.Builder builderWindowsDeploymentSettings()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classDeploymentSettings
-
-