| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityBaselineTemplate
“The security baseline template of the account”
|
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementTemplate |
DeviceManagementTemplate.Builder.build() |
DeviceManagementTemplate |
DeviceManagementTemplate.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
DeviceManagementTemplate |
DeviceManagementTemplate.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
DeviceManagementTemplate |
DeviceManagementTemplate.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
DeviceManagementTemplate |
DeviceManagementTemplate.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
DeviceManagementTemplate |
DeviceManagementTemplate.withIntentCount(Integer intentCount)
Returns an immutable copy of
this with just the intentCount
field changed. |
DeviceManagementTemplate |
DeviceManagementTemplate.withIsDeprecated(Boolean isDeprecated)
Returns an immutable copy of
this with just the isDeprecated
field changed. |
DeviceManagementTemplate |
DeviceManagementTemplate.withPlatformType(PolicyPlatformType platformType)
Returns an immutable copy of
this with just the platformType
field changed. |
DeviceManagementTemplate |
DeviceManagementTemplate.withPublishedDateTime(OffsetDateTime publishedDateTime)
Returns an immutable copy of
this with just the publishedDateTime
field changed. |
DeviceManagementTemplate |
DeviceManagementTemplate.withTemplateSubtype(DeviceManagementTemplateSubtype templateSubtype)
Returns an immutable copy of
this with just the templateSubtype
field changed. |
DeviceManagementTemplate |
DeviceManagementTemplate.withTemplateType(DeviceManagementTemplateType templateType)
Returns an immutable copy of
this with just the templateType
field changed. |
DeviceManagementTemplate |
DeviceManagementTemplate.withVersionInfo(String versionInfo)
Returns an immutable copy of
this with just the versionInfo
field changed. |
Copyright © 2018–2020. All rights reserved.