Uses of Interface
net.ygbstudio.powerwp4j.base.extension.enums.PostStatusEnum
Packages that use PostStatusEnum
Package
Description
-
Uses of PostStatusEnum in net.ygbstudio.powerwp4j.base.extension.builders
Methods in net.ygbstudio.powerwp4j.base.extension.builders with parameters of type PostStatusEnumModifier and TypeMethodDescriptionAbstractPayloadBuilder.status(@NotNull PostStatusEnum postStatus) Sets the post status. -
Uses of PostStatusEnum in net.ygbstudio.powerwp4j.builders
Methods in net.ygbstudio.powerwp4j.builders that return PostStatusEnumModifier and TypeMethodDescriptionWPBasicPayloadBuilder.getStatus()Returns the configured post status, ornullif unset.Methods in net.ygbstudio.powerwp4j.builders with parameters of type PostStatusEnumModifier and TypeMethodDescriptionWPPayloadNodeBuilder.status(PostStatusEnum status) Sets the post status. -
Uses of PostStatusEnum in net.ygbstudio.powerwp4j.engine
Methods in net.ygbstudio.powerwp4j.engine with parameters of type PostStatusEnumModifier and TypeMethodDescriptionWPRestClient.changePostStatus(long postId, PostStatusEnum status) Changes the status of a post on the WordPress site using the REST API. -
Uses of PostStatusEnum in net.ygbstudio.powerwp4j.models.schema
Classes in net.ygbstudio.powerwp4j.models.schema that implement PostStatusEnum