Interface CustomParameter.Builder

    • Method Detail

      • defaultValue

        CustomParameter.Builder defaultValue​(String defaultValue)

        The default value of the parameter.

        Parameters:
        defaultValue - The default value of the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CustomParameter.Builder description​(String description)

        The description of the parameter.

        Parameters:
        description - The description of the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fieldType

        CustomParameter.Builder fieldType​(String fieldType)

        The filed type of the parameter.

        Parameters:
        fieldType - The filed type of the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isEditable

        CustomParameter.Builder isEditable​(Boolean isEditable)

        Specifies whether the parameter is editable.

        Parameters:
        isEditable - Specifies whether the parameter is editable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isOptional

        CustomParameter.Builder isOptional​(Boolean isOptional)

        Specifies whether the custom parameter is optional.

        Parameters:
        isOptional - Specifies whether the custom parameter is optional.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyName

        CustomParameter.Builder keyName​(String keyName)

        The key name of the parameter.

        Parameters:
        keyName - The key name of the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.