Class Inbound.Builder<T,​B extends Inbound.Builder<T,​B>>

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setBody

        public B setBody​(T body)
      • setFrom

        public B setFrom​(String from)
      • setId

        public B setId​(String id)
      • setReceivedAt

        public B setReceivedAt​(Instant receivedAt)
      • setTo

        public B setTo​(String to)
      • setClientReference

        public B setClientReference​(String clientReference)
      • setOperatorId

        public B setOperatorId​(String operatorId)
      • setSentAt

        public B setSentAt​(Instant sentAt)
      • build

        public abstract Inbound<?> build()