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. AndroidEnterpriseProductsGenerateApprovalUrl :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> AndroidEnterpriseProductsGenerateApprovalUrl

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  2. type AndroidEnterpriseProductsGenerateApprovalUrlResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "products" :> Capture "productId" Text :> "generateApprovalUrl" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "languageCode" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Post '[JSON] ProductsGenerateApprovalUrlResponse

    gogol-android-enterprise Gogol.AndroidEnterprise

    A resource alias for androidenterprise.products.generateApprovalUrl method which the AndroidEnterpriseProductsGenerateApprovalUrl request conforms to.

  3. data AndroidEnterpriseProductsGet

    gogol-android-enterprise Gogol.AndroidEnterprise

    Retrieves details of a product for display to an enterprise admin. See: newAndroidEnterpriseProductsGet smart constructor.

  4. AndroidEnterpriseProductsGet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> AndroidEnterpriseProductsGet

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  5. data AndroidEnterpriseProductsGetAppRestrictionsSchema

    gogol-android-enterprise Gogol.AndroidEnterprise

    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.

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

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

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

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

  8. data AndroidEnterpriseProductsGetPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise

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

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

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

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

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

Page 158 of many | Previous | Next