Uses of Class
org.dspace.app.rest.signposting.model.LinksetRelationType
-
Packages that use LinksetRelationType Package Description org.dspace.app.rest.signposting.model org.dspace.app.rest.signposting.processor -
-
Uses of LinksetRelationType in org.dspace.app.rest.signposting.model
Methods in org.dspace.app.rest.signposting.model that return LinksetRelationType Modifier and Type Method Description LinksetRelationTypeTypedLinkRest. getRel()LinksetRelationTypeLinksetNode. getRelation()static LinksetRelationTypeLinksetRelationType. valueOf(String name)Returns the enum constant of this type with the specified name.static LinksetRelationType[]LinksetRelationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.app.rest.signposting.model with parameters of type LinksetRelationType Modifier and Type Method Description voidTypedLinkRest. setRel(LinksetRelationType rel)voidLinksetNode. setRelation(LinksetRelationType relation)Constructors in org.dspace.app.rest.signposting.model with parameters of type LinksetRelationType Constructor Description LinksetNode(String link, LinksetRelationType relation, String anchor)LinksetNode(String link, LinksetRelationType relation, String type, String anchor)TypedLinkRest(String href, LinksetRelationType rel, String type) -
Uses of LinksetRelationType in org.dspace.app.rest.signposting.processor
Methods in org.dspace.app.rest.signposting.processor that return LinksetRelationType Modifier and Type Method Description LinksetRelationTypeAbstractSignPostingProcessor. getRelation()Methods in org.dspace.app.rest.signposting.processor with parameters of type LinksetRelationType Modifier and Type Method Description voidAbstractSignPostingProcessor. setRelation(LinksetRelationType relation)
-