Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. PersonId :: Text -> PersonId

    webex-teams-api Network.WebexTeams

    No documentation available.

  2. newtype PersonList

    webex-teams-api Network.WebexTeams

    PersonList is decoded from response JSON of List People REST call. It is list of Person.

  3. PersonList :: [Person] -> PersonList

    webex-teams-api Network.WebexTeams

    No documentation available.

  4. data PersonStatus

    webex-teams-api Network.WebexTeams

    Current status of Person. It can be updated automatically by recent activity or explicitly updated by user's operation or propagated from vacation setting on email system.

  5. PersonStatusActive :: PersonStatus

    webex-teams-api Network.WebexTeams

    The Person is currently active. Decoded from "active".

  6. PersonStatusDoNotDisturb :: PersonStatus

    webex-teams-api Network.WebexTeams

    The Person is explicitly indicated do-not-disturb. Decoded from "DoNotDisturb".

  7. PersonStatusInactive :: PersonStatus

    webex-teams-api Network.WebexTeams

    The Person is currently not active. Decoded from "inactive".

  8. PersonStatusOutOfOffice :: PersonStatus

    webex-teams-api Network.WebexTeams

    Email system of the Person currently sets vacation. Decoded from "OutOfOffice".

  9. PersonStatusUnknown :: PersonStatus

    webex-teams-api Network.WebexTeams

    The status of the Person is unknown. Decoded from "unknown".

  10. data PersonType

    webex-teams-api Network.WebexTeams

    PersonType indicates whether the Person is real human or bot.

Page 1085 of many | Previous | Next