Class UpdateManagementEnrollment
- java.lang.Object
-
- odata.msgraph.client.beta.windows.updates.complex.UpdatableAssetEnrollment
-
- odata.msgraph.client.beta.windows.updates.complex.UpdateManagementEnrollment
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class UpdateManagementEnrollment extends UpdatableAssetEnrollment implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateManagementEnrollment.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UpdateCategoryupdateCategory-
Fields inherited from class odata.msgraph.client.beta.windows.updates.complex.UpdatableAssetEnrollment
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUpdateManagementEnrollment()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateManagementEnrollment.BuilderbuilderUpdateManagementEnrollment()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<UpdateCategory>getUpdateCategory()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()UpdateManagementEnrollmentwithUnmappedField(String name, String value)UpdateManagementEnrollmentwithUpdateCategory(UpdateCategory updateCategory)
-
-
-
Field Detail
-
updateCategory
protected UpdateCategory updateCategory
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classUpdatableAssetEnrollment
-
getUpdateCategory
public Optional<UpdateCategory> getUpdateCategory()
-
withUpdateCategory
public UpdateManagementEnrollment withUpdateCategory(UpdateCategory updateCategory)
-
withUnmappedField
public UpdateManagementEnrollment withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classUpdatableAssetEnrollment
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classUpdatableAssetEnrollment
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classUpdatableAssetEnrollment
-
builderUpdateManagementEnrollment
public static UpdateManagementEnrollment.Builder builderUpdateManagementEnrollment()
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 classUpdatableAssetEnrollment
-
-