Uses of Class
com.verisign.epp.codec.fee.v11.EPPFeeObjectResult

Packages that use EPPFeeObjectResult
com.verisign.epp.codec.fee.v11 Fee Extension v11 packet encoder and decoder classes (CODEC). 
 

Uses of EPPFeeObjectResult in com.verisign.epp.codec.fee.v11
 

Methods in com.verisign.epp.codec.fee.v11 that return types with arguments of type EPPFeeObjectResult
 java.util.List<EPPFeeObjectResult> EPPFeeChkData.getCheckResults()
          Get the results of a EPPFeeChkData Response.
 

Methods in com.verisign.epp.codec.fee.v11 with parameters of type EPPFeeObjectResult
 void EPPFeeChkData.addCheckResult(EPPFeeObjectResult aResult)
          Adds a check result to the list of results.
 void EPPFeeChkData.setCheckResult(EPPFeeObjectResult aResult)
          Sets the result of an individual domain name.
 

Method parameters in com.verisign.epp.codec.fee.v11 with type arguments of type EPPFeeObjectResult
 void EPPFeeChkData.setCheckResults(java.util.List<EPPFeeObjectResult> aResults)
          Set the results of a EPPFeeChkData Response.
 

Constructors in com.verisign.epp.codec.fee.v11 with parameters of type EPPFeeObjectResult
EPPFeeChkData(EPPFeeObjectResult aResult)
          EPPFeeChkData constructor that will set the result of an individual domain.
 

Constructor parameters in com.verisign.epp.codec.fee.v11 with type arguments of type EPPFeeObjectResult
EPPFeeChkData(java.util.List<EPPFeeObjectResult> aResults)
          EPPFeeChkData constructor that will set the result of multiple domains.
 



Copyright © VeriSign Inc. All Rights Reserved.