Uses of Interface
net.ygbstudio.powerwp4j.base.extension.enums.QueryParamEnum
Packages that use QueryParamEnum
Package
Description
-
Uses of QueryParamEnum in net.ygbstudio.powerwp4j.base.extension.enums
Methods in net.ygbstudio.powerwp4j.base.extension.enums with type parameters of type QueryParamEnumModifier and TypeMethodDescriptionstatic <E extends QueryParamEnum>
@NotNull StringQueryParamEnum.joinQueryParams(@NotNull Map<E, String> wpRestQueriesMap) This method helps you join a map of query parameters into a string that can be used as a query string. -
Uses of QueryParamEnum in net.ygbstudio.powerwp4j.engine
Method parameters in net.ygbstudio.powerwp4j.engine with type arguments of type QueryParamEnumModifier 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 QueryParamEnum in net.ygbstudio.powerwp4j.models.schema
Classes in net.ygbstudio.powerwp4j.models.schema that implement QueryParamEnumModifier and TypeClassDescriptionenumEnumeration of standard WordPress query parameters. -
Uses of QueryParamEnum in net.ygbstudio.powerwp4j.services
Methods in net.ygbstudio.powerwp4j.services with type parameters of type QueryParamEnumModifier 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.