|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EPPNameVerificationCheckResult | |
---|---|
com.verisign.epp.codec.nv |
Uses of EPPNameVerificationCheckResult in com.verisign.epp.codec.nv |
---|
Methods in com.verisign.epp.codec.nv that return types with arguments of type EPPNameVerificationCheckResult | |
---|---|
java.util.List<EPPNameVerificationCheckResult> |
EPPNameVerificationCheckResp.getCheckResults()
Get the results of a EPPNameVerificationCheckResp Response. |
Methods in com.verisign.epp.codec.nv with parameters of type EPPNameVerificationCheckResult | |
---|---|
void |
EPPNameVerificationCheckResp.addResult(EPPNameVerificationCheckResult aResult)
Adds a result to the list of check results. |
Method parameters in com.verisign.epp.codec.nv with type arguments of type EPPNameVerificationCheckResult | |
---|---|
void |
EPPNameVerificationCheckResp.setCheckResults(java.util.List<EPPNameVerificationCheckResult> aResults)
Set the results of a EPPNameVerificationCheckResp Response. |
Constructors in com.verisign.epp.codec.nv with parameters of type EPPNameVerificationCheckResult | |
---|---|
EPPNameVerificationCheckResp(EPPTransId aTransId,
EPPNameVerificationCheckResult aResult)
EPPNameVerificationCheckResp constructor that will set the
result of an individual label. |
Constructor parameters in com.verisign.epp.codec.nv with type arguments of type EPPNameVerificationCheckResult | |
---|---|
EPPNameVerificationCheckResp(EPPTransId aTransId,
java.util.List<EPPNameVerificationCheckResult> aResults)
EPPNameVerificationCheckResp constructor that will set the
result of multiple labels. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |