| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| Modifier and Type | Method and Description |
|---|---|
CChangeType |
CItemType.type() |
CChangeType |
CItem.type() |
static CChangeType |
CChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CChangeType[] |
CChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static CItem |
CItem.of(LocalDate date,
String summary,
Iterable<String> tickets,
CChangeType type)
Construct a new immutable
CItem instance. |
static CItem |
CItem.of(LocalDate date,
String summary,
List<String> tickets,
CChangeType type)
Construct a new immutable
CItem instance. |
CItem.Builder |
CItem.Builder.setType(CChangeType type)
Initializes the value for the
type attribute. |
CItem |
CItem.withType(CChangeType value)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2016 <code@io7m.com> http://io7m.com