Uses of Interface
com.io7m.changelog.core.CTicketSystemType
-
Packages that use CTicketSystemType Package Description com.io7m.changelog.core Core types. -
-
Uses of CTicketSystemType in com.io7m.changelog.core
Classes in com.io7m.changelog.core that implement CTicketSystemType Modifier and Type Class Description classCTicketSystemThe definition of a ticket system.Methods in com.io7m.changelog.core with parameters of type CTicketSystemType Modifier and Type Method Description static CTicketSystemCTicketSystem. copyOf(CTicketSystemType instance)Creates an immutable copy of aCTicketSystemTypevalue.CTicketSystem.BuilderCTicketSystem.Builder. from(CTicketSystemType instance)Fill a builder with attribute values from the providedCTicketSystemTypeinstance.
-