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. newAndroidEnterpriseProductsGet :: Text -> Text -> AndroidEnterpriseProductsGet

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.Get

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

  2. data AndroidEnterpriseProductsGetAppRestrictionsSchema

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.GetAppRestrictionsSchema

    Retrieves the schema that defines the configurable properties for this product. All products have a schema, but this schema may be empty if no managed configurations have been defined. This schema can be used to populate a UI that allows an admin to configure the product. To apply a managed configuration based on the schema obtained using this API, see Managed Configurations through Play. See: newAndroidEnterpriseProductsGetAppRestrictionsSchema smart constructor.

  3. AndroidEnterpriseProductsGetAppRestrictionsSchema :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> AndroidEnterpriseProductsGetAppRestrictionsSchema

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.GetAppRestrictionsSchema

    No documentation available.

  4. type AndroidEnterpriseProductsGetAppRestrictionsSchemaResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "products" :> Capture "productId" Text :> "appRestrictionsSchema" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "language" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] AppRestrictionsSchema

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.GetAppRestrictionsSchema

    A resource alias for androidenterprise.products.getAppRestrictionsSchema method which the AndroidEnterpriseProductsGetAppRestrictionsSchema request conforms to.

  5. newAndroidEnterpriseProductsGetAppRestrictionsSchema :: Text -> Text -> AndroidEnterpriseProductsGetAppRestrictionsSchema

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.GetAppRestrictionsSchema

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

  6. data AndroidEnterpriseProductsGetPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.GetPermissions

    Retrieves the Android app permissions required by this app. See: newAndroidEnterpriseProductsGetPermissions smart constructor.

  7. AndroidEnterpriseProductsGetPermissions :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Text -> Maybe Text -> Maybe Text -> AndroidEnterpriseProductsGetPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.GetPermissions

    No documentation available.

  8. type AndroidEnterpriseProductsGetPermissionsResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "products" :> Capture "productId" Text :> "permissions" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ProductPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.GetPermissions

    A resource alias for androidenterprise.products.getPermissions method which the AndroidEnterpriseProductsGetPermissions request conforms to.

  9. newAndroidEnterpriseProductsGetPermissions :: Text -> Text -> AndroidEnterpriseProductsGetPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.GetPermissions

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

  10. data AndroidEnterpriseProductsList

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.List

    Finds approved products that match a query, or all approved products if there is no query. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. See: newAndroidEnterpriseProductsList smart constructor.

Page 165 of many | Previous | Next