All Superinterfaces:
ApplyItem

public interface Concat extends ApplyItem
Represents the concat transformation.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem

    ApplyItem.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the concatenated apply options.

    Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem

    getKind
  • Method Details

    • getApplyOptions

      List<ApplyOption> getApplyOptions()
      Gets the concatenated apply options.
      Returns:
      a non-empty list of apply options (and never null)