Class SearchQueryOptions

All Implemented Interfaces:
Options, Validatable

public class SearchQueryOptions extends AbstractGraphQLQueryOptions
Provides options for the generation of Search Queries
  • Constructor Details

    • SearchQueryOptions

      public SearchQueryOptions()
  • Method Details

    • validate

      public Validation validate()
      Description copied from class: AbstractGeneratorSubOptions
      Checks if the current options are valid, return a list of errors if the options are not valid
      Specified by:
      validate in interface Validatable
      Overrides:
      validate in class AbstractGraphQLQueryOptions
      Returns:
      a Validation object than can be used queried to find if the options are valid and any errors if the options are not valid
    • override

      public void override(SearchQueryOptions overrideOptions)
      Overrides the values in this Options Object from the provided Options Object if they are non-null
      Parameters:
      overrideOptions - the options which will be used to override this Options Object