Hercules.API.Accounts.NotificationSettingsPatch
data NotificationSettingsPatch Source #
Constructors
Fields
Defined in Hercules.API.Accounts.NotificationSettingsPatch
Methods
parseJSON :: Value -> Parser NotificationSettingsPatch #
parseJSONList :: Value -> Parser [NotificationSettingsPatch] #
toJSON :: NotificationSettingsPatch -> Value #
toEncoding :: NotificationSettingsPatch -> Encoding #
toJSONList :: [NotificationSettingsPatch] -> Value #
toEncodingList :: [NotificationSettingsPatch] -> Encoding #
Associated Types
type Rep NotificationSettingsPatch :: Type -> Type #
from :: NotificationSettingsPatch -> Rep NotificationSettingsPatch x #
to :: Rep NotificationSettingsPatch x -> NotificationSettingsPatch #
showsPrec :: Int -> NotificationSettingsPatch -> ShowS #
show :: NotificationSettingsPatch -> String #
showList :: [NotificationSettingsPatch] -> ShowS #
rnf :: NotificationSettingsPatch -> () #
(==) :: NotificationSettingsPatch -> NotificationSettingsPatch -> Bool #
(/=) :: NotificationSettingsPatch -> NotificationSettingsPatch -> Bool #
declareNamedSchema :: Proxy NotificationSettingsPatch -> Declare (Definitions Schema) NamedSchema #