Class TransformOptionGroup

  • All Implemented Interfaces:
    TransformOption

    public class TransformOptionGroup
    extends AbstractTransformOption
    Represents a group of one or more options. If the group is optional, child options that are marked as required are only required if any child in the group is supplied by the client. If the group is required, child options are optional or required based on their own setting alone. In a pipeline transformation, a group of options
    • Constructor Detail

      • TransformOptionGroup

        public TransformOptionGroup()
      • TransformOptionGroup

        public TransformOptionGroup​(boolean required,
                                    java.util.List<TransformOption> transformOptions)
    • Method Detail

      • getTransformOptions

        public java.util.List<TransformOption> getTransformOptions()
      • setTransformOptions

        public void setTransformOptions​(java.util.List<TransformOption> transformOptions)