Uses of Interface
com.io7m.changelog.core.CTicketIDType
-
Packages that use CTicketIDType Package Description com.io7m.changelog.core Core types. -
-
Uses of CTicketIDType in com.io7m.changelog.core
Classes in com.io7m.changelog.core that implement CTicketIDType Modifier and Type Class Description classCTicketIDThe type of ticket IDs.Methods in com.io7m.changelog.core with parameters of type CTicketIDType Modifier and Type Method Description static CTicketIDCTicketID. copyOf(CTicketIDType instance)Creates an immutable copy of aCTicketIDTypevalue.CTicketID.BuilderCTicketID.Builder. from(CTicketIDType instance)Fill a builder with attribute values from the providedCTicketIDTypeinstance.
-