| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| Modifier and Type | Method | Description |
|---|---|---|
CTicketSystem |
CTicketSystem.Builder.build() |
Builds a new
CTicketSystem. |
static CTicketSystem |
CTicketSystem.copyOf(CTicketSystemType instance) |
Creates an immutable copy of a
CTicketSystemType value. |
static CTicketSystem |
CTicketSystem.of(java.lang.String id,
java.lang.Iterable<? extends java.net.URI> uris) |
Construct a new immutable
CTicketSystem instance. |
static CTicketSystem |
CTicketSystem.of(java.lang.String id,
java.util.List<java.net.URI> uris) |
Construct a new immutable
CTicketSystem instance. |
CTicketSystem |
CTicketSystem.withId(java.lang.String value) |
Copy the current immutable object by setting a value for the
id attribute. |
CTicketSystem |
CTicketSystem.withUris(java.lang.Iterable<? extends java.net.URI> elements) |
Copy the current immutable object with elements that replace the content of
uris. |
CTicketSystem |
CTicketSystem.withUris(java.net.URI... elements) |
Copy the current immutable object with elements that replace the content of
uris. |
Copyright © 2017 <code@io7m.com> http://io7m.com