Uses of Class
odata.msgraph.client.beta.enums.MobileAppIntent
-
Packages that use MobileAppIntent Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of MobileAppIntent in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as MobileAppIntent Modifier and Type Field Description protected MobileAppIntentMobileAppIntentAndStateDetail. mobileAppIntentMethods in odata.msgraph.client.beta.complex that return types with arguments of type MobileAppIntent Modifier and Type Method Description Optional<MobileAppIntent>MobileAppIntentAndStateDetail. getMobileAppIntent()“Mobile App Intent.”Methods in odata.msgraph.client.beta.complex with parameters of type MobileAppIntent Modifier and Type Method Description MobileAppIntentAndStateDetail.BuilderMobileAppIntentAndStateDetail.Builder. mobileAppIntent(MobileAppIntent mobileAppIntent)“Mobile App Intent.”MobileAppIntentAndStateDetailMobileAppIntentAndStateDetail. withMobileAppIntent(MobileAppIntent mobileAppIntent)Returns an immutable copy ofthiswith just themobileAppIntentfield changed. -
Uses of MobileAppIntent in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MobileAppIntent Modifier and Type Method Description static MobileAppIntentMobileAppIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static MobileAppIntent[]MobileAppIntent. values()Returns an array containing the constants of this enum type, in the order they are declared.
-