Class RestLinksHandler.RestLinkData
- java.lang.Object
-
- io.quarkus.resteasy.reactive.links.RestLinksHandler.RestLinkData
-
- Enclosing class:
- RestLinksHandler
public static class RestLinksHandler.RestLinkData extends Object
-
-
Constructor Summary
Constructors Constructor Description RestLinkData()RestLinkData(RestLinkType restLinkType, String entityType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntityType()RestLinkTypegetRestLinkType()voidsetEntityType(String entityType)voidsetRestLinkType(RestLinkType restLinkType)
-
-
-
Constructor Detail
-
RestLinkData
public RestLinkData(RestLinkType restLinkType, String entityType)
-
RestLinkData
public RestLinkData()
-
-
Method Detail
-
getRestLinkType
public RestLinkType getRestLinkType()
-
setRestLinkType
public void setRestLinkType(RestLinkType restLinkType)
-
getEntityType
public String getEntityType()
-
setEntityType
public void setEntityType(String entityType)
-
-