Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
OpenAPIPetstore.Model
Contents
- Parameter newtypes
- AdditionalMetadata
- ApiKey
- Body
- BodyBool
- BodyDouble
- BodyText
- BooleanGroup
- Byte
- Callback
- Context
- EnumFormString
- EnumFormStringArray
- EnumHeaderString
- EnumHeaderStringArray
- EnumQueryDouble
- EnumQueryInteger
- EnumQueryString
- EnumQueryStringArray
- File2
- Http
- Int32
- Int64
- Int64Group
- Ioutil
- Name2
- Number
- OrderId
- OrderIdText
- Param
- Param2
- ParamBinary
- ParamDate
- ParamDateTime
- ParamDouble
- ParamFloat
- ParamInteger
- ParamMapMapStringText
- ParamString
- Password
- PatternWithoutDelimiter
- PetId
- Pipe
- Query
- RequiredBooleanGroup
- RequiredFile
- RequiredInt64Group
- RequiredStringGroup
- Status
- StatusText
- StringGroup
- Tags
- Url
- Username
- Models
- AdditionalPropertiesAnyType
- AdditionalPropertiesArray
- AdditionalPropertiesBoolean
- AdditionalPropertiesClass
- AdditionalPropertiesInteger
- AdditionalPropertiesNumber
- AdditionalPropertiesObject
- AdditionalPropertiesString
- Animal
- ApiResponse
- ArrayOfArrayOfNumberOnly
- ArrayOfNumberOnly
- ArrayTest
- BigCat
- Capitalization
- Cat
- Category
- ClassModel
- Client
- Dog
- EnumArrays
- EnumTest
- File
- FileSchemaTestClass
- FormatTest
- HasOnlyReadOnly
- MapTest
- MixedPropertiesAndAdditionalPropertiesClass
- Model200Response
- ModelList
- ModelReturn
- Name
- NumberOnly
- Order
- OuterComposite
- Pet
- ReadOnlyFirst
- SpecialModelName
- Tag
- TypeHolderDefault
- TypeHolderExample
- User
- XmlItem
- Enums
- Auth Methods
Description
Synopsis
- newtype AdditionalMetadata = AdditionalMetadata {}
- newtype ApiKey = ApiKey {}
- newtype Body = Body {}
- newtype BodyBool = BodyBool {
- unBodyBool :: Bool
- newtype BodyDouble = BodyDouble {}
- newtype BodyText = BodyText {
- unBodyText :: Text
- newtype BooleanGroup = BooleanGroup {}
- newtype Byte = Byte {}
- newtype Callback = Callback {
- unCallback :: Text
- newtype Context = Context {}
- newtype EnumFormString = EnumFormString {}
- newtype EnumFormStringArray = EnumFormStringArray {}
- newtype EnumHeaderString = EnumHeaderString {}
- newtype EnumHeaderStringArray = EnumHeaderStringArray {}
- newtype EnumQueryDouble = EnumQueryDouble {}
- newtype EnumQueryInteger = EnumQueryInteger {}
- newtype EnumQueryString = EnumQueryString {}
- newtype EnumQueryStringArray = EnumQueryStringArray {}
- newtype File2 = File2 {}
- newtype Http = Http {}
- newtype Int32 = Int32 {}
- newtype Int64 = Int64 {}
- newtype Int64Group = Int64Group {}
- newtype Ioutil = Ioutil {}
- newtype Name2 = Name2 {}
- newtype Number = Number {}
- newtype OrderId = OrderId {}
- newtype OrderIdText = OrderIdText {}
- newtype Param = Param {}
- newtype Param2 = Param2 {}
- newtype ParamBinary = ParamBinary {}
- newtype ParamDate = ParamDate {
- unParamDate :: Date
- newtype ParamDateTime = ParamDateTime {}
- newtype ParamDouble = ParamDouble {}
- newtype ParamFloat = ParamFloat {}
- newtype ParamInteger = ParamInteger {}
- newtype ParamMapMapStringText = ParamMapMapStringText {}
- newtype ParamString = ParamString {}
- newtype Password = Password {
- unPassword :: Text
- newtype PatternWithoutDelimiter = PatternWithoutDelimiter {}
- newtype PetId = PetId {}
- newtype Pipe = Pipe {}
- newtype Query = Query {}
- newtype RequiredBooleanGroup = RequiredBooleanGroup {}
- newtype RequiredFile = RequiredFile {}
- newtype RequiredInt64Group = RequiredInt64Group {}
- newtype RequiredStringGroup = RequiredStringGroup {}
- newtype Status = Status {}
- newtype StatusText = StatusText {
- unStatusText :: Text
- newtype StringGroup = StringGroup {
- unStringGroup :: Int
- newtype Tags = Tags {}
- newtype Url = Url {}
- newtype Username = Username {
- unUsername :: Text
- data AdditionalPropertiesAnyType = AdditionalPropertiesAnyType {}
- mkAdditionalPropertiesAnyType :: AdditionalPropertiesAnyType
- data AdditionalPropertiesArray = AdditionalPropertiesArray {}
- mkAdditionalPropertiesArray :: AdditionalPropertiesArray
- data AdditionalPropertiesBoolean = AdditionalPropertiesBoolean {}
- mkAdditionalPropertiesBoolean :: AdditionalPropertiesBoolean
- data AdditionalPropertiesClass = AdditionalPropertiesClass {
- additionalPropertiesClassMapString :: !(Maybe (Map String Text))
- additionalPropertiesClassMapNumber :: !(Maybe (Map String Double))
- additionalPropertiesClassMapInteger :: !(Maybe (Map String Int))
- additionalPropertiesClassMapBoolean :: !(Maybe (Map String Bool))
- additionalPropertiesClassMapArrayInteger :: !(Maybe (Map String [Int]))
- additionalPropertiesClassMapArrayAnytype :: !(Maybe (Map String [Value]))
- additionalPropertiesClassMapMapString :: !(Maybe (Map String (Map String Text)))
- additionalPropertiesClassMapMapAnytype :: !(Maybe (Map String (Map String Value)))
- additionalPropertiesClassAnytype1 :: !(Maybe Value)
- additionalPropertiesClassAnytype2 :: !(Maybe Value)
- additionalPropertiesClassAnytype3 :: !(Maybe Value)
- mkAdditionalPropertiesClass :: AdditionalPropertiesClass
- data AdditionalPropertiesInteger = AdditionalPropertiesInteger {}
- mkAdditionalPropertiesInteger :: AdditionalPropertiesInteger
- data AdditionalPropertiesNumber = AdditionalPropertiesNumber {}
- mkAdditionalPropertiesNumber :: AdditionalPropertiesNumber
- data AdditionalPropertiesObject = AdditionalPropertiesObject {}
- mkAdditionalPropertiesObject :: AdditionalPropertiesObject
- data AdditionalPropertiesString = AdditionalPropertiesString {}
- mkAdditionalPropertiesString :: AdditionalPropertiesString
- data Animal = Animal {
- animalClassName :: !Text
- animalColor :: !(Maybe Text)
- mkAnimal :: Text -> Animal
- data ApiResponse = ApiResponse {
- apiResponseCode :: !(Maybe Int)
- apiResponseType :: !(Maybe Text)
- apiResponseMessage :: !(Maybe Text)
- mkApiResponse :: ApiResponse
- data ArrayOfArrayOfNumberOnly = ArrayOfArrayOfNumberOnly {}
- mkArrayOfArrayOfNumberOnly :: ArrayOfArrayOfNumberOnly
- data ArrayOfNumberOnly = ArrayOfNumberOnly {
- arrayOfNumberOnlyArrayNumber :: !(Maybe [Double])
- mkArrayOfNumberOnly :: ArrayOfNumberOnly
- data ArrayTest = ArrayTest {
- arrayTestArrayOfString :: !(Maybe [Text])
- arrayTestArrayArrayOfInteger :: !(Maybe [[Integer]])
- arrayTestArrayArrayOfModel :: !(Maybe [[ReadOnlyFirst]])
- mkArrayTest :: ArrayTest
- data BigCat = BigCat {
- bigCatClassName :: !Text
- bigCatColor :: !(Maybe Text)
- bigCatDeclawed :: !(Maybe Bool)
- bigCatKind :: !(Maybe E'Kind)
- mkBigCat :: Text -> BigCat
- data Capitalization = Capitalization {}
- mkCapitalization :: Capitalization
- data Cat = Cat {
- catClassName :: !Text
- catColor :: !(Maybe Text)
- catDeclawed :: !(Maybe Bool)
- mkCat :: Text -> Cat
- data Category = Category {
- categoryId :: !(Maybe Integer)
- categoryName :: !Text
- mkCategory :: Text -> Category
- data ClassModel = ClassModel {
- classModelClass :: !(Maybe Text)
- mkClassModel :: ClassModel
- data Client = Client {
- clientClient :: !(Maybe Text)
- mkClient :: Client
- data Dog = Dog {}
- mkDog :: Text -> Dog
- data EnumArrays = EnumArrays {
- enumArraysJustSymbol :: !(Maybe E'JustSymbol)
- enumArraysArrayEnum :: !(Maybe [E'ArrayEnum])
- mkEnumArrays :: EnumArrays
- data EnumTest = EnumTest {}
- mkEnumTest :: E'EnumString -> EnumTest
- data File = File {
- fileSourceUri :: !(Maybe Text)
- mkFile :: File
- data FileSchemaTestClass = FileSchemaTestClass {
- fileSchemaTestClassFile :: !(Maybe File)
- fileSchemaTestClassFiles :: !(Maybe [File])
- mkFileSchemaTestClass :: FileSchemaTestClass
- data FormatTest = FormatTest {
- formatTestInteger :: !(Maybe Int)
- formatTestInt32 :: !(Maybe Int)
- formatTestInt64 :: !(Maybe Integer)
- formatTestNumber :: !Double
- formatTestFloat :: !(Maybe Float)
- formatTestDouble :: !(Maybe Double)
- formatTestString :: !(Maybe Text)
- formatTestByte :: !ByteArray
- formatTestBinary :: !(Maybe FilePath)
- formatTestDate :: !Date
- formatTestDateTime :: !(Maybe DateTime)
- formatTestUuid :: !(Maybe Text)
- formatTestPassword :: !Text
- formatTestBigDecimal :: !(Maybe Double)
- mkFormatTest :: Double -> ByteArray -> Date -> Text -> FormatTest
- data HasOnlyReadOnly = HasOnlyReadOnly {
- hasOnlyReadOnlyBar :: !(Maybe Text)
- hasOnlyReadOnlyFoo :: !(Maybe Text)
- mkHasOnlyReadOnly :: HasOnlyReadOnly
- data MapTest = MapTest {}
- mkMapTest :: MapTest
- data MixedPropertiesAndAdditionalPropertiesClass = MixedPropertiesAndAdditionalPropertiesClass {}
- mkMixedPropertiesAndAdditionalPropertiesClass :: MixedPropertiesAndAdditionalPropertiesClass
- data Model200Response = Model200Response {
- model200ResponseName :: !(Maybe Int)
- model200ResponseClass :: !(Maybe Text)
- mkModel200Response :: Model200Response
- data ModelList = ModelList {
- modelList123list :: !(Maybe Text)
- mkModelList :: ModelList
- data ModelReturn = ModelReturn {
- modelReturnReturn :: !(Maybe Int)
- mkModelReturn :: ModelReturn
- data Name = Name {
- nameName :: !Int
- nameSnakeCase :: !(Maybe Int)
- nameProperty :: !(Maybe Text)
- name123number :: !(Maybe Int)
- mkName :: Int -> Name
- data NumberOnly = NumberOnly {
- numberOnlyJustNumber :: !(Maybe Double)
- mkNumberOnly :: NumberOnly
- data Order = Order {
- orderId :: !(Maybe Integer)
- orderPetId :: !(Maybe Integer)
- orderQuantity :: !(Maybe Int)
- orderShipDate :: !(Maybe DateTime)
- orderStatus :: !(Maybe E'Status)
- orderComplete :: !(Maybe Bool)
- mkOrder :: Order
- data OuterComposite = OuterComposite {
- outerCompositeMyNumber :: !(Maybe Double)
- outerCompositeMyString :: !(Maybe Text)
- outerCompositeMyBoolean :: !(Maybe Bool)
- mkOuterComposite :: OuterComposite
- data Pet = Pet {}
- mkPet :: Text -> [Text] -> Pet
- data ReadOnlyFirst = ReadOnlyFirst {
- readOnlyFirstBar :: !(Maybe Text)
- readOnlyFirstBaz :: !(Maybe Text)
- mkReadOnlyFirst :: ReadOnlyFirst
- data SpecialModelName = SpecialModelName {}
- mkSpecialModelName :: SpecialModelName
- data Tag = Tag {}
- mkTag :: Tag
- data TypeHolderDefault = TypeHolderDefault {}
- mkTypeHolderDefault :: Text -> Double -> Int -> Bool -> [Int] -> TypeHolderDefault
- data TypeHolderExample = TypeHolderExample {}
- mkTypeHolderExample :: Text -> Double -> Float -> Int -> Bool -> [Int] -> TypeHolderExample
- data User = User {
- userId :: !(Maybe Integer)
- userUsername :: !(Maybe Text)
- userFirstName :: !(Maybe Text)
- userLastName :: !(Maybe Text)
- userEmail :: !(Maybe Text)
- userPassword :: !(Maybe Text)
- userPhone :: !(Maybe Text)
- userUserStatus :: !(Maybe Int)
- mkUser :: User
- data XmlItem = XmlItem {
- xmlItemAttributeString :: !(Maybe Text)
- xmlItemAttributeNumber :: !(Maybe Double)
- xmlItemAttributeInteger :: !(Maybe Int)
- xmlItemAttributeBoolean :: !(Maybe Bool)
- xmlItemWrappedArray :: !(Maybe [Int])
- xmlItemNameString :: !(Maybe Text)
- xmlItemNameNumber :: !(Maybe Double)
- xmlItemNameInteger :: !(Maybe Int)
- xmlItemNameBoolean :: !(Maybe Bool)
- xmlItemNameArray :: !(Maybe [Int])
- xmlItemNameWrappedArray :: !(Maybe [Int])
- xmlItemPrefixString :: !(Maybe Text)
- xmlItemPrefixNumber :: !(Maybe Double)
- xmlItemPrefixInteger :: !(Maybe Int)
- xmlItemPrefixBoolean :: !(Maybe Bool)
- xmlItemPrefixArray :: !(Maybe [Int])
- xmlItemPrefixWrappedArray :: !(Maybe [Int])
- xmlItemNamespaceString :: !(Maybe Text)
- xmlItemNamespaceNumber :: !(Maybe Double)
- xmlItemNamespaceInteger :: !(Maybe Int)
- xmlItemNamespaceBoolean :: !(Maybe Bool)
- xmlItemNamespaceArray :: !(Maybe [Int])
- xmlItemNamespaceWrappedArray :: !(Maybe [Int])
- xmlItemPrefixNsString :: !(Maybe Text)
- xmlItemPrefixNsNumber :: !(Maybe Double)
- xmlItemPrefixNsInteger :: !(Maybe Int)
- xmlItemPrefixNsBoolean :: !(Maybe Bool)
- xmlItemPrefixNsArray :: !(Maybe [Int])
- xmlItemPrefixNsWrappedArray :: !(Maybe [Int])
- mkXmlItem :: XmlItem
- data E'ArrayEnum
- fromE'ArrayEnum :: E'ArrayEnum -> Text
- toE'ArrayEnum :: Text -> Either String E'ArrayEnum
- data E'EnumFormString
- fromE'EnumFormString :: E'EnumFormString -> Text
- toE'EnumFormString :: Text -> Either String E'EnumFormString
- data E'EnumFormStringArray
- fromE'EnumFormStringArray :: E'EnumFormStringArray -> Text
- toE'EnumFormStringArray :: Text -> Either String E'EnumFormStringArray
- data E'EnumInteger
- fromE'EnumInteger :: E'EnumInteger -> Int
- toE'EnumInteger :: Int -> Either String E'EnumInteger
- data E'EnumNumber
- fromE'EnumNumber :: E'EnumNumber -> Double
- toE'EnumNumber :: Double -> Either String E'EnumNumber
- data E'EnumQueryInteger
- fromE'EnumQueryInteger :: E'EnumQueryInteger -> Int
- toE'EnumQueryInteger :: Int -> Either String E'EnumQueryInteger
- data E'EnumString
- fromE'EnumString :: E'EnumString -> Text
- toE'EnumString :: Text -> Either String E'EnumString
- data E'Inner
- fromE'Inner :: E'Inner -> Text
- toE'Inner :: Text -> Either String E'Inner
- data E'JustSymbol
- fromE'JustSymbol :: E'JustSymbol -> Text
- toE'JustSymbol :: Text -> Either String E'JustSymbol
- data E'Kind
- fromE'Kind :: E'Kind -> Text
- toE'Kind :: Text -> Either String E'Kind
- data E'Status
- fromE'Status :: E'Status -> Text
- toE'Status :: Text -> Either String E'Status
- data E'Status2
- fromE'Status2 :: E'Status2 -> Text
- toE'Status2 :: Text -> Either String E'Status2
- data EnumClass
- fromEnumClass :: EnumClass -> Text
- toEnumClass :: Text -> Either String EnumClass
- data OuterEnum
- fromOuterEnum :: OuterEnum -> Text
- toOuterEnum :: Text -> Either String OuterEnum
- data AuthOAuthPetstoreAuth = AuthOAuthPetstoreAuth Text
- data AuthApiKeyApiKey = AuthApiKeyApiKey Text
- data AuthApiKeyApiKeyQuery = AuthApiKeyApiKeyQuery Text
- data AuthBasicHttpBasicTest = AuthBasicHttpBasicTest ByteString ByteString
Parameter newtypes
AdditionalMetadata
newtype AdditionalMetadata Source #
Constructors
AdditionalMetadata | |
Fields |
Instances
ApiKey
Instances
Show ApiKey Source # | |
Eq ApiKey Source # | |
HasOptionalParam DeletePet ApiKey Source # | |
Defined in OpenAPIPetstore.API.Pet Methods applyOptionalParam :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest DeletePet contentType res accept -> ApiKey -> OpenAPIPetstoreRequest DeletePet contentType res accept Source # |
Body
Instances
ToJSON Body Source # | |
Defined in OpenAPIPetstore.Model Methods toEncoding :: Body -> Encoding toJSONList :: [Body] -> Value toEncodingList :: [Body] -> Encoding | |
Show Body Source # | |
Eq Body Source # | |
HasBodyParam CreateUsersWithArrayInput Body Source # | Body Param "body" - List of user object |
Defined in OpenAPIPetstore.API.User Methods setBodyParam :: (Consumes CreateUsersWithArrayInput contentType, MimeRender contentType Body) => OpenAPIPetstoreRequest CreateUsersWithArrayInput contentType res accept -> Body -> OpenAPIPetstoreRequest CreateUsersWithArrayInput contentType res accept Source # | |
HasBodyParam CreateUsersWithListInput Body Source # | Body Param "body" - List of user object |
Defined in OpenAPIPetstore.API.User Methods setBodyParam :: (Consumes CreateUsersWithListInput contentType, MimeRender contentType Body) => OpenAPIPetstoreRequest CreateUsersWithListInput contentType res accept -> Body -> OpenAPIPetstoreRequest CreateUsersWithListInput contentType res accept Source # |
BodyBool
Constructors
BodyBool | |
Fields
|
Instances
ToJSON BodyBool Source # | |
Defined in OpenAPIPetstore.Model Methods toEncoding :: BodyBool -> Encoding toJSONList :: [BodyBool] -> Value toEncodingList :: [BodyBool] -> Encoding | |
Show BodyBool Source # | |
Eq BodyBool Source # | |
HasBodyParam FakeOuterBooleanSerialize BodyBool Source # | Body Param "body" - Input boolean as post body |
Defined in OpenAPIPetstore.API.Fake Methods setBodyParam :: (Consumes FakeOuterBooleanSerialize contentType, MimeRender contentType BodyBool) => OpenAPIPetstoreRequest FakeOuterBooleanSerialize contentType res accept -> BodyBool -> OpenAPIPetstoreRequest FakeOuterBooleanSerialize contentType res accept Source # |
BodyDouble
newtype BodyDouble Source #
Constructors
BodyDouble | |
Fields |
Instances
ToJSON BodyDouble Source # | |
Defined in OpenAPIPetstore.Model Methods toJSON :: BodyDouble -> Value toEncoding :: BodyDouble -> Encoding toJSONList :: [BodyDouble] -> Value toEncodingList :: [BodyDouble] -> Encoding | |
Show BodyDouble Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> BodyDouble -> ShowS # show :: BodyDouble -> String # showList :: [BodyDouble] -> ShowS # | |
Eq BodyDouble Source # | |
Defined in OpenAPIPetstore.Model | |
HasBodyParam FakeOuterNumberSerialize BodyDouble Source # | Body Param "body" - Input number as post body |
Defined in OpenAPIPetstore.API.Fake Methods setBodyParam :: (Consumes FakeOuterNumberSerialize contentType, MimeRender contentType BodyDouble) => OpenAPIPetstoreRequest FakeOuterNumberSerialize contentType res accept -> BodyDouble -> OpenAPIPetstoreRequest FakeOuterNumberSerialize contentType res accept Source # |
BodyText
Constructors
BodyText | |
Fields
|
Instances
ToJSON BodyText Source # | |
Defined in OpenAPIPetstore.Model Methods toEncoding :: BodyText -> Encoding toJSONList :: [BodyText] -> Value toEncodingList :: [BodyText] -> Encoding | |
Show BodyText Source # | |
Eq BodyText Source # | |
HasBodyParam FakeOuterStringSerialize BodyText Source # | Body Param "body" - Input string as post body |
Defined in OpenAPIPetstore.API.Fake Methods setBodyParam :: (Consumes FakeOuterStringSerialize contentType, MimeRender contentType BodyText) => OpenAPIPetstoreRequest FakeOuterStringSerialize contentType res accept -> BodyText -> OpenAPIPetstoreRequest FakeOuterStringSerialize contentType res accept Source # |
BooleanGroup
newtype BooleanGroup Source #
Constructors
BooleanGroup | |
Fields |
Instances
Show BooleanGroup Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> BooleanGroup -> ShowS # show :: BooleanGroup -> String # showList :: [BooleanGroup] -> ShowS # | |
Eq BooleanGroup Source # | |
Defined in OpenAPIPetstore.Model | |
HasOptionalParam TestGroupParameters BooleanGroup Source # | Optional Param "boolean_group" - Boolean in group parameters |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestGroupParameters contentType res accept -> BooleanGroup -> OpenAPIPetstoreRequest TestGroupParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestGroupParameters contentType res accept -> BooleanGroup -> OpenAPIPetstoreRequest TestGroupParameters contentType res accept Source # |
Byte
Callback
Constructors
Callback | |
Fields
|
Instances
Show Callback Source # | |
Eq Callback Source # | |
HasOptionalParam TestEndpointParameters Callback Source # | Optional Param "callback" - None |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Callback -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Callback -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # |
Context
Instances
EnumFormString
newtype EnumFormString Source #
Constructors
EnumFormString | |
Fields |
Instances
Show EnumFormString Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> EnumFormString -> ShowS # show :: EnumFormString -> String # showList :: [EnumFormString] -> ShowS # | |
Eq EnumFormString Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: EnumFormString -> EnumFormString -> Bool # (/=) :: EnumFormString -> EnumFormString -> Bool # | |
HasOptionalParam TestEnumParameters EnumFormString Source # | Optional Param "enum_form_string" - Form parameter enum test (string) |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumFormString -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumFormString -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # |
EnumFormStringArray
newtype EnumFormStringArray Source #
Constructors
EnumFormStringArray | |
Fields |
Instances
Show EnumFormStringArray Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> EnumFormStringArray -> ShowS # show :: EnumFormStringArray -> String # showList :: [EnumFormStringArray] -> ShowS # | |
Eq EnumFormStringArray Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: EnumFormStringArray -> EnumFormStringArray -> Bool # (/=) :: EnumFormStringArray -> EnumFormStringArray -> Bool # | |
HasOptionalParam TestEnumParameters EnumFormStringArray Source # | Optional Param "enum_form_string_array" - Form parameter enum test (string array) |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumFormStringArray -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumFormStringArray -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # |
EnumHeaderString
newtype EnumHeaderString Source #
Constructors
EnumHeaderString | |
Fields |
Instances
Show EnumHeaderString Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> EnumHeaderString -> ShowS # show :: EnumHeaderString -> String # showList :: [EnumHeaderString] -> ShowS # | |
Eq EnumHeaderString Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: EnumHeaderString -> EnumHeaderString -> Bool # (/=) :: EnumHeaderString -> EnumHeaderString -> Bool # | |
HasOptionalParam TestEnumParameters EnumHeaderString Source # | Optional Param "enum_header_string" - Header parameter enum test (string) |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumHeaderString -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumHeaderString -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # |
EnumHeaderStringArray
newtype EnumHeaderStringArray Source #
Constructors
EnumHeaderStringArray | |
Fields |
Instances
Show EnumHeaderStringArray Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> EnumHeaderStringArray -> ShowS # show :: EnumHeaderStringArray -> String # showList :: [EnumHeaderStringArray] -> ShowS # | |
Eq EnumHeaderStringArray Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: EnumHeaderStringArray -> EnumHeaderStringArray -> Bool # (/=) :: EnumHeaderStringArray -> EnumHeaderStringArray -> Bool # | |
HasOptionalParam TestEnumParameters EnumHeaderStringArray Source # | Optional Param "enum_header_string_array" - Header parameter enum test (string array) |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumHeaderStringArray -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumHeaderStringArray -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # |
EnumQueryDouble
newtype EnumQueryDouble Source #
Constructors
EnumQueryDouble | |
Fields |
Instances
Show EnumQueryDouble Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> EnumQueryDouble -> ShowS # show :: EnumQueryDouble -> String # showList :: [EnumQueryDouble] -> ShowS # | |
Eq EnumQueryDouble Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: EnumQueryDouble -> EnumQueryDouble -> Bool # (/=) :: EnumQueryDouble -> EnumQueryDouble -> Bool # | |
HasOptionalParam TestEnumParameters EnumQueryDouble Source # | Optional Param "enum_query_double" - Query parameter enum test (double) |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumQueryDouble -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumQueryDouble -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # |
EnumQueryInteger
newtype EnumQueryInteger Source #
Constructors
EnumQueryInteger | |
Fields |
Instances
Show EnumQueryInteger Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> EnumQueryInteger -> ShowS # show :: EnumQueryInteger -> String # showList :: [EnumQueryInteger] -> ShowS # | |
Eq EnumQueryInteger Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: EnumQueryInteger -> EnumQueryInteger -> Bool # (/=) :: EnumQueryInteger -> EnumQueryInteger -> Bool # | |
HasOptionalParam TestEnumParameters EnumQueryInteger Source # | Optional Param "enum_query_integer" - Query parameter enum test (double) |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumQueryInteger -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumQueryInteger -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # |
EnumQueryString
newtype EnumQueryString Source #
Constructors
EnumQueryString | |
Fields |
Instances
Show EnumQueryString Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> EnumQueryString -> ShowS # show :: EnumQueryString -> String # showList :: [EnumQueryString] -> ShowS # | |
Eq EnumQueryString Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: EnumQueryString -> EnumQueryString -> Bool # (/=) :: EnumQueryString -> EnumQueryString -> Bool # | |
HasOptionalParam TestEnumParameters EnumQueryString Source # | Optional Param "enum_query_string" - Query parameter enum test (string) |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumQueryString -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumQueryString -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # |
EnumQueryStringArray
newtype EnumQueryStringArray Source #
Constructors
EnumQueryStringArray | |
Fields |
Instances
Show EnumQueryStringArray Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> EnumQueryStringArray -> ShowS # show :: EnumQueryStringArray -> String # showList :: [EnumQueryStringArray] -> ShowS # | |
Eq EnumQueryStringArray Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: EnumQueryStringArray -> EnumQueryStringArray -> Bool # (/=) :: EnumQueryStringArray -> EnumQueryStringArray -> Bool # | |
HasOptionalParam TestEnumParameters EnumQueryStringArray Source # | Optional Param "enum_query_string_array" - Query parameter enum test (string array) |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumQueryStringArray -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEnumParameters contentType res accept -> EnumQueryStringArray -> OpenAPIPetstoreRequest TestEnumParameters contentType res accept Source # |
File2
Instances
Show File2 Source # | |
Eq File2 Source # | |
HasOptionalParam UploadFile File2 Source # | Optional Param "file" - file to upload |
Defined in OpenAPIPetstore.API.Pet Methods applyOptionalParam :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest UploadFile contentType res accept -> File2 -> OpenAPIPetstoreRequest UploadFile contentType res accept Source # |
Http
Int32
Instances
Show Int32 Source # | |
Eq Int32 Source # | |
HasOptionalParam TestEndpointParameters Int32 Source # | Optional Param "int32" - None |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Int32 -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Int32 -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # |
Int64
Instances
Show Int64 Source # | |
Eq Int64 Source # | |
HasOptionalParam TestEndpointParameters Int64 Source # | Optional Param "int64" - None |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Int64 -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Int64 -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # |
Int64Group
newtype Int64Group Source #
Constructors
Int64Group | |
Fields |
Instances
Show Int64Group Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> Int64Group -> ShowS # show :: Int64Group -> String # showList :: [Int64Group] -> ShowS # | |
Eq Int64Group Source # | |
Defined in OpenAPIPetstore.Model | |
HasOptionalParam TestGroupParameters Int64Group Source # | Optional Param "int64_group" - Integer in group parameters |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestGroupParameters contentType res accept -> Int64Group -> OpenAPIPetstoreRequest TestGroupParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestGroupParameters contentType res accept -> Int64Group -> OpenAPIPetstoreRequest TestGroupParameters contentType res accept Source # |
Ioutil
Name2
Instances
Show Name2 Source # | |
Eq Name2 Source # | |
HasOptionalParam UpdatePetWithForm Name2 Source # | Optional Param "name" - Updated name of the pet |
Defined in OpenAPIPetstore.API.Pet Methods applyOptionalParam :: OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -> Name2 -> OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -> Name2 -> OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept Source # |
Number
OrderId
Instances
OrderIdText
newtype OrderIdText Source #
Constructors
OrderIdText | |
Fields |
Instances
Show OrderIdText Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> OrderIdText -> ShowS # show :: OrderIdText -> String # showList :: [OrderIdText] -> ShowS # | |
Eq OrderIdText Source # | |
Defined in OpenAPIPetstore.Model |
Param
Param2
ParamBinary
newtype ParamBinary Source #
Constructors
ParamBinary | |
Fields |
Instances
Show ParamBinary Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> ParamBinary -> ShowS # show :: ParamBinary -> String # showList :: [ParamBinary] -> ShowS # | |
Eq ParamBinary Source # | |
Defined in OpenAPIPetstore.Model | |
HasOptionalParam TestEndpointParameters ParamBinary Source # | Optional Param "binary" - None |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamBinary -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamBinary -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # |
ParamDate
Constructors
ParamDate | |
Fields
|
Instances
Show ParamDate Source # | |
Eq ParamDate Source # | |
HasOptionalParam TestEndpointParameters ParamDate Source # | Optional Param "date" - None |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamDate -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamDate -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # |
ParamDateTime
newtype ParamDateTime Source #
Constructors
ParamDateTime | |
Fields |
Instances
Show ParamDateTime Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> ParamDateTime -> ShowS # show :: ParamDateTime -> String # showList :: [ParamDateTime] -> ShowS # | |
Eq ParamDateTime Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: ParamDateTime -> ParamDateTime -> Bool # (/=) :: ParamDateTime -> ParamDateTime -> Bool # | |
HasOptionalParam TestEndpointParameters ParamDateTime Source # | Optional Param "dateTime" - None |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamDateTime -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamDateTime -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # |
ParamDouble
newtype ParamDouble Source #
Constructors
ParamDouble | |
Fields |
Instances
Show ParamDouble Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> ParamDouble -> ShowS # show :: ParamDouble -> String # showList :: [ParamDouble] -> ShowS # | |
Eq ParamDouble Source # | |
Defined in OpenAPIPetstore.Model |
ParamFloat
newtype ParamFloat Source #
Constructors
ParamFloat | |
Fields |
Instances
Show ParamFloat Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> ParamFloat -> ShowS # show :: ParamFloat -> String # showList :: [ParamFloat] -> ShowS # | |
Eq ParamFloat Source # | |
Defined in OpenAPIPetstore.Model | |
HasOptionalParam TestEndpointParameters ParamFloat Source # | Optional Param "float" - None |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamFloat -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamFloat -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # |
ParamInteger
newtype ParamInteger Source #
Constructors
ParamInteger | |
Fields |
Instances
Show ParamInteger Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> ParamInteger -> ShowS # show :: ParamInteger -> String # showList :: [ParamInteger] -> ShowS # | |
Eq ParamInteger Source # | |
Defined in OpenAPIPetstore.Model | |
HasOptionalParam TestEndpointParameters ParamInteger Source # | Optional Param "integer" - None |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamInteger -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamInteger -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # |
ParamMapMapStringText
newtype ParamMapMapStringText Source #
Constructors
ParamMapMapStringText | |
Fields |
Instances
ParamString
newtype ParamString Source #
Constructors
ParamString | |
Fields |
Instances
Show ParamString Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> ParamString -> ShowS # show :: ParamString -> String # showList :: [ParamString] -> ShowS # | |
Eq ParamString Source # | |
Defined in OpenAPIPetstore.Model | |
HasOptionalParam TestEndpointParameters ParamString Source # | Optional Param "string" - None |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamString -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> ParamString -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # |
Password
Constructors
Password | |
Fields
|
Instances
Show Password Source # | |
Eq Password Source # | |
HasOptionalParam TestEndpointParameters Password Source # | Optional Param "password" - None |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Password -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestEndpointParameters contentType res accept -> Password -> OpenAPIPetstoreRequest TestEndpointParameters contentType res accept Source # |
PatternWithoutDelimiter
newtype PatternWithoutDelimiter Source #
Constructors
PatternWithoutDelimiter | |
Fields |
Instances
Show PatternWithoutDelimiter Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> PatternWithoutDelimiter -> ShowS # show :: PatternWithoutDelimiter -> String # showList :: [PatternWithoutDelimiter] -> ShowS # | |
Eq PatternWithoutDelimiter Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: PatternWithoutDelimiter -> PatternWithoutDelimiter -> Bool # (/=) :: PatternWithoutDelimiter -> PatternWithoutDelimiter -> Bool # |
PetId
Pipe
Query
RequiredBooleanGroup
newtype RequiredBooleanGroup Source #
Constructors
RequiredBooleanGroup | |
Fields |
Instances
Show RequiredBooleanGroup Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> RequiredBooleanGroup -> ShowS # show :: RequiredBooleanGroup -> String # showList :: [RequiredBooleanGroup] -> ShowS # | |
Eq RequiredBooleanGroup Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: RequiredBooleanGroup -> RequiredBooleanGroup -> Bool # (/=) :: RequiredBooleanGroup -> RequiredBooleanGroup -> Bool # |
RequiredFile
newtype RequiredFile Source #
Constructors
RequiredFile | |
Fields |
Instances
Show RequiredFile Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> RequiredFile -> ShowS # show :: RequiredFile -> String # showList :: [RequiredFile] -> ShowS # | |
Eq RequiredFile Source # | |
Defined in OpenAPIPetstore.Model |
RequiredInt64Group
newtype RequiredInt64Group Source #
Constructors
RequiredInt64Group | |
Fields |
Instances
Show RequiredInt64Group Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> RequiredInt64Group -> ShowS # show :: RequiredInt64Group -> String # showList :: [RequiredInt64Group] -> ShowS # | |
Eq RequiredInt64Group Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: RequiredInt64Group -> RequiredInt64Group -> Bool # (/=) :: RequiredInt64Group -> RequiredInt64Group -> Bool # |
RequiredStringGroup
newtype RequiredStringGroup Source #
Constructors
RequiredStringGroup | |
Fields |
Instances
Show RequiredStringGroup Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> RequiredStringGroup -> ShowS # show :: RequiredStringGroup -> String # showList :: [RequiredStringGroup] -> ShowS # | |
Eq RequiredStringGroup Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: RequiredStringGroup -> RequiredStringGroup -> Bool # (/=) :: RequiredStringGroup -> RequiredStringGroup -> Bool # |
Status
StatusText
newtype StatusText Source #
Constructors
StatusText | |
Fields
|
Instances
Show StatusText Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> StatusText -> ShowS # show :: StatusText -> String # showList :: [StatusText] -> ShowS # | |
Eq StatusText Source # | |
Defined in OpenAPIPetstore.Model | |
HasOptionalParam UpdatePetWithForm StatusText Source # | Optional Param "status" - Updated status of the pet |
Defined in OpenAPIPetstore.API.Pet Methods applyOptionalParam :: OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -> StatusText -> OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept -> StatusText -> OpenAPIPetstoreRequest UpdatePetWithForm contentType res accept Source # |
StringGroup
newtype StringGroup Source #
Constructors
StringGroup | |
Fields
|
Instances
Show StringGroup Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> StringGroup -> ShowS # show :: StringGroup -> String # showList :: [StringGroup] -> ShowS # | |
Eq StringGroup Source # | |
Defined in OpenAPIPetstore.Model | |
HasOptionalParam TestGroupParameters StringGroup Source # | Optional Param "string_group" - String in group parameters |
Defined in OpenAPIPetstore.API.Fake Methods applyOptionalParam :: OpenAPIPetstoreRequest TestGroupParameters contentType res accept -> StringGroup -> OpenAPIPetstoreRequest TestGroupParameters contentType res accept Source # (-&-) :: OpenAPIPetstoreRequest TestGroupParameters contentType res accept -> StringGroup -> OpenAPIPetstoreRequest TestGroupParameters contentType res accept Source # |
Tags
Url
Username
Models
AdditionalPropertiesAnyType
data AdditionalPropertiesAnyType Source #
AdditionalPropertiesAnyType
Constructors
AdditionalPropertiesAnyType | |
Fields
|
Instances
mkAdditionalPropertiesAnyType :: AdditionalPropertiesAnyType Source #
Construct a value of type AdditionalPropertiesAnyType
(by applying it's required fields, if any)
AdditionalPropertiesArray
data AdditionalPropertiesArray Source #
AdditionalPropertiesArray
Constructors
AdditionalPropertiesArray | |
Fields
|
Instances
mkAdditionalPropertiesArray :: AdditionalPropertiesArray Source #
Construct a value of type AdditionalPropertiesArray
(by applying it's required fields, if any)
AdditionalPropertiesBoolean
data AdditionalPropertiesBoolean Source #
AdditionalPropertiesBoolean
Constructors
AdditionalPropertiesBoolean | |
Fields
|
Instances
mkAdditionalPropertiesBoolean :: AdditionalPropertiesBoolean Source #
Construct a value of type AdditionalPropertiesBoolean
(by applying it's required fields, if any)
AdditionalPropertiesClass
data AdditionalPropertiesClass Source #
AdditionalPropertiesClass
Constructors
AdditionalPropertiesClass | |
Fields
|
Instances
mkAdditionalPropertiesClass :: AdditionalPropertiesClass Source #
Construct a value of type AdditionalPropertiesClass
(by applying it's required fields, if any)
AdditionalPropertiesInteger
data AdditionalPropertiesInteger Source #
AdditionalPropertiesInteger
Constructors
AdditionalPropertiesInteger | |
Fields
|
Instances
mkAdditionalPropertiesInteger :: AdditionalPropertiesInteger Source #
Construct a value of type AdditionalPropertiesInteger
(by applying it's required fields, if any)
AdditionalPropertiesNumber
data AdditionalPropertiesNumber Source #
AdditionalPropertiesNumber
Constructors
AdditionalPropertiesNumber | |
Fields
|
Instances
mkAdditionalPropertiesNumber :: AdditionalPropertiesNumber Source #
Construct a value of type AdditionalPropertiesNumber
(by applying it's required fields, if any)
AdditionalPropertiesObject
data AdditionalPropertiesObject Source #
AdditionalPropertiesObject
Constructors
AdditionalPropertiesObject | |
Fields
|
Instances
mkAdditionalPropertiesObject :: AdditionalPropertiesObject Source #
Construct a value of type AdditionalPropertiesObject
(by applying it's required fields, if any)
AdditionalPropertiesString
data AdditionalPropertiesString Source #
AdditionalPropertiesString
Constructors
AdditionalPropertiesString | |
Fields
|
Instances
mkAdditionalPropertiesString :: AdditionalPropertiesString Source #
Construct a value of type AdditionalPropertiesString
(by applying it's required fields, if any)
Animal
Animal
Constructors
Animal | |
Fields
|
Instances
FromJSON Animal Source # | FromJSON Animal |
Defined in OpenAPIPetstore.Model | |
ToJSON Animal Source # | ToJSON Animal |
Defined in OpenAPIPetstore.Model Methods toEncoding :: Animal -> Encoding toJSONList :: [Animal] -> Value toEncodingList :: [Animal] -> Encoding | |
Show Animal Source # | |
Eq Animal Source # | |
Construct a value of type Animal
(by applying it's required fields, if any)
ApiResponse
data ApiResponse Source #
ApiResponse
Constructors
ApiResponse | |
Fields
|
Instances
FromJSON ApiResponse Source # | FromJSON ApiResponse |
Defined in OpenAPIPetstore.Model | |
ToJSON ApiResponse Source # | ToJSON ApiResponse |
Defined in OpenAPIPetstore.Model Methods toJSON :: ApiResponse -> Value toEncoding :: ApiResponse -> Encoding toJSONList :: [ApiResponse] -> Value toEncodingList :: [ApiResponse] -> Encoding | |
Show ApiResponse Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> ApiResponse -> ShowS # show :: ApiResponse -> String # showList :: [ApiResponse] -> ShowS # | |
Eq ApiResponse Source # | |
Defined in OpenAPIPetstore.Model |
mkApiResponse :: ApiResponse Source #
Construct a value of type ApiResponse
(by applying it's required fields, if any)
ArrayOfArrayOfNumberOnly
data ArrayOfArrayOfNumberOnly Source #
ArrayOfArrayOfNumberOnly
Constructors
ArrayOfArrayOfNumberOnly | |
Fields |
Instances
FromJSON ArrayOfArrayOfNumberOnly Source # | FromJSON ArrayOfArrayOfNumberOnly |
Defined in OpenAPIPetstore.Model Methods parseJSON :: Value -> Parser ArrayOfArrayOfNumberOnly parseJSONList :: Value -> Parser [ArrayOfArrayOfNumberOnly] | |
ToJSON ArrayOfArrayOfNumberOnly Source # | ToJSON ArrayOfArrayOfNumberOnly |
Defined in OpenAPIPetstore.Model Methods toJSON :: ArrayOfArrayOfNumberOnly -> Value toEncoding :: ArrayOfArrayOfNumberOnly -> Encoding toJSONList :: [ArrayOfArrayOfNumberOnly] -> Value toEncodingList :: [ArrayOfArrayOfNumberOnly] -> Encoding | |
Show ArrayOfArrayOfNumberOnly Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> ArrayOfArrayOfNumberOnly -> ShowS # show :: ArrayOfArrayOfNumberOnly -> String # showList :: [ArrayOfArrayOfNumberOnly] -> ShowS # | |
Eq ArrayOfArrayOfNumberOnly Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: ArrayOfArrayOfNumberOnly -> ArrayOfArrayOfNumberOnly -> Bool # (/=) :: ArrayOfArrayOfNumberOnly -> ArrayOfArrayOfNumberOnly -> Bool # |
mkArrayOfArrayOfNumberOnly :: ArrayOfArrayOfNumberOnly Source #
Construct a value of type ArrayOfArrayOfNumberOnly
(by applying it's required fields, if any)
ArrayOfNumberOnly
data ArrayOfNumberOnly Source #
ArrayOfNumberOnly
Constructors
ArrayOfNumberOnly | |
Fields
|
Instances
FromJSON ArrayOfNumberOnly Source # | FromJSON ArrayOfNumberOnly |
Defined in OpenAPIPetstore.Model Methods parseJSON :: Value -> Parser ArrayOfNumberOnly parseJSONList :: Value -> Parser [ArrayOfNumberOnly] | |
ToJSON ArrayOfNumberOnly Source # | ToJSON ArrayOfNumberOnly |
Defined in OpenAPIPetstore.Model Methods toJSON :: ArrayOfNumberOnly -> Value toEncoding :: ArrayOfNumberOnly -> Encoding toJSONList :: [ArrayOfNumberOnly] -> Value toEncodingList :: [ArrayOfNumberOnly] -> Encoding | |
Show ArrayOfNumberOnly Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> ArrayOfNumberOnly -> ShowS # show :: ArrayOfNumberOnly -> String # showList :: [ArrayOfNumberOnly] -> ShowS # | |
Eq ArrayOfNumberOnly Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: ArrayOfNumberOnly -> ArrayOfNumberOnly -> Bool # (/=) :: ArrayOfNumberOnly -> ArrayOfNumberOnly -> Bool # |
mkArrayOfNumberOnly :: ArrayOfNumberOnly Source #
Construct a value of type ArrayOfNumberOnly
(by applying it's required fields, if any)
ArrayTest
ArrayTest
Constructors
ArrayTest | |
Fields
|
Instances
FromJSON ArrayTest Source # | FromJSON ArrayTest |
Defined in OpenAPIPetstore.Model | |
ToJSON ArrayTest Source # | ToJSON ArrayTest |
Defined in OpenAPIPetstore.Model Methods toEncoding :: ArrayTest -> Encoding toJSONList :: [ArrayTest] -> Value toEncodingList :: [ArrayTest] -> Encoding | |
Show ArrayTest Source # | |
Eq ArrayTest Source # | |
mkArrayTest :: ArrayTest Source #
Construct a value of type ArrayTest
(by applying it's required fields, if any)
BigCat
BigCat
Constructors
BigCat | |
Fields
|
Instances
FromJSON BigCat Source # | FromJSON BigCat |
Defined in OpenAPIPetstore.Model | |
ToJSON BigCat Source # | ToJSON BigCat |
Defined in OpenAPIPetstore.Model Methods toEncoding :: BigCat -> Encoding toJSONList :: [BigCat] -> Value toEncodingList :: [BigCat] -> Encoding | |
Show BigCat Source # | |
Eq BigCat Source # | |
Construct a value of type BigCat
(by applying it's required fields, if any)
Capitalization
data Capitalization Source #
Capitalization
Constructors
Capitalization | |
Fields
|
Instances
FromJSON Capitalization Source # | FromJSON Capitalization |
Defined in OpenAPIPetstore.Model | |
ToJSON Capitalization Source # | ToJSON Capitalization |
Defined in OpenAPIPetstore.Model Methods toJSON :: Capitalization -> Value toEncoding :: Capitalization -> Encoding toJSONList :: [Capitalization] -> Value toEncodingList :: [Capitalization] -> Encoding | |
Show Capitalization Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> Capitalization -> ShowS # show :: Capitalization -> String # showList :: [Capitalization] -> ShowS # | |
Eq Capitalization Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: Capitalization -> Capitalization -> Bool # (/=) :: Capitalization -> Capitalization -> Bool # |
mkCapitalization :: Capitalization Source #
Construct a value of type Capitalization
(by applying it's required fields, if any)
Cat
Cat
Constructors
Cat | |
Fields
|
Instances
FromJSON Cat Source # | FromJSON Cat |
Defined in OpenAPIPetstore.Model | |
ToJSON Cat Source # | ToJSON Cat |
Defined in OpenAPIPetstore.Model | |
Show Cat Source # | |
Eq Cat Source # | |
Category
Category
Constructors
Category | |
Fields
|
Instances
FromJSON Category Source # | FromJSON Category |
Defined in OpenAPIPetstore.Model | |
ToJSON Category Source # | ToJSON Category |
Defined in OpenAPIPetstore.Model Methods toEncoding :: Category -> Encoding toJSONList :: [Category] -> Value toEncodingList :: [Category] -> Encoding | |
Show Category Source # | |
Eq Category Source # | |
Construct a value of type Category
(by applying it's required fields, if any)
ClassModel
data ClassModel Source #
ClassModel Model for testing model with "_class" property
Constructors
ClassModel | |
Fields
|
Instances
FromJSON ClassModel Source # | FromJSON ClassModel |
Defined in OpenAPIPetstore.Model | |
ToJSON ClassModel Source # | ToJSON ClassModel |
Defined in OpenAPIPetstore.Model Methods toJSON :: ClassModel -> Value toEncoding :: ClassModel -> Encoding toJSONList :: [ClassModel] -> Value toEncodingList :: [ClassModel] -> Encoding | |
Show ClassModel Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> ClassModel -> ShowS # show :: ClassModel -> String # showList :: [ClassModel] -> ShowS # | |
Eq ClassModel Source # | |
Defined in OpenAPIPetstore.Model |
mkClassModel :: ClassModel Source #
Construct a value of type ClassModel
(by applying it's required fields, if any)
Client
Client
Constructors
Client | |
Fields
|
Instances
Construct a value of type Client
(by applying it's required fields, if any)
Dog
Dog
Constructors
Dog | |
Instances
FromJSON Dog Source # | FromJSON Dog |
Defined in OpenAPIPetstore.Model | |
ToJSON Dog Source # | ToJSON Dog |
Defined in OpenAPIPetstore.Model | |
Show Dog Source # | |
Eq Dog Source # | |
EnumArrays
data EnumArrays Source #
EnumArrays
Constructors
EnumArrays | |
Fields
|
Instances
FromJSON EnumArrays Source # | FromJSON EnumArrays |
Defined in OpenAPIPetstore.Model | |
ToJSON EnumArrays Source # | ToJSON EnumArrays |
Defined in OpenAPIPetstore.Model Methods toJSON :: EnumArrays -> Value toEncoding :: EnumArrays -> Encoding toJSONList :: [EnumArrays] -> Value toEncodingList :: [EnumArrays] -> Encoding | |
Show EnumArrays Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> EnumArrays -> ShowS # show :: EnumArrays -> String # showList :: [EnumArrays] -> ShowS # | |
Eq EnumArrays Source # | |
Defined in OpenAPIPetstore.Model |
mkEnumArrays :: EnumArrays Source #
Construct a value of type EnumArrays
(by applying it's required fields, if any)
EnumTest
EnumTest
Constructors
EnumTest | |
Fields
|
Instances
FromJSON EnumTest Source # | FromJSON EnumTest |
Defined in OpenAPIPetstore.Model | |
ToJSON EnumTest Source # | ToJSON EnumTest |
Defined in OpenAPIPetstore.Model Methods toEncoding :: EnumTest -> Encoding toJSONList :: [EnumTest] -> Value toEncodingList :: [EnumTest] -> Encoding | |
Show EnumTest Source # | |
Eq EnumTest Source # | |
Arguments
:: E'EnumString | |
-> EnumTest |
Construct a value of type EnumTest
(by applying it's required fields, if any)
File
File
Must be named File
for test.
Constructors
File | |
Fields
|
Instances
FromJSON File Source # | FromJSON File |
Defined in OpenAPIPetstore.Model | |
ToJSON File Source # | ToJSON File |
Defined in OpenAPIPetstore.Model Methods toEncoding :: File -> Encoding toJSONList :: [File] -> Value toEncodingList :: [File] -> Encoding | |
Show File Source # | |
Eq File Source # | |
FileSchemaTestClass
data FileSchemaTestClass Source #
FileSchemaTestClass
Constructors
FileSchemaTestClass | |
Fields
|
Instances
mkFileSchemaTestClass :: FileSchemaTestClass Source #
Construct a value of type FileSchemaTestClass
(by applying it's required fields, if any)
FormatTest
data FormatTest Source #
FormatTest
Constructors
FormatTest | |
Fields
|
Instances
FromJSON FormatTest Source # | FromJSON FormatTest |
Defined in OpenAPIPetstore.Model | |
ToJSON FormatTest Source # | ToJSON FormatTest |
Defined in OpenAPIPetstore.Model Methods toJSON :: FormatTest -> Value toEncoding :: FormatTest -> Encoding toJSONList :: [FormatTest] -> Value toEncodingList :: [FormatTest] -> Encoding | |
Show FormatTest Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> FormatTest -> ShowS # show :: FormatTest -> String # showList :: [FormatTest] -> ShowS # | |
Eq FormatTest Source # | |
Defined in OpenAPIPetstore.Model |
Arguments
:: Double | |
-> ByteArray | |
-> Date | |
-> Text | |
-> FormatTest |
Construct a value of type FormatTest
(by applying it's required fields, if any)
HasOnlyReadOnly
data HasOnlyReadOnly Source #
HasOnlyReadOnly
Constructors
HasOnlyReadOnly | |
Fields
|
Instances
FromJSON HasOnlyReadOnly Source # | FromJSON HasOnlyReadOnly |
Defined in OpenAPIPetstore.Model Methods parseJSON :: Value -> Parser HasOnlyReadOnly parseJSONList :: Value -> Parser [HasOnlyReadOnly] | |
ToJSON HasOnlyReadOnly Source # | ToJSON HasOnlyReadOnly |
Defined in OpenAPIPetstore.Model Methods toJSON :: HasOnlyReadOnly -> Value toEncoding :: HasOnlyReadOnly -> Encoding toJSONList :: [HasOnlyReadOnly] -> Value toEncodingList :: [HasOnlyReadOnly] -> Encoding | |
Show HasOnlyReadOnly Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> HasOnlyReadOnly -> ShowS # show :: HasOnlyReadOnly -> String # showList :: [HasOnlyReadOnly] -> ShowS # | |
Eq HasOnlyReadOnly Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: HasOnlyReadOnly -> HasOnlyReadOnly -> Bool # (/=) :: HasOnlyReadOnly -> HasOnlyReadOnly -> Bool # |
mkHasOnlyReadOnly :: HasOnlyReadOnly Source #
Construct a value of type HasOnlyReadOnly
(by applying it's required fields, if any)
MapTest
MapTest
Constructors
MapTest | |
Instances
FromJSON MapTest Source # | FromJSON MapTest |
Defined in OpenAPIPetstore.Model | |
ToJSON MapTest Source # | ToJSON MapTest |
Defined in OpenAPIPetstore.Model Methods toEncoding :: MapTest -> Encoding toJSONList :: [MapTest] -> Value toEncodingList :: [MapTest] -> Encoding | |
Show MapTest Source # | |
Eq MapTest Source # | |
Construct a value of type MapTest
(by applying it's required fields, if any)
MixedPropertiesAndAdditionalPropertiesClass
data MixedPropertiesAndAdditionalPropertiesClass Source #
MixedPropertiesAndAdditionalPropertiesClass
Constructors
Instances
FromJSON MixedPropertiesAndAdditionalPropertiesClass Source # | FromJSON MixedPropertiesAndAdditionalPropertiesClass |
Defined in OpenAPIPetstore.Model Methods parseJSON :: Value -> Parser MixedPropertiesAndAdditionalPropertiesClass parseJSONList :: Value -> Parser [MixedPropertiesAndAdditionalPropertiesClass] | |
ToJSON MixedPropertiesAndAdditionalPropertiesClass Source # | ToJSON MixedPropertiesAndAdditionalPropertiesClass |
Defined in OpenAPIPetstore.Model Methods toJSON :: MixedPropertiesAndAdditionalPropertiesClass -> Value toEncoding :: MixedPropertiesAndAdditionalPropertiesClass -> Encoding toJSONList :: [MixedPropertiesAndAdditionalPropertiesClass] -> Value toEncodingList :: [MixedPropertiesAndAdditionalPropertiesClass] -> Encoding | |
Show MixedPropertiesAndAdditionalPropertiesClass Source # | |
Defined in OpenAPIPetstore.Model | |
Eq MixedPropertiesAndAdditionalPropertiesClass Source # | |
mkMixedPropertiesAndAdditionalPropertiesClass :: MixedPropertiesAndAdditionalPropertiesClass Source #
Construct a value of type MixedPropertiesAndAdditionalPropertiesClass
(by applying it's required fields, if any)
Model200Response
data Model200Response Source #
Model200Response Model for testing model name starting with number
Constructors
Model200Response | |
Fields
|
Instances
FromJSON Model200Response Source # | FromJSON Model200Response |
Defined in OpenAPIPetstore.Model Methods parseJSON :: Value -> Parser Model200Response parseJSONList :: Value -> Parser [Model200Response] | |
ToJSON Model200Response Source # | ToJSON Model200Response |
Defined in OpenAPIPetstore.Model Methods toJSON :: Model200Response -> Value toEncoding :: Model200Response -> Encoding toJSONList :: [Model200Response] -> Value toEncodingList :: [Model200Response] -> Encoding | |
Show Model200Response Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> Model200Response -> ShowS # show :: Model200Response -> String # showList :: [Model200Response] -> ShowS # | |
Eq Model200Response Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: Model200Response -> Model200Response -> Bool # (/=) :: Model200Response -> Model200Response -> Bool # |
mkModel200Response :: Model200Response Source #
Construct a value of type Model200Response
(by applying it's required fields, if any)
ModelList
ModelList
Constructors
ModelList | |
Fields
|
Instances
FromJSON ModelList Source # | FromJSON ModelList |
Defined in OpenAPIPetstore.Model | |
ToJSON ModelList Source # | ToJSON ModelList |
Defined in OpenAPIPetstore.Model Methods toEncoding :: ModelList -> Encoding toJSONList :: [ModelList] -> Value toEncodingList :: [ModelList] -> Encoding | |
Show ModelList Source # | |
Eq ModelList Source # | |
mkModelList :: ModelList Source #
Construct a value of type ModelList
(by applying it's required fields, if any)
ModelReturn
data ModelReturn Source #
ModelReturn Model for testing reserved words
Constructors
ModelReturn | |
Fields
|
Instances
FromJSON ModelReturn Source # | FromJSON ModelReturn |
Defined in OpenAPIPetstore.Model | |
ToJSON ModelReturn Source # | ToJSON ModelReturn |
Defined in OpenAPIPetstore.Model Methods toJSON :: ModelReturn -> Value toEncoding :: ModelReturn -> Encoding toJSONList :: [ModelReturn] -> Value toEncodingList :: [ModelReturn] -> Encoding | |
Show ModelReturn Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> ModelReturn -> ShowS # show :: ModelReturn -> String # showList :: [ModelReturn] -> ShowS # | |
Eq ModelReturn Source # | |
Defined in OpenAPIPetstore.Model |
mkModelReturn :: ModelReturn Source #
Construct a value of type ModelReturn
(by applying it's required fields, if any)
Name
Name Model for testing model name same as property name
Constructors
Name | |
Fields
|
Instances
FromJSON Name Source # | FromJSON Name |
Defined in OpenAPIPetstore.Model | |
ToJSON Name Source # | ToJSON Name |
Defined in OpenAPIPetstore.Model Methods toEncoding :: Name -> Encoding toJSONList :: [Name] -> Value toEncodingList :: [Name] -> Encoding | |
Show Name Source # | |
Eq Name Source # | |
Construct a value of type Name
(by applying it's required fields, if any)
NumberOnly
data NumberOnly Source #
NumberOnly
Constructors
NumberOnly | |
Fields
|
Instances
FromJSON NumberOnly Source # | FromJSON NumberOnly |
Defined in OpenAPIPetstore.Model | |
ToJSON NumberOnly Source # | ToJSON NumberOnly |
Defined in OpenAPIPetstore.Model Methods toJSON :: NumberOnly -> Value toEncoding :: NumberOnly -> Encoding toJSONList :: [NumberOnly] -> Value toEncodingList :: [NumberOnly] -> Encoding | |
Show NumberOnly Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> NumberOnly -> ShowS # show :: NumberOnly -> String # showList :: [NumberOnly] -> ShowS # | |
Eq NumberOnly Source # | |
Defined in OpenAPIPetstore.Model |
mkNumberOnly :: NumberOnly Source #
Construct a value of type NumberOnly
(by applying it's required fields, if any)
Order
Order
Constructors
Order | |
Fields
|
Instances
FromJSON Order Source # | FromJSON Order |
Defined in OpenAPIPetstore.Model | |
ToJSON Order Source # | ToJSON Order |
Defined in OpenAPIPetstore.Model Methods toEncoding :: Order -> Encoding toJSONList :: [Order] -> Value toEncodingList :: [Order] -> Encoding | |
Show Order Source # | |
Eq Order Source # | |
HasBodyParam PlaceOrder Order Source # | Body Param "body" - order placed for purchasing the pet |
Defined in OpenAPIPetstore.API.Store Methods setBodyParam :: (Consumes PlaceOrder contentType, MimeRender contentType Order) => OpenAPIPetstoreRequest PlaceOrder contentType res accept -> Order -> OpenAPIPetstoreRequest PlaceOrder contentType res accept Source # |
OuterComposite
data OuterComposite Source #
OuterComposite
Constructors
OuterComposite | |
Fields
|
Instances
mkOuterComposite :: OuterComposite Source #
Construct a value of type OuterComposite
(by applying it's required fields, if any)
Pet
Pet
Constructors
Pet | |
Instances
FromJSON Pet Source # | FromJSON Pet |
Defined in OpenAPIPetstore.Model | |
ToJSON Pet Source # | ToJSON Pet |
Defined in OpenAPIPetstore.Model | |
Show Pet Source # | |
Eq Pet Source # | |
HasBodyParam AddPet Pet Source # | Body Param "body" - Pet object that needs to be added to the store |
Defined in OpenAPIPetstore.API.Pet Methods setBodyParam :: (Consumes AddPet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest AddPet contentType res accept -> Pet -> OpenAPIPetstoreRequest AddPet contentType res accept Source # | |
HasBodyParam UpdatePet Pet Source # | Body Param "body" - Pet object that needs to be added to the store |
Defined in OpenAPIPetstore.API.Pet Methods setBodyParam :: (Consumes UpdatePet contentType, MimeRender contentType Pet) => OpenAPIPetstoreRequest UpdatePet contentType res accept -> Pet -> OpenAPIPetstoreRequest UpdatePet contentType res accept Source # |
Construct a value of type Pet
(by applying it's required fields, if any)
ReadOnlyFirst
data ReadOnlyFirst Source #
ReadOnlyFirst
Constructors
ReadOnlyFirst | |
Fields
|
Instances
FromJSON ReadOnlyFirst Source # | FromJSON ReadOnlyFirst |
Defined in OpenAPIPetstore.Model | |
ToJSON ReadOnlyFirst Source # | ToJSON ReadOnlyFirst |
Defined in OpenAPIPetstore.Model Methods toJSON :: ReadOnlyFirst -> Value toEncoding :: ReadOnlyFirst -> Encoding toJSONList :: [ReadOnlyFirst] -> Value toEncodingList :: [ReadOnlyFirst] -> Encoding | |
Show ReadOnlyFirst Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> ReadOnlyFirst -> ShowS # show :: ReadOnlyFirst -> String # showList :: [ReadOnlyFirst] -> ShowS # | |
Eq ReadOnlyFirst Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: ReadOnlyFirst -> ReadOnlyFirst -> Bool # (/=) :: ReadOnlyFirst -> ReadOnlyFirst -> Bool # |
mkReadOnlyFirst :: ReadOnlyFirst Source #
Construct a value of type ReadOnlyFirst
(by applying it's required fields, if any)
SpecialModelName
data SpecialModelName Source #
SpecialModelName
Constructors
SpecialModelName | |
Fields
|
Instances
FromJSON SpecialModelName Source # | FromJSON SpecialModelName |
Defined in OpenAPIPetstore.Model Methods parseJSON :: Value -> Parser SpecialModelName parseJSONList :: Value -> Parser [SpecialModelName] | |
ToJSON SpecialModelName Source # | ToJSON SpecialModelName |
Defined in OpenAPIPetstore.Model Methods toJSON :: SpecialModelName -> Value toEncoding :: SpecialModelName -> Encoding toJSONList :: [SpecialModelName] -> Value toEncodingList :: [SpecialModelName] -> Encoding | |
Show SpecialModelName Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> SpecialModelName -> ShowS # show :: SpecialModelName -> String # showList :: [SpecialModelName] -> ShowS # | |
Eq SpecialModelName Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: SpecialModelName -> SpecialModelName -> Bool # (/=) :: SpecialModelName -> SpecialModelName -> Bool # |
mkSpecialModelName :: SpecialModelName Source #
Construct a value of type SpecialModelName
(by applying it's required fields, if any)
Tag
Tag
Instances
FromJSON Tag Source # | FromJSON Tag |
Defined in OpenAPIPetstore.Model | |
ToJSON Tag Source # | ToJSON Tag |
Defined in OpenAPIPetstore.Model | |
Show Tag Source # | |
Eq Tag Source # | |
TypeHolderDefault
data TypeHolderDefault Source #
TypeHolderDefault
Constructors
TypeHolderDefault | |
Fields
|
Instances
FromJSON TypeHolderDefault Source # | FromJSON TypeHolderDefault |
Defined in OpenAPIPetstore.Model Methods parseJSON :: Value -> Parser TypeHolderDefault parseJSONList :: Value -> Parser [TypeHolderDefault] | |
ToJSON TypeHolderDefault Source # | ToJSON TypeHolderDefault |
Defined in OpenAPIPetstore.Model Methods toJSON :: TypeHolderDefault -> Value toEncoding :: TypeHolderDefault -> Encoding toJSONList :: [TypeHolderDefault] -> Value toEncodingList :: [TypeHolderDefault] -> Encoding | |
Show TypeHolderDefault Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> TypeHolderDefault -> ShowS # show :: TypeHolderDefault -> String # showList :: [TypeHolderDefault] -> ShowS # | |
Eq TypeHolderDefault Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: TypeHolderDefault -> TypeHolderDefault -> Bool # (/=) :: TypeHolderDefault -> TypeHolderDefault -> Bool # |
Construct a value of type TypeHolderDefault
(by applying it's required fields, if any)
TypeHolderExample
data TypeHolderExample Source #
TypeHolderExample
Constructors
TypeHolderExample | |
Fields
|
Instances
FromJSON TypeHolderExample Source # | FromJSON TypeHolderExample |
Defined in OpenAPIPetstore.Model Methods parseJSON :: Value -> Parser TypeHolderExample parseJSONList :: Value -> Parser [TypeHolderExample] | |
ToJSON TypeHolderExample Source # | ToJSON TypeHolderExample |
Defined in OpenAPIPetstore.Model Methods toJSON :: TypeHolderExample -> Value toEncoding :: TypeHolderExample -> Encoding toJSONList :: [TypeHolderExample] -> Value toEncodingList :: [TypeHolderExample] -> Encoding | |
Show TypeHolderExample Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> TypeHolderExample -> ShowS # show :: TypeHolderExample -> String # showList :: [TypeHolderExample] -> ShowS # | |
Eq TypeHolderExample Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: TypeHolderExample -> TypeHolderExample -> Bool # (/=) :: TypeHolderExample -> TypeHolderExample -> Bool # |
Construct a value of type TypeHolderExample
(by applying it's required fields, if any)
User
User
Constructors
User | |
Fields
|
Instances
XmlItem
XmlItem
Constructors
Instances
FromJSON XmlItem Source # | FromJSON XmlItem |
Defined in OpenAPIPetstore.Model | |
ToJSON XmlItem Source # | ToJSON XmlItem |
Defined in OpenAPIPetstore.Model Methods toEncoding :: XmlItem -> Encoding toJSONList :: [XmlItem] -> Value toEncodingList :: [XmlItem] -> Encoding | |
Show XmlItem Source # | |
Eq XmlItem Source # | |
HasBodyParam CreateXmlItem XmlItem Source # | Body Param XmlItem - XmlItem Body |
Defined in OpenAPIPetstore.API.Fake Methods setBodyParam :: (Consumes CreateXmlItem contentType, MimeRender contentType XmlItem) => OpenAPIPetstoreRequest CreateXmlItem contentType res accept -> XmlItem -> OpenAPIPetstoreRequest CreateXmlItem contentType res accept Source # |
Construct a value of type XmlItem
(by applying it's required fields, if any)
Enums
E'ArrayEnum
data E'ArrayEnum Source #
Enum of Text
Constructors
E'ArrayEnum'Fish | "fish" |
E'ArrayEnum'Crab | "crab" |
Instances
fromE'ArrayEnum :: E'ArrayEnum -> Text Source #
unwrap E'ArrayEnum
enum
toE'ArrayEnum :: Text -> Either String E'ArrayEnum Source #
parse E'ArrayEnum
enum
E'EnumFormString
data E'EnumFormString Source #
Enum of Text
.
Form parameter enum test (string)
Constructors
E'EnumFormString'_abc | "_abc" |
E'EnumFormString'_efg | "-efg" |
E'EnumFormString'_xyz | "(xyz)" |
Instances
fromE'EnumFormString :: E'EnumFormString -> Text Source #
unwrap E'EnumFormString
enum
toE'EnumFormString :: Text -> Either String E'EnumFormString Source #
parse E'EnumFormString
enum
E'EnumFormStringArray
data E'EnumFormStringArray Source #
Enum of Text
Constructors
E'EnumFormStringArray'GreaterThan | ">" |
E'EnumFormStringArray'Dollar | "$" |
Instances
fromE'EnumFormStringArray :: E'EnumFormStringArray -> Text Source #
unwrap E'EnumFormStringArray
enum
toE'EnumFormStringArray :: Text -> Either String E'EnumFormStringArray Source #
parse E'EnumFormStringArray
enum
E'EnumInteger
data E'EnumInteger Source #
Enum of Int
Constructors
E'EnumInteger'Num1 | 1 |
E'EnumInteger'NumMinus_1 | -1 |
Instances
fromE'EnumInteger :: E'EnumInteger -> Int Source #
unwrap E'EnumInteger
enum
toE'EnumInteger :: Int -> Either String E'EnumInteger Source #
parse E'EnumInteger
enum
E'EnumNumber
data E'EnumNumber Source #
Enum of Double
Constructors
E'EnumNumber'Num1_Dot_1 | 1.1 |
E'EnumNumber'NumMinus_1_Dot_2 | -1.2 |
Instances
fromE'EnumNumber :: E'EnumNumber -> Double Source #
unwrap E'EnumNumber
enum
toE'EnumNumber :: Double -> Either String E'EnumNumber Source #
parse E'EnumNumber
enum
E'EnumQueryInteger
data E'EnumQueryInteger Source #
Enum of Int
Constructors
E'EnumQueryInteger'Num1 | 1 |
E'EnumQueryInteger'NumMinus_2 | -2 |
Instances
fromE'EnumQueryInteger :: E'EnumQueryInteger -> Int Source #
unwrap E'EnumQueryInteger
enum
toE'EnumQueryInteger :: Int -> Either String E'EnumQueryInteger Source #
parse E'EnumQueryInteger
enum
E'EnumString
data E'EnumString Source #
Enum of Text
Constructors
E'EnumString'UPPER | UPPER |
E'EnumString'Lower | "lower" |
E'EnumString'Empty | "" |
Instances
fromE'EnumString :: E'EnumString -> Text Source #
unwrap E'EnumString
enum
toE'EnumString :: Text -> Either String E'EnumString Source #
parse E'EnumString
enum
E'Inner
Enum of Text
Constructors
E'Inner'UPPER | UPPER |
E'Inner'Lower | "lower" |
Instances
E'JustSymbol
data E'JustSymbol Source #
Enum of Text
Constructors
E'JustSymbol'Greater_Than_Or_Equal_To | ">=" |
E'JustSymbol'Dollar | "$" |
Instances
fromE'JustSymbol :: E'JustSymbol -> Text Source #
unwrap E'JustSymbol
enum
toE'JustSymbol :: Text -> Either String E'JustSymbol Source #
parse E'JustSymbol
enum
E'Kind
Enum of Text
Constructors
E'Kind'Lions | "lions" |
E'Kind'Tigers | "tigers" |
E'Kind'Leopards | "leopards" |
E'Kind'Jaguars | "jaguars" |
Instances
E'Status
Enum of Text
.
Order Status
Constructors
E'Status'Placed | "placed" |
E'Status'Approved | "approved" |
E'Status'Delivered | "delivered" |
Instances
E'Status2
Enum of Text
.
pet status in the store
Constructors
E'Status2'Available | "available" |
E'Status2'Pending | "pending" |
E'Status2'Sold | "sold" |
Instances
EnumClass
Enum of Text
Constructors
EnumClass'_abc | "_abc" |
EnumClass'_efg | "-efg" |
EnumClass'_xyz | "(xyz)" |
Instances
OuterEnum
Enum of Text
Constructors
OuterEnum'Placed | "placed" |
OuterEnum'Approved | "approved" |
OuterEnum'Delivered | "delivered" |
Instances
Auth Methods
AuthOAuthPetstoreAuth
data AuthOAuthPetstoreAuth Source #
Constructors
AuthOAuthPetstoreAuth Text | secret |
Instances
Show AuthOAuthPetstoreAuth Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> AuthOAuthPetstoreAuth -> ShowS # show :: AuthOAuthPetstoreAuth -> String # showList :: [AuthOAuthPetstoreAuth] -> ShowS # | |
Eq AuthOAuthPetstoreAuth Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: AuthOAuthPetstoreAuth -> AuthOAuthPetstoreAuth -> Bool # (/=) :: AuthOAuthPetstoreAuth -> AuthOAuthPetstoreAuth -> Bool # | |
AuthMethod AuthOAuthPetstoreAuth Source # | |
Defined in OpenAPIPetstore.Model Methods applyAuthMethod :: OpenAPIPetstoreConfig -> AuthOAuthPetstoreAuth -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source # |
AuthApiKeyApiKey
data AuthApiKeyApiKey Source #
Constructors
AuthApiKeyApiKey Text | secret |
Instances
Show AuthApiKeyApiKey Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> AuthApiKeyApiKey -> ShowS # show :: AuthApiKeyApiKey -> String # showList :: [AuthApiKeyApiKey] -> ShowS # | |
Eq AuthApiKeyApiKey Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: AuthApiKeyApiKey -> AuthApiKeyApiKey -> Bool # (/=) :: AuthApiKeyApiKey -> AuthApiKeyApiKey -> Bool # | |
AuthMethod AuthApiKeyApiKey Source # | |
Defined in OpenAPIPetstore.Model Methods applyAuthMethod :: OpenAPIPetstoreConfig -> AuthApiKeyApiKey -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source # |
AuthApiKeyApiKeyQuery
data AuthApiKeyApiKeyQuery Source #
Constructors
AuthApiKeyApiKeyQuery Text | secret |
Instances
Show AuthApiKeyApiKeyQuery Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> AuthApiKeyApiKeyQuery -> ShowS # show :: AuthApiKeyApiKeyQuery -> String # showList :: [AuthApiKeyApiKeyQuery] -> ShowS # | |
Eq AuthApiKeyApiKeyQuery Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: AuthApiKeyApiKeyQuery -> AuthApiKeyApiKeyQuery -> Bool # (/=) :: AuthApiKeyApiKeyQuery -> AuthApiKeyApiKeyQuery -> Bool # | |
AuthMethod AuthApiKeyApiKeyQuery Source # | |
Defined in OpenAPIPetstore.Model Methods applyAuthMethod :: OpenAPIPetstoreConfig -> AuthApiKeyApiKeyQuery -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source # |
AuthBasicHttpBasicTest
data AuthBasicHttpBasicTest Source #
Constructors
AuthBasicHttpBasicTest ByteString ByteString | username password |
Instances
Show AuthBasicHttpBasicTest Source # | |
Defined in OpenAPIPetstore.Model Methods showsPrec :: Int -> AuthBasicHttpBasicTest -> ShowS # show :: AuthBasicHttpBasicTest -> String # showList :: [AuthBasicHttpBasicTest] -> ShowS # | |
Eq AuthBasicHttpBasicTest Source # | |
Defined in OpenAPIPetstore.Model Methods (==) :: AuthBasicHttpBasicTest -> AuthBasicHttpBasicTest -> Bool # (/=) :: AuthBasicHttpBasicTest -> AuthBasicHttpBasicTest -> Bool # | |
AuthMethod AuthBasicHttpBasicTest Source # | |
Defined in OpenAPIPetstore.Model Methods applyAuthMethod :: OpenAPIPetstoreConfig -> AuthBasicHttpBasicTest -> OpenAPIPetstoreRequest req contentType res accept -> IO (OpenAPIPetstoreRequest req contentType res accept) Source # |