@Generated public class Developer extends Contributor implements Serializable, Cloneable
BaseObject.ChildrenTrackingchildrenTracking, delegate| Constructor and Description |
|---|
Developer() |
Developer(Developer delegate) |
Developer(Developer delegate,
BaseObject parent) |
| Modifier and Type | Method and Description |
|---|---|
Developer |
clone() |
static List<Developer> |
developerToApiV3(List<Developer> list) |
static List<Developer> |
developerToApiV4(List<Developer> list) |
Developer |
getDelegate() |
String |
getId() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setId(String id) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
addRole, contributorToApiV3, contributorToApiV4, getEmail, getName, getOrganization, getOrganizationUrl, getProperties, getRoles, getTimezone, getUrl, removeRole, setEmail, setName, setOrganization, setOrganizationUrl, setProperties, setRoles, setTimezone, setUrlupdatepublic Developer()
public Developer(Developer delegate)
public Developer(Developer delegate, BaseObject parent)
public Developer clone()
clone in class Contributorpublic Developer getDelegate()
getDelegate in class Contributorpublic String getId()
public void setId(String id)
public InputLocation getLocation(Object key)
InputLocationTrackergetLocation in interface InputLocationTrackergetLocation in class Contributorkey - The key of the field, must not be
null.null if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackersetLocation in class Contributorkey - 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 ContributorCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.