Uses of Class
com.dice.DiceCandidate

Uses of DiceCandidate in com.dice
 

Fields in com.dice declared as DiceCandidate
protected  DiceCandidate[] QueryAnswer.candidate
          An array of candidate objects that match the given query
protected  DiceCandidate ViewAnswer.candidate
          The candidate of interest complete, when valid, with resume text and resume download link
 

Methods in com.dice that return DiceCandidate
 DiceCandidate[] QueryAnswer.getCandidate()
           
 DiceCandidate ViewAnswer.getCandidate()
           
 

Methods in com.dice with parameters of type DiceCandidate
 void ViewAnswer.setCandidate(DiceCandidate candidate)
           
 void QueryAnswer.setCandidate(DiceCandidate[] candidate)