| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| Modifier and Type | Method | Description |
|---|---|---|
CVersionStandard |
CVersionStandard.Builder.build() |
Builds a new
CVersionStandard. |
static CVersionStandard |
CVersionStandard.copyOf(CVersionStandardType instance) |
Creates an immutable copy of a
CVersionStandardType value. |
static CVersionStandard |
CVersionStandard.of(int major,
int minor,
int patch,
java.lang.String qualifier) |
Construct a new immutable
CVersionStandard instance. |
CVersionStandard |
CVersionStandard.withMajor(int value) |
Copy the current immutable object by setting a value for the
major attribute. |
CVersionStandard |
CVersionStandard.withMinor(int value) |
Copy the current immutable object by setting a value for the
minor attribute. |
CVersionStandard |
CVersionStandard.withPatch(int value) |
Copy the current immutable object by setting a value for the
patch attribute. |
CVersionStandard |
CVersionStandard.withQualifier(java.lang.String value) |
Copy the current immutable object by setting a value for the
qualifier attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com