urn.ebay.api.PayPalAPI
Class GetAccessPermissionDetailsRequestType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.AbstractRequestType
      extended by urn.ebay.api.PayPalAPI.GetAccessPermissionDetailsRequestType

public class GetAccessPermissionDetailsRequestType
extends AbstractRequestType

A timestamped token, the value of which was returned by SetAuthFlowParam Response. Required Character length and limitations: 20 single-byte characters


Constructor Summary
GetAccessPermissionDetailsRequestType()
          Default Constructor
GetAccessPermissionDetailsRequestType(String token)
          Constructor with arguments
 
Method Summary
 String getToken()
          Getter for token
 void setToken(String token)
          Setter for token
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class urn.ebay.apis.eBLBaseComponents.AbstractRequestType
getDetailLevel, getErrorLanguage, getVersion, setDetailLevel, setErrorLanguage, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAccessPermissionDetailsRequestType

public GetAccessPermissionDetailsRequestType(String token)
Constructor with arguments


GetAccessPermissionDetailsRequestType

public GetAccessPermissionDetailsRequestType()
Default Constructor

Method Detail

getToken

public String getToken()
Getter for token


setToken

public void setToken(String token)
Setter for token


toXMLString

public String toXMLString(String prefix,
                          String name)
Overrides:
toXMLString in class AbstractRequestType


Copyright © 2013. All Rights Reserved.