Uses of Class
org.dspace.app.rest.signposting.model.LinksetRelation
-
Packages that use LinksetRelation Package Description org.dspace.app.rest.signposting.model -
-
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 LinksetRelation Modifier and Type Method Description List<LinksetRelation>Linkset. getAuthor()List<LinksetRelation>Linkset. getCiteAs()List<LinksetRelation>Linkset. getCollection()List<LinksetRelation>Linkset. getDescribedby()List<LinksetRelation>Linkset. getDescribes()List<LinksetRelation>Linkset. getItem()List<LinksetRelation>Linkset. getLicense()List<LinksetRelation>Linkset. getLinkset()List<LinksetRelation>Linkset. getType()Method parameters in org.dspace.app.rest.signposting.model with type arguments of type LinksetRelation Modifier and Type Method Description voidLinkset. 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)
-