| Package | Description |
|---|---|
| com.github.jcustenborder.kafka.connect.utils.templates |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCopy |
ImmutableCopy.Builder.build()
Builds a new
ImmutableCopy. |
static ImmutableCopy |
ImmutableCopy.copyOf(Notes.Copy instance)
Creates an immutable copy of a
Notes.Copy value. |
ImmutableCopy |
ImmutableCopy.withDanger(String value)
Copy the current immutable object by setting a value for the
danger attribute. |
ImmutableCopy |
ImmutableCopy.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableCopy |
ImmutableCopy.withIcon(String value)
Copy the current immutable object by setting a value for the
icon attribute. |
ImmutableCopy |
ImmutableCopy.withImportant(String value)
Copy the current immutable object by setting a value for the
important attribute. |
ImmutableCopy |
ImmutableCopy.withIntroduction(String value)
Copy the current immutable object by setting a value for the
introduction attribute. |
ImmutableCopy |
ImmutableCopy.withNote(String value)
Copy the current immutable object by setting a value for the
note attribute. |
ImmutableCopy |
ImmutableCopy.withTip(String value)
Copy the current immutable object by setting a value for the
tip attribute. |
ImmutableCopy |
ImmutableCopy.withTitle(String value)
Copy the current immutable object by setting a value for the
title attribute. |
ImmutableCopy |
ImmutableCopy.withWarning(String value)
Copy the current immutable object by setting a value for the
warning attribute. |
Copyright © 2016–2019. All rights reserved.