Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetSavedNotificationSound
Synopsis
Documentation
data GetSavedNotificationSound Source #
Returns saved notification sound by its identifier. Returns a 404 error if there is no saved notification sound with the specified identifier. Returns NotificationSounds
Constructors
GetSavedNotificationSound | |
Fields
|
Instances
ToJSON GetSavedNotificationSound Source # | |
Defined in TD.Query.GetSavedNotificationSound Methods toJSON :: GetSavedNotificationSound -> Value # toEncoding :: GetSavedNotificationSound -> Encoding # toJSONList :: [GetSavedNotificationSound] -> Value # | |
Show GetSavedNotificationSound Source # | |
Defined in TD.Query.GetSavedNotificationSound Methods showsPrec :: Int -> GetSavedNotificationSound -> ShowS # show :: GetSavedNotificationSound -> String # showList :: [GetSavedNotificationSound] -> ShowS # | |
Eq GetSavedNotificationSound Source # | |
Defined in TD.Query.GetSavedNotificationSound Methods (==) :: GetSavedNotificationSound -> GetSavedNotificationSound -> Bool # (/=) :: GetSavedNotificationSound -> GetSavedNotificationSound -> Bool # | |
ShortShow GetSavedNotificationSound Source # | |
Defined in TD.Query.GetSavedNotificationSound Methods |