Class SignatureOverridesFilterValuesQuery


  • public final class SignatureOverridesFilterValuesQuery
    extends Object
    Describes the filter values possibles for a given column.
    • Constructor Detail

      • SignatureOverridesFilterValuesQuery

        public SignatureOverridesFilterValuesQuery()
    • Method Detail

      • filterName

        public String filterName()
        Get the filterName property: Describes the name of the column which values will be returned.
        Returns:
        the filterName value.
      • withFilterName

        public SignatureOverridesFilterValuesQuery withFilterName​(String filterName)
        Set the filterName property: Describes the name of the column which values will be returned.
        Parameters:
        filterName - the filterName value to set.
        Returns:
        the SignatureOverridesFilterValuesQuery object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.