@Generated public class Developer extends Contributor implements Serializable, Cloneable
BaseObject.ChildrenTracking
childrenTracking, 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, setUrl
update
public Developer()
public Developer(Developer delegate)
public Developer(Developer delegate, BaseObject parent)
public Developer clone()
clone
in class Contributor
public Developer getDelegate()
getDelegate
in class Contributor
public String getId()
public void setId(String id)
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
getLocation
in class Contributor
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
setLocation
in class Contributor
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 Contributor
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.