Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. 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.

  2. 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.

  3. 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.

  4. data AndroidEnterpriseProductsGetPermissions

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

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

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

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

    No documentation available.

  6. 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.

  7. 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.

  8. 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.

  9. AndroidEnterpriseProductsList :: Maybe Xgafv -> Maybe Text -> Maybe Bool -> Maybe Text -> Text -> Maybe Text -> Maybe Word32 -> Maybe Text -> Maybe Text -> Maybe Text -> Maybe Text -> AndroidEnterpriseProductsList

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

    No documentation available.

  10. type AndroidEnterpriseProductsListResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "products" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "approved" Bool :> QueryParam "callback" Text :> QueryParam "language" Text :> QueryParam "maxResults" Word32 :> QueryParam "query" Text :> QueryParam "token" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ProductsListResponse

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

    A resource alias for androidenterprise.products.list method which the AndroidEnterpriseProductsList request conforms to.

Page 166 of many | Previous | Next