java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.ConcatImpl
All Implemented Interfaces:
Concat, ApplyItem

public class ConcatImpl extends Object implements Concat
Represents the concat transformation.
  • Constructor Details

    • ConcatImpl

      public ConcatImpl()
  • Method Details

    • getKind

      public ApplyItem.Kind getKind()
      Description copied from interface: ApplyItem
      Gets the kind of the transformation.
      Specified by:
      getKind in interface ApplyItem
      Returns:
      transformation kind
    • getApplyOptions

      public List<ApplyOption> getApplyOptions()
      Description copied from interface: Concat
      Gets the concatenated apply options.
      Specified by:
      getApplyOptions in interface Concat
      Returns:
      a non-empty list of apply options (and never null)
    • addApplyOption

      public ConcatImpl addApplyOption(ApplyOption option)