Class WindowsUpdateReference
- java.lang.Object
-
- odata.msgraph.client.beta.windows.updates.complex.DeployableContent
-
- odata.msgraph.client.beta.windows.updates.complex.SoftwareUpdateReference
-
- odata.msgraph.client.beta.windows.updates.complex.WindowsUpdateReference
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
FeatureUpdateReference,QualityUpdateReference
public class WindowsUpdateReference extends SoftwareUpdateReference implements com.github.davidmoten.odata.client.ODataType
-
-
Field Summary
-
Fields inherited from class odata.msgraph.client.beta.windows.updates.complex.DeployableContent
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowsUpdateReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()WindowsUpdateReferencewithUnmappedField(String name, String value)
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classSoftwareUpdateReference
-
withUnmappedField
public WindowsUpdateReference withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classSoftwareUpdateReference
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classSoftwareUpdateReference
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classSoftwareUpdateReference
-
toString
public String toString()
- Overrides:
toStringin classSoftwareUpdateReference
-
-