@Generated public class Site extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
Site() |
Site(Site delegate) |
Site(Site delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
Site |
clone() |
String |
getChildSiteUrlInheritAppendPath() |
Site |
getDelegate() |
String |
getId() |
InputLocation |
getLocation(Object key)
Gets the ___location of the specified field in the input
source.
|
String |
getName() |
String |
getUrl() |
boolean |
isChildSiteUrlInheritAppendPath() |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setChildSiteUrlInheritAppendPath(String childSiteUrlInheritAppendPath) |
void |
setId(String id) |
void |
setLocation(Object key,
InputLocation ___location)
Sets the ___location of the specified field.
|
void |
setName(String name) |
void |
setUrl(String url) |
static List<Site> |
siteToApiV3(List<Site> list) |
static List<Site> |
siteToApiV4(List<Site> list) |
update
public Site()
public Site(Site delegate)
public Site(Site delegate, BaseObject parent)
public Site getDelegate()
getDelegate
in class BaseObject
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public String getChildSiteUrlInheritAppendPath()
public void setChildSiteUrlInheritAppendPath(String childSiteUrlInheritAppendPath)
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 boolean isChildSiteUrlInheritAppendPath()
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.