All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.directory.model.MobileDevice.Applications.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240709-2.0.0
Show newest version






MobileDevice.Applications (Admin SDK API directory_v1-rev20220802-2.0.0)












com.google.api.services.directory.model

Class MobileDevice.Applications

    • Constructor Detail

      • Applications

        public Applications()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        The application's display name. An example is `Browser`.
        Returns:
        value or null for none
      • setDisplayName

        public MobileDevice.Applications setDisplayName(String displayName)
        The application's display name. An example is `Browser`.
        Parameters:
        displayName - displayName or null for none
      • getPackageName

        public String getPackageName()
        The application's package name. An example is `com.android.browser`.
        Returns:
        value or null for none
      • setPackageName

        public MobileDevice.Applications setPackageName(String packageName)
        The application's package name. An example is `com.android.browser`.
        Parameters:
        packageName - packageName or null for none
      • getPermission

        public List<String> getPermission()
        The list of permissions of this application. These can be either a standard Android permission or one defined by the application, and are found in an application's [Android manifest](https://developer.android.com/guide/topics/manifest/uses-permission-element.html). Examples of a Calendar application's permissions are `READ_CALENDAR`, or `MANAGE_ACCOUNTS`.
        Returns:
        value or null for none
      • setPermission

        public MobileDevice.Applications setPermission(List<String> permission)
        The list of permissions of this application. These can be either a standard Android permission or one defined by the application, and are found in an application's [Android manifest](https://developer.android.com/guide/topics/manifest/uses-permission-element.html). Examples of a Calendar application's permissions are `READ_CALENDAR`, or `MANAGE_ACCOUNTS`.
        Parameters:
        permission - permission or null for none
      • getVersionCode

        public Integer getVersionCode()
        The application's version code. An example is `13`.
        Returns:
        value or null for none
      • setVersionCode

        public MobileDevice.Applications setVersionCode(Integer versionCode)
        The application's version code. An example is `13`.
        Parameters:
        versionCode - versionCode or null for none
      • getVersionName

        public String getVersionName()
        The application's version name. An example is `3.2-140714`.
        Returns:
        value or null for none
      • setVersionName

        public MobileDevice.Applications setVersionName(String versionName)
        The application's version name. An example is `3.2-140714`.
        Parameters:
        versionName - versionName or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy