public static final class MobileAppIntentAndState.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MobileAppIntentAndState |
build() |
MobileAppIntentAndState.Builder |
id(String id) |
MobileAppIntentAndState.Builder |
managedDeviceIdentifier(String managedDeviceIdentifier)
“Device identifier created or collected by Intune.”
|
MobileAppIntentAndState.Builder |
mobileAppList(List<MobileAppIntentAndStateDetail> mobileAppList)
“The list of payload intents and states for the tenant.”
|
MobileAppIntentAndState.Builder |
mobileAppListNextLink(String mobileAppListNextLink)
“The list of payload intents and states for the tenant.”
|
MobileAppIntentAndState.Builder |
userId(String userId)
“Identifier for the user that tried to enroll the device.”
|
public MobileAppIntentAndState.Builder id(String id)
public MobileAppIntentAndState.Builder managedDeviceIdentifier(String managedDeviceIdentifier)
managedDeviceIdentifier - value of managedDeviceIdentifier property (as defined in service metadata)this (for method chaining)public MobileAppIntentAndState.Builder userId(String userId)
userId - value of userId property (as defined in service metadata)this (for method chaining)public MobileAppIntentAndState.Builder mobileAppList(List<MobileAppIntentAndStateDetail> mobileAppList)
mobileAppList - value of mobileAppList property (as defined in service metadata)this (for method chaining)public MobileAppIntentAndState.Builder mobileAppListNextLink(String mobileAppListNextLink)
mobileAppListNextLink - value of mobileAppList@nextLink property (as defined in service metadata)this (for method chaining)public MobileAppIntentAndState build()
Copyright © 2018–2020. All rights reserved.