com.microsoft.exchange.autodiscover
Class GetUserSettingsRequest

java.lang.Object
  extended by com.microsoft.exchange.autodiscover.AutodiscoverRequest
      extended by com.microsoft.exchange.autodiscover.GetUserSettingsRequest
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class GetUserSettingsRequest
extends AutodiscoverRequest
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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

users

protected Users users

requestedSettings

protected RequestedSettings requestedSettings

requestedVersion

protected ExchangeVersion requestedVersion
Constructor Detail

GetUserSettingsRequest

public GetUserSettingsRequest()
Method Detail

getUsers

public Users getUsers()
Gets the value of the users property.

Returns:
possible object is Users

setUsers

public void setUsers(Users value)
Sets the value of the users property.

Parameters:
value - allowed object is Users

getRequestedSettings

public RequestedSettings getRequestedSettings()
Gets the value of the requestedSettings property.

Returns:
possible object is RequestedSettings

setRequestedSettings

public void setRequestedSettings(RequestedSettings value)
Sets the value of the requestedSettings property.

Parameters:
value - allowed object is RequestedSettings

getRequestedVersion

public ExchangeVersion getRequestedVersion()
Gets the value of the requestedVersion property.

Returns:
possible object is ExchangeVersion

setRequestedVersion

public void setRequestedVersion(ExchangeVersion value)
Sets the value of the requestedVersion property.

Parameters:
value - allowed object is ExchangeVersion

toString

public String toString()
Overrides:
toString in class AutodiscoverRequest

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class AutodiscoverRequest

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
appendFields in class AutodiscoverRequest

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AutodiscoverRequest

equals

public boolean equals(Object object)
Overrides:
equals in class AutodiscoverRequest

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AutodiscoverRequest

hashCode

public int hashCode()
Overrides:
hashCode in class AutodiscoverRequest


Copyright © 2013 Jasig. All Rights Reserved.