Interface ComponentBuilder

All Known Implementing Classes:
QueryBuilder, TransactionBuilder

public interface ComponentBuilder
ComponentBuilder
Since:
1.0.0.2
Author:
creatorfromhell
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a component builder instance that can be used to build components.
    Returns the identifier of the component.
  • Method Details

    • identifier

      Returns the identifier of the component.
      Returns:
      the identifier of the component as a string.
    • builder

      Returns a component builder instance that can be used to build components.
      Returns:
      a ComponentBuilder instance.