Uses of Class
io.swagger.client.model.SubSection
-
Packages that use SubSection Package Description io.swagger.client.model -
-
Uses of SubSection in io.swagger.client.model
Methods in io.swagger.client.model that return SubSection Modifier and Type Method Description SubSection
SubSection. addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
SubSection
SubSection. additionalProperties(List<AdditionalProperty> additionalProperties)
SubSection
SubSection. paragraph(String paragraph)
SubSection
SubSection. remark(String remark)
SubSection
SubSection. subCode(String subCode)
SubSection
SubSection. subSectionNumber(String subSectionNumber)
SubSection
SubSection. subTitle(String subTitle)
Methods in io.swagger.client.model that return types with arguments of type SubSection Modifier and Type Method Description List<SubSection>
FareRule. getSubSection()
Get subSectionMethods in io.swagger.client.model with parameters of type SubSection Modifier and Type Method Description FareRule
FareRule. addSubSectionItem(SubSection subSectionItem)
Method parameters in io.swagger.client.model with type arguments of type SubSection Modifier and Type Method Description void
FareRule. setSubSection(List<SubSection> subSection)
FareRule
FareRule. subSection(List<SubSection> subSection)
-