no.digipost.api.client.representations
Class Autocomplete

java.lang.Object
  extended by no.digipost.api.client.representations.Representation
      extended by no.digipost.api.client.representations.Autocomplete

public class Autocomplete
extends Representation


Field Summary
 
Fields inherited from class no.digipost.api.client.representations.Representation
links
 
Constructor Summary
Autocomplete(List<Suggestion> suggestions, Link... links)
           
 
Method Summary
protected  List<Link> getLink()
           
 List<Suggestion> getSuggestions()
           
protected  void setLink(List<Link> links)
           
 
Methods inherited from class no.digipost.api.client.representations.Representation
addLink, getLinkByRelationName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Autocomplete

public Autocomplete(List<Suggestion> suggestions,
                    Link... links)
Method Detail

getSuggestions

public List<Suggestion> getSuggestions()

getLink

protected List<Link> getLink()

setLink

protected void setLink(List<Link> links)


Copyright © 2012 Digipost Open Source. All Rights Reserved.