Uses of Class
com.verisign.epp.codec.suggestion.EPPSuggestionAnswer

Packages that use EPPSuggestionAnswer
com.verisign.epp.codec.suggestion   
 

Uses of EPPSuggestionAnswer in com.verisign.epp.codec.suggestion
 

Methods in com.verisign.epp.codec.suggestion that return EPPSuggestionAnswer
 EPPSuggestionAnswer EPPSuggestionInfoResp.getAnswer()
          Gets the suggestion answer that is either in table or grid view.
 

Methods in com.verisign.epp.codec.suggestion with parameters of type EPPSuggestionAnswer
 void EPPSuggestionInfoResp.setAnswer(EPPSuggestionAnswer aAnswer)
          Sets the suggestion answer in either table or grid view.
 

Constructors in com.verisign.epp.codec.suggestion with parameters of type EPPSuggestionAnswer
EPPSuggestionInfoResp(EPPTransId aTransId, java.lang.String aKey, java.lang.String aLanguage, java.util.List<EPPSuggestionToken> aTokens, EPPSuggestionAnswer aAnswer)
          Creates an EPPSuggestionInfoResp with the all the attributes.
 



Copyright © VeriSign Inc. All Rights Reserved.