public class InheritedForm extends AbstractModel
Constructor and Description |
---|
InheritedForm() |
InheritedForm(InheritedForm source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getOrgNodeIds()
Get List of IDs of the user's organization nodes.
|
String[] |
getUserGroupIds()
Get List of IDs of the user's user groups.
|
void |
setOrgNodeIds(String[] OrgNodeIds)
Set List of IDs of the user's organization nodes.
|
void |
setUserGroupIds(String[] UserGroupIds)
Set List of IDs of the user's user groups.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public InheritedForm()
public InheritedForm(InheritedForm source)
public String[] getUserGroupIds()
public void setUserGroupIds(String[] UserGroupIds)
UserGroupIds
- List of IDs of the user's user groups.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getOrgNodeIds()
public void setOrgNodeIds(String[] OrgNodeIds)
OrgNodeIds
- List of IDs of the user's organization nodes.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.