Uses of Class
odata.msgraph.client.enums.InstallIntent
-
Packages that use InstallIntent Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of InstallIntent in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as InstallIntent Modifier and Type Field Description protected InstallIntentManagedEBookAssignment. installIntentprotected InstallIntentMobileAppAssignment. intentMethods in odata.msgraph.client.entity that return types with arguments of type InstallIntent Modifier and Type Method Description Optional<InstallIntent>ManagedEBookAssignment. getInstallIntent()“The install intent for eBook.”Optional<InstallIntent>MobileAppAssignment. getIntent()“The install intent defined by the admin.”Methods in odata.msgraph.client.entity with parameters of type InstallIntent Modifier and Type Method Description IosVppEBookAssignment.BuilderIosVppEBookAssignment.Builder. installIntent(InstallIntent installIntent)ManagedEBookAssignment.BuilderManagedEBookAssignment.Builder. installIntent(InstallIntent installIntent)“The install intent for eBook.”MobileAppAssignment.BuilderMobileAppAssignment.Builder. intent(InstallIntent intent)“The install intent defined by the admin.”ManagedEBookAssignmentManagedEBookAssignment. withInstallIntent(InstallIntent installIntent)Returns an immutable copy ofthiswith just theinstallIntentfield changed.MobileAppAssignmentMobileAppAssignment. withIntent(InstallIntent intent)Returns an immutable copy ofthiswith just theintentfield changed. -
Uses of InstallIntent in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return InstallIntent Modifier and Type Method Description static InstallIntentInstallIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static InstallIntent[]InstallIntent. values()Returns an array containing the constants of this enum type, in the order they are declared.
-