UploadRequest.ListRequest

public static class UploadRequest.ListRequest extends UploadRequest.AbstractRequest

Request to list all items or search items by its attributes specified by filter criteria.

  • pageToken is the next_page_token value returned from a previous List request, if any.
  • pageSize is the maximum number of Item to fetch in a request.
  • brief is used to shorten ItemMetadata when set to true.

An example of ListRequest is:

   {
     "pageSize": 10,
     "brief": true,
     "type": "items.list"
   }
 

Field Summary

public Boolean brief
public Integer pageSize
public String pageToken

Inherited Field Summary

Public Constructor Summary

Inherited Method Summary

Fields

public Boolean brief

public Integer pageSize

public String pageToken

Public Constructors

public UploadRequest.ListRequest ()