Uses of Class
org.xwiki.netflux.rest.model.jaxb.EntityReference
-
Packages that use EntityReference Package Description org.xwiki.netflux.rest.model.jaxb -
-
Uses of EntityReference in org.xwiki.netflux.rest.model.jaxb
Fields in org.xwiki.netflux.rest.model.jaxb declared as EntityReference Modifier and Type Field Description protected EntityReference
EntityChannel. entityReference
Methods in org.xwiki.netflux.rest.model.jaxb that return EntityReference Modifier and Type Method Description EntityReference
ObjectFactory. createEntityReference()
Create an instance ofEntityReference
EntityReference
EntityChannel. getEntityReference()
Gets the value of the entityReference property.EntityReference
EntityReference. withType(String value)
EntityReference
EntityReference. withValue(String value)
Methods in org.xwiki.netflux.rest.model.jaxb with parameters of type EntityReference Modifier and Type Method Description void
EntityChannel. setEntityReference(EntityReference value)
Sets the value of the entityReference property.EntityChannel
EntityChannel. withEntityReference(EntityReference value)
-