Uses of Class
odata.msgraph.client.complex.MobileAppIdentifier
-
Packages that use MobileAppIdentifier Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of MobileAppIdentifier in odata.msgraph.client.complex
Subclasses of MobileAppIdentifier in odata.msgraph.client.complex Modifier and Type Class Description classAndroidMobileAppIdentifier“The identifier for an Android app.”classIosMobileAppIdentifier“The identifier for an iOS app.”Fields in odata.msgraph.client.complex declared as MobileAppIdentifier Modifier and Type Field Description protected MobileAppIdentifierManagedAppPolicyDeploymentSummaryPerApp. mobileAppIdentifierMethods in odata.msgraph.client.complex that return MobileAppIdentifier Modifier and Type Method Description MobileAppIdentifierMobileAppIdentifier. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type MobileAppIdentifier Modifier and Type Method Description Optional<MobileAppIdentifier>ManagedAppPolicyDeploymentSummaryPerApp. getMobileAppIdentifier()“Deployment of an app.”Methods in odata.msgraph.client.complex with parameters of type MobileAppIdentifier Modifier and Type Method Description ManagedAppPolicyDeploymentSummaryPerApp.BuilderManagedAppPolicyDeploymentSummaryPerApp.Builder. mobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)“Deployment of an app.”ManagedAppPolicyDeploymentSummaryPerAppManagedAppPolicyDeploymentSummaryPerApp. withMobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)Returns an immutable copy ofthiswith just themobileAppIdentifierfield changed. -
Uses of MobileAppIdentifier in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as MobileAppIdentifier Modifier and Type Field Description protected MobileAppIdentifierManagedAppRegistration. appIdentifierprotected MobileAppIdentifierManagedMobileApp. mobileAppIdentifierMethods in odata.msgraph.client.entity that return types with arguments of type MobileAppIdentifier Modifier and Type Method Description Optional<MobileAppIdentifier>ManagedAppRegistration. getAppIdentifier()“The app package Identifier”Optional<MobileAppIdentifier>ManagedMobileApp. getMobileAppIdentifier()“The identifier for an app with it's operating system type.”Methods in odata.msgraph.client.entity with parameters of type MobileAppIdentifier Modifier and Type Method Description AndroidManagedAppRegistration.BuilderAndroidManagedAppRegistration.Builder. appIdentifier(MobileAppIdentifier appIdentifier)IosManagedAppRegistration.BuilderIosManagedAppRegistration.Builder. appIdentifier(MobileAppIdentifier appIdentifier)ManagedMobileApp.BuilderManagedMobileApp.Builder. mobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)“The identifier for an app with it's operating system type.”ManagedAppRegistrationManagedAppRegistration. withAppIdentifier(MobileAppIdentifier appIdentifier)Returns an immutable copy ofthiswith just theappIdentifierfield changed.ManagedMobileAppManagedMobileApp. withMobileAppIdentifier(MobileAppIdentifier mobileAppIdentifier)Returns an immutable copy ofthiswith just themobileAppIdentifierfield changed.
-