public class RemoveGroupMembershipParam extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="groupHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}HandleArray"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RemoveGroupMembershipParam() |
| Modifier and Type | Method and Description |
|---|---|
HandleArray |
getGroupHandleArray()
Gets the value of the groupHandleArray property.
|
String |
getUserHandle()
Gets the value of the userHandle property.
|
void |
setGroupHandleArray(HandleArray value)
Sets the value of the groupHandleArray property.
|
void |
setUserHandle(String value)
Sets the value of the userHandle property.
|
public String getUserHandle()
Stringpublic void setUserHandle(String value)
value - allowed object is
Stringpublic HandleArray getGroupHandleArray()
HandleArraypublic void setGroupHandleArray(HandleArray value)
value - allowed object is
HandleArrayCopyright © 2010 - 2020 Adobe. All Rights Reserved