Package odata.msgraph.client.beta.entity
Class MobileAppIntentAndState.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.MobileAppIntentAndState.Builder
-
- Enclosing class:
- MobileAppIntentAndState
public static final class MobileAppIntentAndState.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MobileAppIntentAndStatebuild()MobileAppIntentAndState.Builderid(String id)MobileAppIntentAndState.BuildermanagedDeviceIdentifier(String managedDeviceIdentifier)“Device identifier created or collected by Intune.”MobileAppIntentAndState.BuildermobileAppList(List<MobileAppIntentAndStateDetail> mobileAppList)“The list of payload intents and states for the tenant.”MobileAppIntentAndState.BuildermobileAppList(MobileAppIntentAndStateDetail... mobileAppList)“The list of payload intents and states for the tenant.”MobileAppIntentAndState.BuildermobileAppListNextLink(String mobileAppListNextLink)“The list of payload intents and states for the tenant.”MobileAppIntentAndState.BuilderuserId(String userId)“Identifier for the user that tried to enroll the device.”
-
-
-
Method Detail
-
id
public MobileAppIntentAndState.Builder id(String id)
-
managedDeviceIdentifier
public MobileAppIntentAndState.Builder managedDeviceIdentifier(String managedDeviceIdentifier)
“Device identifier created or collected by Intune.”- Parameters:
managedDeviceIdentifier- value ofmanagedDeviceIdentifierproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
mobileAppList
public MobileAppIntentAndState.Builder mobileAppList(List<MobileAppIntentAndStateDetail> mobileAppList)
“The list of payload intents and states for the tenant.”- Parameters:
mobileAppList- value ofmobileAppListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
mobileAppList
public MobileAppIntentAndState.Builder mobileAppList(MobileAppIntentAndStateDetail... mobileAppList)
“The list of payload intents and states for the tenant.”- Parameters:
mobileAppList- value ofmobileAppListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
mobileAppListNextLink
public MobileAppIntentAndState.Builder mobileAppListNextLink(String mobileAppListNextLink)
“The list of payload intents and states for the tenant.”- Parameters:
mobileAppListNextLink- value ofmobileAppList@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
userId
public MobileAppIntentAndState.Builder userId(String userId)
“Identifier for the user that tried to enroll the device.”- Parameters:
userId- value ofuserIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MobileAppIntentAndState build()
-
-