Uses of Class
odata.msgraph.client.beta.entity.MobileAppIntentAndState
-
Packages that use MobileAppIntentAndState Package Description odata.msgraph.client.beta.entity -
-
Uses of MobileAppIntentAndState in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return MobileAppIntentAndState Modifier and Type Method Description MobileAppIntentAndStateMobileAppIntentAndState.Builder. build()MobileAppIntentAndStateMobileAppIntentAndState. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MobileAppIntentAndStateMobileAppIntentAndState. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MobileAppIntentAndStateMobileAppIntentAndState. withManagedDeviceIdentifier(String managedDeviceIdentifier)Returns an immutable copy ofthiswith just themanagedDeviceIdentifierfield changed.MobileAppIntentAndStateMobileAppIntentAndState. withMobileAppList(List<MobileAppIntentAndStateDetail> mobileAppList)Returns an immutable copy ofthiswith just themobileAppListfield changed.MobileAppIntentAndStateMobileAppIntentAndState. withUnmappedField(String name, String value)MobileAppIntentAndStateMobileAppIntentAndState. withUserId(String userId)Returns an immutable copy ofthiswith just theuserIdfield changed.
-