Class LookupField.Builder

  • Enclosing class:
    LookupField

    public static class LookupField.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • commonFieldName

        public LookupField.Builder commonFieldName​(String commonFieldName)
        The common field name.
        Parameters:
        commonFieldName - the value to set
        Returns:
        this builder
      • defaultMatchValue

        public LookupField.Builder defaultMatchValue​(String defaultMatchValue)
        The default match value.
        Parameters:
        defaultMatchValue - the value to set
        Returns:
        this builder
      • displayName

        public LookupField.Builder displayName​(String displayName)
        The field display name.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • isCommonField

        public LookupField.Builder isCommonField​(Boolean isCommonField)
        A flag indicating whether or not the lookup field is a common field.
        Parameters:
        isCommonField - the value to set
        Returns:
        this builder
      • matchOperator

        public LookupField.Builder matchOperator​(String matchOperator)
        The match operator.
        Parameters:
        matchOperator - the value to set
        Returns:
        this builder
      • name

        public LookupField.Builder name​(String name)
        The field name.
        Parameters:
        name - the value to set
        Returns:
        this builder
      • position

        public LookupField.Builder position​(Long position)
        THe field position.
        Parameters:
        position - the value to set
        Returns:
        this builder