Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetInternalLinkType = GetInternalLinkType {}
Documentation
data GetInternalLinkType Source #
Returns information about the type of internal link. Returns a 404 error if the link is not internal. Can be called before authorization. Returns InternalLinkType
Instances
ToJSON GetInternalLinkType Source # | |
Defined in TD.Query.GetInternalLinkType toJSON :: GetInternalLinkType -> Value # toEncoding :: GetInternalLinkType -> Encoding # toJSONList :: [GetInternalLinkType] -> Value # toEncodingList :: [GetInternalLinkType] -> Encoding # | |
Show GetInternalLinkType Source # | |
Defined in TD.Query.GetInternalLinkType showsPrec :: Int -> GetInternalLinkType -> ShowS # show :: GetInternalLinkType -> String # showList :: [GetInternalLinkType] -> ShowS # | |
Eq GetInternalLinkType Source # | |
Defined in TD.Query.GetInternalLinkType (==) :: GetInternalLinkType -> GetInternalLinkType -> Bool # (/=) :: GetInternalLinkType -> GetInternalLinkType -> Bool # | |
ShortShow GetInternalLinkType Source # | |
Defined in TD.Query.GetInternalLinkType |