Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newProductsGenerateApprovalUrlResponse :: ProductsGenerateApprovalUrlResponse

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    Creates a value of ProductsGenerateApprovalUrlResponse with the minimum fields required to make a request.

  2. newProductsListResponse :: ProductsListResponse

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    Creates a value of ProductsListResponse with the minimum fields required to make a request.

  3. module Gogol.AndroidEnterprise.Users.GetAvailableProductSet

    Retrieves the set of products a user is entitled to access. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. See: Google Play EMM API Reference for androidenterprise.users.getAvailableProductSet.

  4. data AndroidEnterpriseUsersGetAvailableProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise.Users.GetAvailableProductSet

    Retrieves the set of products a user is entitled to access. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. See: newAndroidEnterpriseUsersGetAvailableProductSet smart constructor.

  5. AndroidEnterpriseUsersGetAvailableProductSet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> Text -> AndroidEnterpriseUsersGetAvailableProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise.Users.GetAvailableProductSet

    No documentation available.

  6. type AndroidEnterpriseUsersGetAvailableProductSetResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "users" :> Capture "userId" Text :> "availableProductSet" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise.Users.GetAvailableProductSet

    A resource alias for androidenterprise.users.getAvailableProductSet method which the AndroidEnterpriseUsersGetAvailableProductSet request conforms to.

  7. newAndroidEnterpriseUsersGetAvailableProductSet :: Text -> Text -> AndroidEnterpriseUsersGetAvailableProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise.Users.GetAvailableProductSet

    Creates a value of AndroidEnterpriseUsersGetAvailableProductSet with the minimum fields required to make a request.

  8. module Gogol.AndroidEnterprise.Users.SetAvailableProductSet

    Modifies the set of products that a user is entitled to access (referred to as whitelisted products). Only products that are approved or products that were previously approved (products with revoked approval) can be whitelisted. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. See: Google Play EMM API Reference for androidenterprise.users.setAvailableProductSet.

  9. data AndroidEnterpriseUsersSetAvailableProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise.Users.SetAvailableProductSet

    Modifies the set of products that a user is entitled to access (referred to as whitelisted products). Only products that are approved or products that were previously approved (products with revoked approval) can be whitelisted. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. See: newAndroidEnterpriseUsersSetAvailableProductSet smart constructor.

  10. AndroidEnterpriseUsersSetAvailableProductSet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> ProductSet -> Maybe Text -> Maybe Text -> Text -> AndroidEnterpriseUsersSetAvailableProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise.Users.SetAvailableProductSet

    No documentation available.

Page 170 of many | Previous | Next