| Package | Description |
|---|---|
| com.io7m.changelog.core |
Core types.
|
| Modifier and Type | Method and 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(String id,
Iterable<? extends URI> uris)
Construct a new immutable
CTicketSystem instance. |
static CTicketSystem |
CTicketSystem.of(String id,
List<URI> uris)
Construct a new immutable
CTicketSystem instance. |
CTicketSystem |
CTicketSystem.withId(String value)
Copy the current immutable object by setting a value for the
id attribute. |
CTicketSystem |
CTicketSystem.withUris(Iterable<? extends URI> elements)
Copy the current immutable object with elements that replace the content of
uris. |
CTicketSystem |
CTicketSystem.withUris(URI... elements)
Copy the current immutable object with elements that replace the content of
uris. |
Copyright © 2016 <code@io7m.com> http://io7m.com