| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| Modifier and Type | Method | Description |
|---|---|---|
CChangeType |
CItem.type() |
|
CChangeType |
CItemType.type() |
|
static CChangeType |
CChangeType.valueOf(java.lang.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 | Description |
|---|---|---|
static CItem |
CItem.of(java.time.LocalDate date,
java.lang.String summary,
java.lang.Iterable<java.lang.String> tickets,
CChangeType type) |
Construct a new immutable
CItem instance. |
static CItem |
CItem.of(java.time.LocalDate date,
java.lang.String summary,
java.util.List<java.lang.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 © 2017 <code@io7m.com> http://io7m.com