Uses of Enum Class
net.ygbstudio.powerwp4j.models.schema.WPRestPath
Packages that use WPRestPath
Package
Description
-
Uses of WPRestPath in net.ygbstudio.powerwp4j.engine
Methods in net.ygbstudio.powerwp4j.engine with parameters of type WPRestPathModifier and TypeMethodDescription@NotNull Optional<HttpResponse<String>> WPCacheManager.connectWP(@NotNull Map<QueryParamEnum, String> queryParams, @NotNull WPRestPath pathParam) Connects to the WordPress REST API and returns the response. -
Uses of WPRestPath in net.ygbstudio.powerwp4j.models.schema
Methods in net.ygbstudio.powerwp4j.models.schema that return WPRestPathModifier and TypeMethodDescriptionstatic WPRestPathReturns the enum constant of this class with the specified name.static WPRestPath[]WPRestPath.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WPRestPath in net.ygbstudio.powerwp4j.services
Methods in net.ygbstudio.powerwp4j.services with parameters of type WPRestPathModifier and TypeMethodDescriptionstatic <E extends QueryParamEnum>
@NotNull StringHttpRequestService.makeRequestURL(String apiBasePath, @Nullable Map<E, String> queryParams, @NotNull WPRestPath pathParam) Creates a request URL for the WordPress REST API.