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

target.apidocs.com.google.api.services.androidenterprise.model.NewPermissionsEvent.html Maven / Gradle / Ivy

The newest version!






NewPermissionsEvent (Google Play EMM API v1-rev20241113-2.0.0)












com.google.api.services.androidenterprise.model

Class NewPermissionsEvent

    • Constructor Detail

      • NewPermissionsEvent

        public NewPermissionsEvent()
    • Method Detail

      • getApprovedPermissions

        public List<String> getApprovedPermissions()
        The set of permissions that the enterprise admin has already approved for this application. Use Permissions.Get on the EMM API to retrieve details about these permissions.
        Returns:
        value or null for none
      • setApprovedPermissions

        public NewPermissionsEvent setApprovedPermissions(List<String> approvedPermissions)
        The set of permissions that the enterprise admin has already approved for this application. Use Permissions.Get on the EMM API to retrieve details about these permissions.
        Parameters:
        approvedPermissions - approvedPermissions or null for none
      • getProductId

        public String getProductId()
        The id of the product (e.g. "app:com.google.android.gm") for which new permissions were added. This field will always be present.
        Returns:
        value or null for none
      • setProductId

        public NewPermissionsEvent setProductId(String productId)
        The id of the product (e.g. "app:com.google.android.gm") for which new permissions were added. This field will always be present.
        Parameters:
        productId - productId or null for none
      • getRequestedPermissions

        public List<String> getRequestedPermissions()
        The set of permissions that the app is currently requesting. Use Permissions.Get on the EMM API to retrieve details about these permissions.
        Returns:
        value or null for none
      • setRequestedPermissions

        public NewPermissionsEvent setRequestedPermissions(List<String> requestedPermissions)
        The set of permissions that the app is currently requesting. Use Permissions.Get on the EMM API to retrieve details about these permissions.
        Parameters:
        requestedPermissions - requestedPermissions or null for none
      • clone

        public NewPermissionsEvent clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy