@Generated public class MailingList extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
MailingList() |
MailingList(MailingList delegate) |
MailingList(MailingList delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
void |
addOtherArchive(String otherArchive) |
MailingList |
clone() |
String |
getArchive() |
MailingList |
getDelegate() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
String |
getName() |
List<String> |
getOtherArchives() |
String |
getPost() |
String |
getSubscribe() |
String |
getUnsubscribe() |
static List<MailingList> |
mailingListToApiV3(List<MailingList> list) |
static List<MailingList> |
mailingListToApiV4(List<MailingList> list) |
void |
removeOtherArchive(String otherArchive) |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setArchive(String archive) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setName(String name) |
void |
setOtherArchives(List<String> otherArchives) |
void |
setPost(String post) |
void |
setSubscribe(String subscribe) |
void |
setUnsubscribe(String unsubscribe) |
update
public MailingList()
public MailingList(MailingList delegate)
public MailingList(MailingList delegate, BaseObject parent)
public MailingList clone()
public MailingList getDelegate()
getDelegate
in class BaseObject
public String getName()
public void setName(String name)
public String getSubscribe()
public void setSubscribe(String subscribe)
public String getUnsubscribe()
public void setUnsubscribe(String unsubscribe)
public String getPost()
public void setPost(String post)
public String getArchive()
public void setArchive(String archive)
public void addOtherArchive(String otherArchive)
public void removeOtherArchive(String otherArchive)
public InputLocation getLocation(Object key)
InputLocationTracker
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
key
- The key of the field, must not be
null
.location
- The location of the field, may be
null
.protected boolean replace(Object oldDelegate, Object newDelegate)
replace
in class BaseObject
public static List<MailingList> mailingListToApiV4(List<MailingList> list)
public static List<MailingList> mailingListToApiV3(List<MailingList> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.