Uses of Class
io.quarkus.resteasy.reactive.links.RestLinkType
-
Packages that use RestLinkType Package Description io.quarkus.resteasy.reactive.links -
-
Uses of RestLinkType in io.quarkus.resteasy.reactive.links
Methods in io.quarkus.resteasy.reactive.links that return RestLinkType Modifier and Type Method Description RestLinkTypeRestLinksHandler.RestLinkData. getRestLinkType()RestLinkTypevalue()Find all the types available inRestLinkType.static RestLinkTypeRestLinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static RestLinkType[]RestLinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.resteasy.reactive.links with parameters of type RestLinkType Modifier and Type Method Description voidRestLinksHandler.RestLinkData. setRestLinkType(RestLinkType restLinkType)Constructors in io.quarkus.resteasy.reactive.links with parameters of type RestLinkType Constructor Description RestLinkData(RestLinkType restLinkType, String entityType)
-