|
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.GetVeROReportStatusCall
public class GetVeROReportStatusCall
Wrapper class of the GetVeROReportStatus 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.
VeROReportPacketID
- Packet identifier associated with the reported items for which you want to
retrieve status. By default, reported item details are not returned when
you specify the packet ID in the request. Applies only to items reported
with the VeROReportItems call.
ItemID
- Unique identifier for an eBay listing reported for alleged infringement. Applies to items reported with the VeROReportItems call or by other means (e.g., through the Web flow).
IncludeReportedItemDetails
- Set to true to return reported item details when you specify VeROReportPacketID in the request.
TimeFrom
- Limits returned items to only those that were submited on or after the
date-time specified. If specified, TimeTo must also be specified.
Express the date-time in the format YYYY-MM-DD HH:MM:SS, and in GMT.
(For information on how to convert between your local time zone
and GMT, see Time Values Note.) Applies to items reported with
VeROReportItems or by other means (e.g., through the web flow).
Infringement reporting data is maintained for two years after the date of
submission.
This field is ignored if VeROReportPacketID or ItemID is specified.
TimeTo
- Limits returned items to only those that were submited on or before the
date-time specified. If specified, TimeFrom must also be specified.
Express date-time in the format YYYY-MM-DD HH:MM:SS, and in GMT.
(For information on how to convert between your local time zone
and GMT, see Time Values Note.) Applies to items reported with
VeROReportItems or by other means (e.g., through the web flow).
Infringement reporting data is maintained for two years after the date of
submission.
This field is ignored if VeROReportPacketID or ItemID is specified.
Pagination
- Contains the data controlling the pagination of the returned values: how
many items are returned per page of data (per call) and the number of the
page to return with the current call.
ReturnedPaginationResult
- Contains information regarding the pagination of data (if pagination is
used), including total number of pages and total number of entries.
ReturnedHasMoreItems
- If true, there are more items yet to be retrieved. Additional
calls with higher page numbers or more items per page must
be made to retrieve these items. Not returned if no items match the
request.
ReturnedItemsPerPage
- Indicates the maximum number of Reported Item objects that can be returned in any given call.
ReturnedPageNumber
- Indicates the page of data returned by the current call. For instance,
for the first set of items can be returned, this field has a value of
one.
ReturnedVeROReportPacketID
- The packet ID for status being returned.
ReturnedVeROReportPacketStatus
- Status of the packet.
ReturnedReportedItemDetails
- This container of one or more reported items that match the input criteria in the call request. Returns empty if no items are available that match the request.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetVeROReportStatusCall()
Constructor. |
|
GetVeROReportStatusCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.lang.Boolean |
getIncludeReportedItemDetails()
Gets the GetVeROReportStatusRequestType.includeReportedItemDetails. |
java.lang.String |
getItemID()
Gets the GetVeROReportStatusRequestType.itemID. |
PaginationType |
getPagination()
Gets the GetVeROReportStatusRequestType.pagination. |
java.lang.Boolean |
getReturnedHasMoreItems()
Valid after executing the API. |
java.lang.Integer |
getReturnedItemsPerPage()
Valid after executing the API. |
java.lang.Integer |
getReturnedPageNumber()
Valid after executing the API. |
PaginationResultType |
getReturnedPaginationResult()
Valid after executing the API. |
VeROReportedItemDetailsType |
getReturnedReportedItemDetails()
Valid after executing the API. |
java.lang.Long |
getReturnedVeROReportPacketID()
Valid after executing the API. |
VeROReportPacketStatusCodeType |
getReturnedVeROReportPacketStatus()
Valid after executing the API. |
java.util.Calendar |
getTimeFrom()
Gets the GetVeROReportStatusRequestType.timeFrom. |
java.util.Calendar |
getTimeTo()
Gets the GetVeROReportStatusRequestType.timeTo. |
java.lang.Long |
getVeROReportPacketID()
Gets the GetVeROReportStatusRequestType.veROReportPacketID. |
PaginationResultType |
getVeROReportStatus()
Retrieves status information about VeRO reported items you have submitted. |
void |
setIncludeReportedItemDetails(java.lang.Boolean includeReportedItemDetails)
Sets the GetVeROReportStatusRequestType.includeReportedItemDetails. |
void |
setItemID(java.lang.String itemID)
Sets the GetVeROReportStatusRequestType.itemID. |
void |
setPagination(PaginationType pagination)
Sets the GetVeROReportStatusRequestType.pagination. |
void |
setTimeFrom(java.util.Calendar timeFrom)
Sets the GetVeROReportStatusRequestType.timeFrom. |
void |
setTimeTo(java.util.Calendar timeTo)
Sets the GetVeROReportStatusRequestType.timeTo. |
void |
setVeROReportPacketID(java.lang.Long veROReportPacketID)
Sets the GetVeROReportStatusRequestType.veROReportPacketID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetVeROReportStatusCall()
public GetVeROReportStatusCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public PaginationResultType getVeROReportStatus() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.Boolean getIncludeReportedItemDetails()
public void setIncludeReportedItemDetails(java.lang.Boolean includeReportedItemDetails)
includeReportedItemDetails
- Booleanpublic java.lang.String getItemID()
public void setItemID(java.lang.String itemID)
itemID
- Stringpublic PaginationType getPagination()
public void setPagination(PaginationType pagination)
pagination
- PaginationTypepublic java.util.Calendar getTimeFrom()
public void setTimeFrom(java.util.Calendar timeFrom)
timeFrom
- Calendarpublic java.util.Calendar getTimeTo()
public void setTimeTo(java.util.Calendar timeTo)
timeTo
- Calendarpublic java.lang.Long getVeROReportPacketID()
public void setVeROReportPacketID(java.lang.Long veROReportPacketID)
veROReportPacketID
- Longpublic java.lang.Boolean getReturnedHasMoreItems()
public java.lang.Integer getReturnedItemsPerPage()
public java.lang.Integer getReturnedPageNumber()
public PaginationResultType getReturnedPaginationResult()
public VeROReportedItemDetailsType getReturnedReportedItemDetails()
public java.lang.Long getReturnedVeROReportPacketID()
public VeROReportPacketStatusCodeType getReturnedVeROReportPacketStatus()
|
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.