Package odata.msgraph.client.beta.entity
Class DeviceManagementComplianceActionItem.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.DeviceManagementComplianceActionItem.Builder
-
- Enclosing class:
- DeviceManagementComplianceActionItem
public static final class DeviceManagementComplianceActionItem.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public DeviceManagementComplianceActionItem.Builder id(String id)
-
actionType
public DeviceManagementComplianceActionItem.Builder actionType(DeviceManagementComplianceActionType actionType)
“What action to take”- Parameters:
actionType- value ofactionTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
gracePeriodHours
public DeviceManagementComplianceActionItem.Builder gracePeriodHours(Integer gracePeriodHours)
“Number of hours to wait till the action will be enforced. Valid values 0 to 8760”- Parameters:
gracePeriodHours- value ofgracePeriodHoursproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notificationMessageCCList
public DeviceManagementComplianceActionItem.Builder notificationMessageCCList(List<String> notificationMessageCCList)
“A list of group IDs to speicify who to CC this notification message to. This collection can contain a maximum of 100 elements.”- Parameters:
notificationMessageCCList- value ofnotificationMessageCCListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notificationMessageCCList
public DeviceManagementComplianceActionItem.Builder notificationMessageCCList(String... notificationMessageCCList)
“A list of group IDs to speicify who to CC this notification message to. This collection can contain a maximum of 100 elements.”- Parameters:
notificationMessageCCList- value ofnotificationMessageCCListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notificationMessageCCListNextLink
public DeviceManagementComplianceActionItem.Builder notificationMessageCCListNextLink(String notificationMessageCCListNextLink)
“A list of group IDs to speicify who to CC this notification message to. This collection can contain a maximum of 100 elements.”- Parameters:
notificationMessageCCListNextLink- value ofnotificationMessageCCList@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notificationTemplateId
public DeviceManagementComplianceActionItem.Builder notificationTemplateId(String notificationTemplateId)
“What notification Message template to use”- Parameters:
notificationTemplateId- value ofnotificationTemplateIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceManagementComplianceActionItem build()
-
-