Uses of Class
co.yellowdog.platform.clients.web.uri.UriBuilder
Packages that use UriBuilder
-
Uses of UriBuilder in co.yellowdog.platform.clients.web
Methods in co.yellowdog.platform.clients.web with parameters of type UriBuilderModifier and TypeMethodDescriptionstatic void
ParamUtils.addIfNotBlank
(UriBuilder uriBuilder, String name, String value) static void
ParamUtils.addIfNotEmpty
(UriBuilder uriBuilder, String name, Collection<?> values) static void
ParamUtils.addIfNotNull
(UriBuilder uriBuilder, String name, Range<?> value) static void
ParamUtils.appendParams
(UriBuilder uriBuilder, SliceReference sliceReference) static void
ParamUtils.appendParams
(UriBuilder uriBuilder, Search search) Method parameters in co.yellowdog.platform.clients.web with type arguments of type UriBuilderModifier and TypeMethodDescriptionPlatformWebClient.delete
(@NonNull Consumer<UriBuilder> uri) PlatformWebClient.get
(@NonNull Consumer<UriBuilder> uri) PlatformWebClient.head
(@NonNull Consumer<UriBuilder> uri) PlatformWebClient.post
(@NonNull Consumer<UriBuilder> uri) PlatformWebClient.put
(@NonNull Consumer<UriBuilder> uri) PlatformWebClient.Builder.uri
(@NonNull Consumer<UriBuilder> uriBuilderConsumer) -
Uses of UriBuilder in co.yellowdog.platform.clients.web.uri
Methods in co.yellowdog.platform.clients.web.uri that return UriBuilderModifier and TypeMethodDescriptionUriBuilder.encodedPath
(@NonNull String path) Append an encoded path to the URI.static UriBuilder
UriBuilder.fromBaseUri
(@NonNull String baseUri) Create a new builder with the given base URI.static UriBuilder
UriBuilder.fromBaseUri
(@NonNull URI baseUri) Create a new builder with the given base URI.Add a query parameter to the URI.UriBuilder.param
(String name, Collection<?> values) Append unencoded path segments to the URI.