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

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

  3. newAndroidEnterpriseProductsList :: Text -> AndroidEnterpriseProductsList

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

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

  4. data AndroidEnterpriseProductsUnapprove

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

    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.

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

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

    No documentation available.

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

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

  7. newAndroidEnterpriseProductsUnapprove :: Text -> Text -> AndroidEnterpriseProductsUnapprove

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

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

  8. pattern AppVersion_Track_Production :: AppVersion_Track

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    No documentation available.

  9. pattern Notification_NotificationType_ProductApproval :: Notification_NotificationType

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    Notification about change to a product's approval status.

  10. pattern Notification_NotificationType_ProductAvailabilityChange :: Notification_NotificationType

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    Notification about product availability change.

Page 166 of many | Previous | Next