Uses of Class
de.ssis.eln.api.dto.inquiry.InquiryObject
-
Packages that use InquiryObject Package Description de.ssis.eln.api.dto.dealer.request de.ssis.eln.api.rest.resources.response -
-
Uses of InquiryObject in de.ssis.eln.api.dto.dealer.request
Fields in de.ssis.eln.api.dto.dealer.request with type parameters of type InquiryObject Modifier and Type Field Description private List<InquiryObject>
GetInquiryResult. inquiryObjects
Deprecated.A List ofInquiryObject
Objects found for the requested Dealer and AttributesMethods in de.ssis.eln.api.dto.dealer.request that return types with arguments of type InquiryObject Modifier and Type Method Description List<InquiryObject>
GetInquiryResult. getInquiryObjects()
Deprecated.Method parameters in de.ssis.eln.api.dto.dealer.request with type arguments of type InquiryObject Modifier and Type Method Description void
GetInquiryResult. setInquiryObjects(List<InquiryObject> inquiryObjects)
Deprecated.Constructor parameters in de.ssis.eln.api.dto.dealer.request with type arguments of type InquiryObject Constructor Description GetInquiryResult(List<InquiryObject> inquiryObjects)
Deprecated. -
Uses of InquiryObject in de.ssis.eln.api.rest.resources.response
Fields in de.ssis.eln.api.rest.resources.response with type parameters of type InquiryObject Modifier and Type Field Description protected List<InquiryObject>
NewGetInquiryResponse. inquiryObjects
Methods in de.ssis.eln.api.rest.resources.response that return types with arguments of type InquiryObject Modifier and Type Method Description List<InquiryObject>
NewGetInquiryResponse. getInquiryObjects()
Method parameters in de.ssis.eln.api.rest.resources.response with type arguments of type InquiryObject Modifier and Type Method Description void
NewGetInquiryResponse. setInquiryObjects(List<InquiryObject> inquiryObjects)
Constructor parameters in de.ssis.eln.api.rest.resources.response with type arguments of type InquiryObject Constructor Description NewGetInquiryResponse(List<InquiryObject> inquiryObjects)
-