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

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

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

Methods in com.verisign.epp.codec.suggestion that return types with arguments of type EPPSuggestionToken
 java.util.List<EPPSuggestionToken> EPPSuggestionInfoResp.getTokens()
          Gets the suggestion tokens.
 

Methods in com.verisign.epp.codec.suggestion with parameters of type EPPSuggestionToken
 void EPPSuggestionInfoResp.addToken(EPPSuggestionToken aToken)
          Adds a suggestion token to the response.
 

Constructor parameters in com.verisign.epp.codec.suggestion with type arguments of type EPPSuggestionToken
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.