public class InheritedForm extends AbstractModel
header, skipSign| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 © 2025. All rights reserved.