Class HistoryRecipientRemoveEvent.HistoryRecipientRemoveEventBuilder<C extends HistoryRecipientRemoveEvent,B extends HistoryRecipientRemoveEvent.HistoryRecipientRemoveEventBuilder<C,B>>

java.lang.Object
com.totvs.tjf.communication.sdk.events.history.HistoryRecipientRemoveEvent.HistoryRecipientRemoveEventBuilder<C,B>
Enclosing class:
HistoryRecipientRemoveEvent

public abstract static class HistoryRecipientRemoveEvent.HistoryRecipientRemoveEventBuilder<C extends HistoryRecipientRemoveEvent,B extends HistoryRecipientRemoveEvent.HistoryRecipientRemoveEventBuilder<C,B>> extends Object
  • Constructor Details

    • HistoryRecipientRemoveEventBuilder

      public HistoryRecipientRemoveEventBuilder()
  • Method Details

    • tenantId

      public B tenantId(String tenantId)
      Returns:
      this.
    • applicationId

      public B applicationId(String applicationId)
      Returns:
      this.
    • historyId

      public B historyId(String historyId)
      Returns:
      this.
    • code

      public B code(String code)
      Returns:
      this.
    • type

      public B type(MessageType type)
      Returns:
      this.
    • address

      public B address(String address)
      Returns:
      this.
    • self

      protected abstract B self()
    • build

      public abstract C build()
    • toString

      public String toString()
      Overrides:
      toString in class Object