| Modifier and Type | Method and Description |
|---|---|
ImmutableMessageFilter |
ImmutableMessageFilter.Builder.build()
Builds a new
ImmutableMessageFilter. |
static ImmutableMessageFilter |
ImmutableMessageFilter.copyOf(MessageFilter instance)
Creates an immutable copy of a
MessageFilter value. |
ImmutableMessageFilter |
ImmutableMessageFilter.withFrom(LocalDateTime value)
Copy the current immutable object by setting a present value for the optional
from attribute. |
ImmutableMessageFilter |
ImmutableMessageFilter.withFrom(Optional<? extends LocalDateTime> optional)
Copy the current immutable object by setting an optional value for the
from attribute. |
ImmutableMessageFilter |
ImmutableMessageFilter.withKey(String value)
Copy the current immutable object by setting a value for the
key attribute. |
ImmutableMessageFilter |
ImmutableMessageFilter.withKeyFormat(org.jresearch.gavka.domain.KeyFormat value)
Copy the current immutable object by setting a value for the
keyFormat attribute. |
ImmutableMessageFilter |
ImmutableMessageFilter.withMessageFormat(org.jresearch.gavka.domain.MessageFormat value)
Copy the current immutable object by setting a value for the
messageFormat attribute. |
ImmutableMessageFilter |
ImmutableMessageFilter.withTopic(String value)
Copy the current immutable object by setting a value for the
topic attribute. |
ImmutableMessageFilter |
ImmutableMessageFilter.withValuePattern(String value)
Copy the current immutable object by setting a value for the
valuePattern attribute. |
Copyright © 2019. All rights reserved.