Uses of Class
odata.msgraph.client.beta.complex.MobileAppIntentAndStateDetail
-
Packages that use MobileAppIntentAndStateDetail Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MobileAppIntentAndStateDetail in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return MobileAppIntentAndStateDetail Modifier and Type Method Description MobileAppIntentAndStateDetailMobileAppIntentAndStateDetail.Builder. build()MobileAppIntentAndStateDetailMobileAppIntentAndStateDetail. withApplicationId(String applicationId)Returns an immutable copy ofthiswith just theapplicationIdfield changed.MobileAppIntentAndStateDetailMobileAppIntentAndStateDetail. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.MobileAppIntentAndStateDetailMobileAppIntentAndStateDetail. withDisplayVersion(String displayVersion)Returns an immutable copy ofthiswith just thedisplayVersionfield changed.MobileAppIntentAndStateDetailMobileAppIntentAndStateDetail. withInstallState(ResultantAppState installState)Returns an immutable copy ofthiswith just theinstallStatefield changed.MobileAppIntentAndStateDetailMobileAppIntentAndStateDetail. withMobileAppIntent(MobileAppIntent mobileAppIntent)Returns an immutable copy ofthiswith just themobileAppIntentfield changed.MobileAppIntentAndStateDetailMobileAppIntentAndStateDetail. withUnmappedField(String name, String value) -
Uses of MobileAppIntentAndStateDetail in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type MobileAppIntentAndStateDetail Modifier and Type Field Description protected List<MobileAppIntentAndStateDetail>MobileAppIntentAndState. mobileAppListMethods in odata.msgraph.client.beta.entity that return types with arguments of type MobileAppIntentAndStateDetail Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MobileAppIntentAndStateDetail>MobileAppIntentAndState. getMobileAppList()“The list of payload intents and states for the tenant.”com.github.davidmoten.odata.client.CollectionPage<MobileAppIntentAndStateDetail>MobileAppIntentAndState. getMobileAppList(com.github.davidmoten.odata.client.HttpRequestOptions options)“The list of payload intents and states for the tenant.”Methods in odata.msgraph.client.beta.entity with parameters of type MobileAppIntentAndStateDetail Modifier and Type Method Description MobileAppIntentAndState.BuilderMobileAppIntentAndState.Builder. mobileAppList(MobileAppIntentAndStateDetail... mobileAppList)“The list of payload intents and states for the tenant.”Method parameters in odata.msgraph.client.beta.entity with type arguments of type MobileAppIntentAndStateDetail Modifier and Type Method Description MobileAppIntentAndState.BuilderMobileAppIntentAndState.Builder. mobileAppList(List<MobileAppIntentAndStateDetail> mobileAppList)“The list of payload intents and states for the tenant.”MobileAppIntentAndStateMobileAppIntentAndState. withMobileAppList(List<MobileAppIntentAndStateDetail> mobileAppList)Returns an immutable copy ofthiswith just themobileAppListfield changed.
-