Interface StructuredQuery<T extends CommonQuery>

All Superinterfaces:
CommonQuery
All Known Subinterfaces:
StructuredCollectionComposableInvoker<CT,O>, StructuredCollectionInvoker<CT>, StructuredCollectionQuery<CT>, StructuredComposableInvoker<T,O>, StructuredInvoker<T>

public interface StructuredQuery<T extends CommonQuery> extends CommonQuery
  • Method Summary

    Modifier and Type
    Method
    Description
    expand(String... expand)
    Sets $expand expression.
    select(String... select)
    Sets $select expression.

    Methods inherited from interface org.apache.olingo.ext.proxy.api.CommonQuery

    clearQueryOptions
  • Method Details

    • expand

      T expand(String... expand)
      Sets $expand expression.
      Parameters:
      expand - $expand expression items.
      Returns:
      the same query instance.
    • select

      T select(String... select)
      Sets $select expression.
      Parameters:
      select - $select expression items.
      Returns:
      the same query instance.