| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractRequestType | |
| ↳ | ebay.api.paypalapi.GetAccessPermissionDetailsRequestType | |
Java class for GetAccessPermissionDetailsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetAccessPermissionDetailsRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="Token" type="{urn:ebay:apis:eBLBaseComponents}AuthFlowTokenType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| token | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the token property.
| |||||||||||
Sets the value of the token property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the token property.
Sets the value of the token property.
| value | Allowed object is String |
|---|