CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.Builder.build() |
|
static CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.copyOf(CAtomChangelogWriterConfigurationType instance) |
|
static CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.of(ZonedDateTime updated,
String authorEmail,
String authorName,
String title,
URI uri) |
Construct a new immutable CAtomChangelogWriterConfiguration instance.
|
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withAuthorEmail(String value) |
Copy the current immutable object by setting a value for the authorEmail attribute.
|
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withAuthorName(String value) |
Copy the current immutable object by setting a value for the authorName attribute.
|
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withTitle(String value) |
Copy the current immutable object by setting a value for the title attribute.
|
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withUpdated(ZonedDateTime value) |
Copy the current immutable object by setting a value for the updated attribute.
|
CAtomChangelogWriterConfiguration |
CAtomChangelogWriterConfiguration.withUri(URI value) |
Copy the current immutable object by setting a value for the uri attribute.
|