Package odata.msgraph.client.beta.entity
Class SecurityBaselineTemplate
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.DeviceManagementTemplate
-
- odata.msgraph.client.beta.entity.SecurityBaselineTemplate
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class SecurityBaselineTemplate extends DeviceManagementTemplate implements com.github.davidmoten.odata.client.ODataEntityType
“The security baseline template of the account”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecurityBaselineTemplate.Builder
-
Field Summary
-
Fields inherited from class odata.msgraph.client.beta.entity.DeviceManagementTemplate
description, displayName, intentCount, isDeprecated, platformType, publishedDateTime, templateSubtype, templateType, versionInfo
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSecurityBaselineTemplate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecurityBaselineTemplate.BuilderbuilderSecurityBaselineTemplate()Returns a builder which is used to create a new instance of this class (given that this class is immutable).SecurityBaselineCategoryStateSummaryCollectionRequestgetCategoryDeviceStateSummaries()“The security baseline per category device state summary”com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()SecurityBaselineDeviceStateCollectionRequestgetDeviceStates()“The security baseline device states”SecurityBaselineStateSummaryRequestgetDeviceStateSummary()“The security baseline device state summary”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()SecurityBaselineTemplatepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)SecurityBaselineTemplateput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()SecurityBaselineTemplatewithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.entity.DeviceManagementTemplate
builderDeviceManagementTemplate, compare, createInstance, getCategories, getDescription, getDisplayName, getIntentCount, getIsDeprecated, getMigratableTo, getPlatformType, getPublishedDateTime, getSettings, getTemplateSubtype, getTemplateType, getVersionInfo, withDescription, withDisplayName, withIntentCount, withIsDeprecated, withPlatformType, withPublishedDateTime, withTemplateSubtype, withTemplateType, withVersionInfo
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceManagementTemplate
-
builderSecurityBaselineTemplate
public static SecurityBaselineTemplate.Builder builderSecurityBaselineTemplate()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classDeviceManagementTemplate
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceManagementTemplate
-
withUnmappedField
public SecurityBaselineTemplate withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDeviceManagementTemplate
-
getCategoryDeviceStateSummaries
public SecurityBaselineCategoryStateSummaryCollectionRequest getCategoryDeviceStateSummaries()
“The security baseline per category device state summary”- Returns:
- navigational property categoryDeviceStateSummaries
-
getDeviceStates
public SecurityBaselineDeviceStateCollectionRequest getDeviceStates()
“The security baseline device states”- Returns:
- navigational property deviceStates
-
getDeviceStateSummary
public SecurityBaselineStateSummaryRequest getDeviceStateSummary()
“The security baseline device state summary”- Returns:
- navigational property deviceStateSummary
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceManagementTemplate
-
patch
public SecurityBaselineTemplate patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classDeviceManagementTemplate- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public SecurityBaselineTemplate put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classDeviceManagementTemplate- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classDeviceManagementTemplate
-
-