public static final class DeviceManagementIntentUserState.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
DeviceManagementIntentUserState |
build() |
DeviceManagementIntentUserState.Builder |
deviceCount(Integer deviceCount)
“Count of Devices that belongs to a user for an intent”
|
DeviceManagementIntentUserState.Builder |
id(String id) |
DeviceManagementIntentUserState.Builder |
lastReportedDateTime(OffsetDateTime lastReportedDateTime)
“Last modified date time of an intent report”
|
DeviceManagementIntentUserState.Builder |
state(ComplianceStatus state)
“User state for an intent”
|
DeviceManagementIntentUserState.Builder |
userName(String userName)
“The user name that is being reported on a device”
|
DeviceManagementIntentUserState.Builder |
userPrincipalName(String userPrincipalName)
“The user principal name that is being reported on a device”
|
public DeviceManagementIntentUserState.Builder id(String id)
public DeviceManagementIntentUserState.Builder userPrincipalName(String userPrincipalName)
userPrincipalName - value of userPrincipalName property (as defined in service metadata)this (for method chaining)public DeviceManagementIntentUserState.Builder userName(String userName)
userName - value of userName property (as defined in service metadata)this (for method chaining)public DeviceManagementIntentUserState.Builder deviceCount(Integer deviceCount)
deviceCount - value of deviceCount property (as defined in service metadata)this (for method chaining)public DeviceManagementIntentUserState.Builder lastReportedDateTime(OffsetDateTime lastReportedDateTime)
lastReportedDateTime - value of lastReportedDateTime property (as defined in service metadata)this (for method chaining)public DeviceManagementIntentUserState.Builder state(ComplianceStatus state)
state - value of state property (as defined in service metadata)this (for method chaining)public DeviceManagementIntentUserState build()
Copyright © 2018–2020. All rights reserved.