Uses of Interface
com.esprow.oapi.repository.OapiSections
Packages that use OapiSections
-
Uses of OapiSections in com.esprow.oapi.repository
Methods in com.esprow.oapi.repository that return OapiSectionsModifier and TypeMethodDescriptionOapiRepositoryFactory.createSections()Returns a new object of class 'Sections'.OapiDocumentRoot.getSections()Returns a list of sections.OapiRepository.getSections()Returns a list of sections.Methods in com.esprow.oapi.repository with parameters of type OapiSectionsModifier and TypeMethodDescriptionvoidOapiDocumentRoot.setSections(OapiSections value) Set a list of sections.voidOapiRepository.setSections(OapiSections value) Set a list of sections.