Uses of Class
com.io7m.changelog.core.CModuleName
-
Packages that use CModuleName Package Description com.io7m.changelog.core Core types. -
-
Uses of CModuleName in com.io7m.changelog.core
Methods in com.io7m.changelog.core that return CModuleName Modifier and Type Method Description CModuleNameCModuleName.Builder. build()Builds a newCModuleName.static CModuleNameCModuleName. copyOf(CModuleNameType instance)Creates an immutable copy of aCModuleNameTypevalue.static CModuleNameCModuleName. of(String value)Construct a new immutableCModuleNameinstance.CModuleNameCModuleName. 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 CModuleName Modifier and Type Method Description Optional<CModuleName>CChange. module()Optional<CModuleName>CChangeType. module()Methods in com.io7m.changelog.core with parameters of type CModuleName Modifier and Type Method Description CChange.BuilderCChange.Builder. setModule(CModuleName module)Initializes the optional valuemoduleto module.CChangeCChange. withModule(CModuleName value)Copy the current immutable object by setting a present value for the optionalmoduleattribute.Method parameters in com.io7m.changelog.core with type arguments of type CModuleName Modifier and Type Method Description 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. setModule(Optional<? extends CModuleName> module)Initializes the optional valuemoduleto module.CChangeCChange. withModule(Optional<? extends CModuleName> optional)Copy the current immutable object by setting an optional value for themoduleattribute.
-