Uses of Interface
io.thestencil.client.api.MigrationBuilder.TopicHeading
-
Packages that use MigrationBuilder.TopicHeading Package Description io.thestencil.client.api io.thestencil.client.api.beans -
-
Uses of MigrationBuilder.TopicHeading in io.thestencil.client.api
Methods in io.thestencil.client.api that return types with arguments of type MigrationBuilder.TopicHeading Modifier and Type Method Description List<MigrationBuilder.TopicHeading>MigrationBuilder.Topic. getHeadings() -
Uses of MigrationBuilder.TopicHeading in io.thestencil.client.api.beans
Classes in io.thestencil.client.api.beans that implement MigrationBuilder.TopicHeading Modifier and Type Class Description classTopicHeadingBeanMethods in io.thestencil.client.api.beans that return types with arguments of type MigrationBuilder.TopicHeading Modifier and Type Method Description List<MigrationBuilder.TopicHeading>TopicBean. getHeadings()Methods in io.thestencil.client.api.beans with parameters of type MigrationBuilder.TopicHeading Modifier and Type Method Description TopicBean.BuilderTopicBean.Builder. addHeadings(MigrationBuilder.TopicHeading element)TopicBean.BuilderTopicBean.Builder. addHeadings(MigrationBuilder.TopicHeading... elements)TopicHeadingBean.BuilderTopicHeadingBean.Builder. from(MigrationBuilder.TopicHeading instance)Method parameters in io.thestencil.client.api.beans with type arguments of type MigrationBuilder.TopicHeading Modifier and Type Method Description TopicBean.BuilderTopicBean.Builder. addAllHeadings(Iterable<? extends MigrationBuilder.TopicHeading> elements)TopicBean.BuilderTopicBean.Builder. headings(Iterable<? extends MigrationBuilder.TopicHeading> elements)voidTopicBean. setHeadings(List<MigrationBuilder.TopicHeading> headings)
-