IndexedQuery

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

public class IndexedQuery extends SimpleQuery

A query that supports pagination. Use this for huge datasets.

  • public QueryType getType ()
    Gets the query type.

  • public int getIndex ()
    Gets or sets the starting index of the results to return.

  • public void setIndex (int value)
    TBD

  • public int getPageSize ()
    Gets or sets the number of results to return.

  • public void setPageSize (int value)
    TBD

  • public String toString ()
    Returns a string representation of the query.

Methods

getType

public QueryType getType ()

Gets the query type.

Returns values

QueryType

getIndex

public int getIndex ()

Gets or sets the starting index of the results to return.

Returns values

int

setIndex

public void setIndex (int value)

TBD

  • value
    int

    TBD

Returns values

void

getPageSize

public int getPageSize ()

Gets or sets the number of results to return.

Returns values

int

setPageSize

public void setPageSize (int value)

TBD

  • value
    int

    TBD

Returns values

void

toString

public String toString ()

Returns a string representation of the query.

Returns values

String

A string representation of the query.

Info

Applies To:

JDK: 8

Product Version: Beta 1

Package: com.microsoft.store.partnercenter.models.query