Uses of Class
org.dspace.app.rest.signposting.model.LinksetRelation
Packages that use LinksetRelation
-
Uses of LinksetRelation in org.dspace.app.rest.signposting.model
Methods in org.dspace.app.rest.signposting.model that return types with arguments of type LinksetRelationModifier and TypeMethodDescriptionLinkset.getAuthor()Linkset.getCiteAs()Linkset.getCollection()Linkset.getDescribedby()Linkset.getDescribes()Linkset.getItem()Linkset.getLicense()Linkset.getLinkset()Linkset.getType()Method parameters in org.dspace.app.rest.signposting.model with type arguments of type LinksetRelationModifier and TypeMethodDescriptionvoidLinkset.setAuthor(List<LinksetRelation> author) voidLinkset.setCiteAs(List<LinksetRelation> citeAs) voidLinkset.setCollection(List<LinksetRelation> collection) voidLinkset.setDescribedby(List<LinksetRelation> describedby) voidLinkset.setDescribes(List<LinksetRelation> describes) voidLinkset.setItem(List<LinksetRelation> item) voidLinkset.setLicense(List<LinksetRelation> license) voidLinkset.setLinkset(List<LinksetRelation> linkset) voidLinkset.setType(List<LinksetRelation> type)