public interface Link
extends org.qi4j.api.value.ValueComposite
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
classes()
These are the classes of the link, typically to help categorize the link.
|
org.qi4j.api.property.Property<String> |
href()
This is the href of the entity, relative to the producer of the LinkValue
|
org.qi4j.api.property.Property<String> |
id()
This is typically the id of the entity
|
org.qi4j.api.property.Property<String> |
rel()
This is the type of the link, typically to help differentiate between
different types of resources.
|
org.qi4j.api.property.Property<String> |
text()
This is typically the description of the entity
|
@Optional org.qi4j.api.property.Property<String> text()
org.qi4j.api.property.Property<String> id()
org.qi4j.api.property.Property<String> href()
@Optional org.qi4j.api.property.Property<String> rel()
@Optional org.qi4j.api.property.Property<String> classes()