|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.sdk.ApiCall
com.ebay.sdk.call.ValidateChallengeInputCall
public class ValidateChallengeInputCall
Wrapper class of the ValidateChallengeInput call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
ChallengeToken
- Botblock token that was returned by GetChallengeToken.
UserInput
- User response to a botblock challenge.
KeepTokenValid
- Whether the challenge token should remain valid for up to two minutes.
ReturnedValidToken
- Indicates whether the token is valid.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
ValidateChallengeInputCall()
Constructor. |
|
ValidateChallengeInputCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
String |
getChallengeToken()
Gets the ValidateChallengeInputRequestType.challengeToken. |
Boolean |
getKeepTokenValid()
Gets the ValidateChallengeInputRequestType.keepTokenValid. |
Boolean |
getReturnedValidToken()
Valid after executing the API. |
String |
getUserInput()
Gets the ValidateChallengeInputRequestType.userInput. |
void |
setChallengeToken(String challengeToken)
Sets the ValidateChallengeInputRequestType.challengeToken. |
void |
setKeepTokenValid(Boolean keepTokenValid)
Sets the ValidateChallengeInputRequestType.keepTokenValid. |
void |
setUserInput(String userInput)
Sets the ValidateChallengeInputRequestType.userInput. |
Boolean |
validateChallengeInput()
Validates the user response to a GetChallengeToken botblock challenge. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidateChallengeInputCall()
public ValidateChallengeInputCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public Boolean validateChallengeInput() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public String getChallengeToken()
public void setChallengeToken(String challengeToken)
challengeToken
- Stringpublic Boolean getKeepTokenValid()
public void setKeepTokenValid(Boolean keepTokenValid)
keepTokenValid
- Booleanpublic String getUserInput()
public void setUserInput(String userInput)
userInput
- Stringpublic Boolean getReturnedValidToken()
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.