Uses of Enum Class
io.quarkus.resteasy.reactive.links.RestLinkType
Packages that use RestLinkType
-
Uses of RestLinkType in io.quarkus.resteasy.reactive.links
Methods in io.quarkus.resteasy.reactive.links that return RestLinkTypeModifier and TypeMethodDescriptionRestLinksHandler.RestLinkData.getRestLinkType()static RestLinkTypeReturns the enum constant of this class with the specified name.static RestLinkType[]RestLinkType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.resteasy.reactive.links with parameters of type RestLinkTypeModifier and TypeMethodDescriptionvoidRestLinksHandler.RestLinkData.setRestLinkType(RestLinkType restLinkType) Constructors in io.quarkus.resteasy.reactive.links with parameters of type RestLinkType