Share via


SimpleQuery

[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 SimpleQuery extends BaseQuery

A standard query that returns entities according to sort and filter options (Does not do paging).

  • public QueryType getType ()
    Gets the query type.

  • public FieldFilter getFilter ()
    TBD

  • public void setFilter (FieldFilter value)
    TBD

  • public Sort getSort ()
    TBD

  • public void setSort (Sort value)
    TBD

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

Methods

getType

public QueryType getType ()

Gets the query type.

Returns values

QueryType

getFilter

public FieldFilter getFilter ()

TBD

Returns values

FieldFilter

setFilter

public void setFilter (FieldFilter value)

TBD

Returns values

void

getSort

public Sort getSort ()

TBD

Returns values

Sort

setSort

public void setSort (Sort value)

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