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. type AndroidEnterpriseProductsGetResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "products" :> Capture "productId" Text :> 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] Product

    gogol-android-enterprise Gogol.AndroidEnterprise

    A resource alias for androidenterprise.products.get method which the AndroidEnterpriseProductsGet request conforms to.

  2. data AndroidEnterpriseProductsList

    gogol-android-enterprise Gogol.AndroidEnterprise

    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.

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

    No documentation available.

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

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

  5. data AndroidEnterpriseProductsUnapprove

    gogol-android-enterprise Gogol.AndroidEnterprise

    Unapproves the specified product (and the relevant app permissions, if any) Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. See: newAndroidEnterpriseProductsUnapprove smart constructor.

  6. AndroidEnterpriseProductsUnapprove :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Text -> Maybe Text -> Maybe Text -> AndroidEnterpriseProductsUnapprove

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  7. type AndroidEnterpriseProductsUnapproveResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "products" :> Capture "productId" Text :> "unapprove" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Post '[JSON] ()

    gogol-android-enterprise Gogol.AndroidEnterprise

    A resource alias for androidenterprise.products.unapprove method which the AndroidEnterpriseProductsUnapprove request conforms to.

  8. data AndroidEnterpriseUsersGetAvailableProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise

    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.

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

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

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

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

Page 159 of many | Previous | Next