public class RetrieveUserGroupsRequestType extends Object
Java class for RetrieveUserGroupsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RetrieveUserGroupsRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="domain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="searchStr" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="belongsToGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="belongsToUser" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="exactMatch" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="findUsers" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="findGroups" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
belongsToGroup |
protected String |
belongsToUser |
protected String |
domain |
protected boolean |
exactMatch |
protected boolean |
findGroups |
protected boolean |
findUsers |
protected String |
searchStr |
| Constructor and Description |
|---|
RetrieveUserGroupsRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBelongsToGroup()
Gets the value of the belongsToGroup property.
|
String |
getBelongsToUser()
Gets the value of the belongsToUser property.
|
String |
getDomain()
Gets the value of the domain property.
|
String |
getSearchStr()
Gets the value of the searchStr property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
boolean |
isExactMatch()
Gets the value of the exactMatch property.
|
boolean |
isFindGroups()
Gets the value of the findGroups property.
|
boolean |
isFindUsers()
Gets the value of the findUsers property.
|
void |
setBelongsToGroup(String value)
Sets the value of the belongsToGroup property.
|
void |
setBelongsToUser(String value)
Sets the value of the belongsToUser property.
|
void |
setDomain(String value)
Sets the value of the domain property.
|
void |
setExactMatch(boolean value)
Sets the value of the exactMatch property.
|
void |
setFindGroups(boolean value)
Sets the value of the findGroups property.
|
void |
setFindUsers(boolean value)
Sets the value of the findUsers property.
|
void |
setSearchStr(String value)
Sets the value of the searchStr property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String domain
protected String searchStr
protected String belongsToGroup
protected String belongsToUser
protected boolean exactMatch
protected boolean findUsers
protected boolean findGroups
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getDomain()
Stringpublic void setDomain(String value)
value - allowed object is
Stringpublic String getSearchStr()
Stringpublic void setSearchStr(String value)
value - allowed object is
Stringpublic String getBelongsToGroup()
Stringpublic void setBelongsToGroup(String value)
value - allowed object is
Stringpublic String getBelongsToUser()
Stringpublic void setBelongsToUser(String value)
value - allowed object is
Stringpublic boolean isExactMatch()
public void setExactMatch(boolean value)
public boolean isFindUsers()
public void setFindUsers(boolean value)
public boolean isFindGroups()
public void setFindGroups(boolean value)
Copyright © 2018. All rights reserved.