Interface CodegenGenericDataEnum.Builder

    • Method Detail

      • values

        CodegenGenericDataEnum.Builder values​(Collection<String> values)

        The list of enum values in the generic data schema.

        Parameters:
        values - The list of enum values in the generic data schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        CodegenGenericDataEnum.Builder values​(String... values)

        The list of enum values in the generic data schema.

        Parameters:
        values - The list of enum values in the generic data schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.