Uses of Class
net.ygbstudio.powerwp4j.builders.WPPayloadNodeBuilder
Packages that use WPPayloadNodeBuilder
-
Uses of WPPayloadNodeBuilder in net.ygbstudio.powerwp4j.builders
Methods in net.ygbstudio.powerwp4j.builders that return WPPayloadNodeBuilderModifier and TypeMethodDescriptionWPPayloadNodeBuilder.author(int authorInt) Sets the author.static @NotNull WPPayloadNodeBuilderWPPayloadNodeBuilder.builder()Returns a new instance of the payload node builder.<T extends Number>
WPPayloadNodeBuilderWPPayloadNodeBuilder.categories(@NotNull List<T> categories) Sets the categories.<T,U extends Number>
WPPayloadNodeBuilderWPPayloadNodeBuilder.categories(@NotNull Set<WPClassMapping<T, U>> categoriesMappingSet) Sets the categories using a set ofWPClassMappingobjects.WPPayloadNodeBuilder.commentStatus(CommentStatusEnum status) Sets the comment status.Sets the content.WPPayloadNodeBuilder.description(String description) Sets the description.Sets the excerpt.WPPayloadNodeBuilder.featuredMedia(int featuredMediaId) Sets the featured media.WPPayloadNodeBuilder.format(PostFormatEnum format) Sets the post format.Sets the slug.WPPayloadNodeBuilder.status(PostStatusEnum status) Sets the post status.WPPayloadNodeBuilder.sticky(boolean sticky) Sets the sticky flag.<T extends Number>
WPPayloadNodeBuilderSets the tags.<T,U extends Number>
WPPayloadNodeBuilderWPPayloadNodeBuilder.tags(@NotNull Set<WPClassMapping<T, U>> tagsMappingSet) Sets the tags using a set ofWPClassMappingobjects.Sets the title.WPPayloadNodeBuilder.type(PostTypeEnum type) Sets the post type.