|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.autodiscover.AutodiscoverRequest
com.microsoft.exchange.autodiscover.GetUserSettingsRequest
public class GetUserSettingsRequest
Java class for GetUserSettingsRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetUserSettingsRequest">
<complexContent>
<extension base="{http://schemas.microsoft.com/exchange/2010/Autodiscover}AutodiscoverRequest">
<sequence>
<element name="Users" type="{http://schemas.microsoft.com/exchange/2010/Autodiscover}Users"/>
<element name="RequestedSettings" type="{http://schemas.microsoft.com/exchange/2010/Autodiscover}RequestedSettings"/>
<element name="RequestedVersion" type="{http://schemas.microsoft.com/exchange/2010/Autodiscover}ExchangeVersion"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected RequestedSettings |
requestedSettings
|
protected ExchangeVersion |
requestedVersion
|
protected Users |
users
|
| Constructor Summary | |
|---|---|
GetUserSettingsRequest()
|
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
RequestedSettings |
getRequestedSettings()
Gets the value of the requestedSettings property. |
ExchangeVersion |
getRequestedVersion()
Gets the value of the requestedVersion property. |
Users |
getUsers()
Gets the value of the users property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setRequestedSettings(RequestedSettings value)
Sets the value of the requestedSettings property. |
void |
setRequestedVersion(ExchangeVersion value)
Sets the value of the requestedVersion property. |
void |
setUsers(Users value)
Sets the value of the users property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Users users
protected RequestedSettings requestedSettings
protected ExchangeVersion requestedVersion
| Constructor Detail |
|---|
public GetUserSettingsRequest()
| Method Detail |
|---|
public Users getUsers()
Userspublic void setUsers(Users value)
value - allowed object is
Userspublic RequestedSettings getRequestedSettings()
RequestedSettingspublic void setRequestedSettings(RequestedSettings value)
value - allowed object is
RequestedSettingspublic ExchangeVersion getRequestedVersion()
ExchangeVersionpublic void setRequestedVersion(ExchangeVersion value)
value - allowed object is
ExchangeVersionpublic String toString()
toString in class AutodiscoverRequest
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AutodiscoverRequest
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AutodiscoverRequest
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AutodiscoverRequestpublic boolean equals(Object object)
equals in class AutodiscoverRequest
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AutodiscoverRequestpublic int hashCode()
hashCode in class AutodiscoverRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||