@Generated public class Contributor extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
Contributor() |
Contributor(Contributor delegate) |
Contributor(Contributor delegate,
BaseObject parent) |
update
public Contributor()
public Contributor(Contributor delegate)
public Contributor(Contributor delegate, BaseObject parent)
public Contributor clone()
public Contributor getDelegate()
getDelegate
in class BaseObject
public String getName()
public void setName(String name)
public String getEmail()
public void setEmail(String email)
public String getUrl()
public void setUrl(String url)
public String getOrganization()
public void setOrganization(String organization)
public String getOrganizationUrl()
public void setOrganizationUrl(String organizationUrl)
public void addRole(String role)
public void removeRole(String role)
public String getTimezone()
public void setTimezone(String timezone)
@Nonnull public Properties getProperties()
public void setProperties(Properties properties)
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<Contributor> contributorToApiV4(List<Contributor> list)
public static List<Contributor> contributorToApiV3(List<Contributor> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.