Uses of Class
org.apache.maven.api.model.MailingList.Builder
-
Uses of MailingList.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return MailingList.BuilderModifier and TypeMethodDescriptionMailingList.Builder.importedFrom(InputLocation importedFrom) MailingList.Builder.location(Object key, InputLocation location) static MailingList.BuilderMailingList.newBuilder()Creates a newMailingListbuilder instance.static MailingList.BuilderMailingList.newBuilder(boolean withDefaults) Creates a newMailingListbuilder instance using default values or not.static MailingList.BuilderMailingList.newBuilder(MailingList from) Creates a newMailingListbuilder instance using the specified object as a basis.static MailingList.BuilderMailingList.newBuilder(MailingList from, boolean forceCopy) Creates a newMailingListbuilder instance using the specified object as a basis.MailingList.Builder.otherArchives(Collection<String> otherArchives) MailingList.Builder.unsubscribe(String unsubscribe) MailingList.with()Creates a new builder with this object as the basis.Constructors in org.apache.maven.api.model with parameters of type MailingList.BuilderModifierConstructorDescriptionprotectedMailingList(MailingList.Builder builder) Constructor for this class, to be called from its subclasses andMailingList.Builder.