Uses of Class
com.io7m.changelog.core.CTicketID
-
Packages that use CTicketID Package Description com.io7m.changelog.core Core types. -
-
Uses of CTicketID in com.io7m.changelog.core
Methods in com.io7m.changelog.core that return CTicketID Modifier and Type Method Description CTicketIDCTicketID.Builder. build()Builds a newCTicketID.static CTicketIDCTicketID. copyOf(CTicketIDType instance)Creates an immutable copy of aCTicketIDTypevalue.static CTicketIDCTicketID. of(String value)Construct a new immutableCTicketIDinstance.CTicketIDCTicketID. withValue(String value)Copy the current immutable object by setting a value for thevalueattribute.Methods in com.io7m.changelog.core that return types with arguments of type CTicketID Modifier and Type Method Description io.vavr.collection.List<CTicketID>CChange. tickets()io.vavr.collection.List<CTicketID>CChangeType. tickets()Methods in com.io7m.changelog.core with parameters of type CTicketID Modifier and Type Method Description CChange.BuilderCChange.Builder. addTickets(CTicketID element)CChange.BuilderCChange.Builder. addTickets(CTicketID... elements)Method parameters in com.io7m.changelog.core with type arguments of type CTicketID Modifier and Type Method Description CChange.BuilderCChange.Builder. addAllTickets(Iterable<CTicketID> element)static CChangeCChange. of(ZonedDateTime date, String summary, io.vavr.collection.List<CTicketID> tickets, Optional<? extends CModuleName> module, boolean backwardsCompatible)Construct a new immutableCChangeinstance.CChange.BuilderCChange.Builder. setIterableTickets(Iterable<CTicketID> elements)CChange.BuilderCChange.Builder. setTickets(io.vavr.collection.List<CTicketID> elements)CChangeCChange. withTickets(io.vavr.collection.List<CTicketID> value)
-