Uses of Class
odata.msgraph.client.beta.enums.MobileAppActionType
-
Packages that use MobileAppActionType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of MobileAppActionType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as MobileAppActionType Modifier and Type Field Description protected MobileAppActionTypeMobileAppTroubleshootingAppStateHistory. actionTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type MobileAppActionType Modifier and Type Method Description Optional<MobileAppActionType>MobileAppTroubleshootingAppStateHistory. getActionType()“Action type for Intune Application.”Methods in odata.msgraph.client.beta.complex with parameters of type MobileAppActionType Modifier and Type Method Description MobileAppTroubleshootingAppStateHistory.BuilderMobileAppTroubleshootingAppStateHistory.Builder. actionType(MobileAppActionType actionType)“Action type for Intune Application.”MobileAppTroubleshootingAppStateHistoryMobileAppTroubleshootingAppStateHistory. withActionType(MobileAppActionType actionType)Returns an immutable copy ofthiswith just theactionTypefield changed. -
Uses of MobileAppActionType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MobileAppActionType Modifier and Type Method Description static MobileAppActionTypeMobileAppActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static MobileAppActionType[]MobileAppActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-