Uses of Interface
jakarta.ws.rs.core.Link.Builder
Package
Description
The JAX-RS client API
Container-specific JAX-RS API.
Low-level interfaces and annotations used to create RESTful service resources.
APIs that provide extensions to the types supported by the JAX-RS API.
-
Uses of Link.Builder in jakarta.ws.rs.client
Modifier and TypeMethodDescriptionClientResponseContext.getLinkBuilder
(String relation) Convenience method that returns aLink.Builder
for the relation. -
Uses of Link.Builder in jakarta.ws.rs.container
Modifier and TypeMethodDescriptionContainerResponseContext.getLinkBuilder
(String relation) Convenience method that returns aLink.Builder
for the relation. -
Uses of Link.Builder in jakarta.ws.rs.core
Modifier and TypeMethodDescriptionSet the base URI as a string for resolution of relative URIs.Set the base URI for resolution of relative URIs.static Link.Builder
Create a new builder instance initialized from another link.static Link.Builder
Link.fromMethod
(Class<?> resource, String method) Convenience method to build a link from a resource.static Link.Builder
Convenience method to build a link from a path.static Link.Builder
Link.fromResource
(Class<?> resource) Convenience method to build a link from a resource.static Link.Builder
Create a new builder instance initialized from an existing URI represented as a string.static Link.Builder
Create a new builder instance initialized from an existing URI.static Link.Builder
Link.fromUriBuilder
(UriBuilder uriBuilder) Create a new builder instance initialized from a URI builder.abstract Link.Builder
Response.getLinkBuilder
(String relation) Convenience method that returns aLink.Builder
for the relation.Initialize builder using another link.Initialize builder using another link represented as a string.Set an arbitrary parameter on this link.Convenience method to set a link relation.Convenience method to set atitle
on this link.Convenience method to set atype
on this link.Set underlying string representing URI template for the link being constructed.Set underlying URI template for the link being constructed.Link.Builder.uriBuilder
(UriBuilder uriBuilder) Set underlying URI builder representing the URI template for the link being constructed. -
Uses of Link.Builder in jakarta.ws.rs.ext
Modifier and TypeMethodDescriptionabstract Link.Builder
RuntimeDelegate.createLinkBuilder()
Create a new instance of aLink.Builder
.