Uses of Class
com.microsoft.exchange.types.ResponseClassType

Packages that use ResponseClassType
com.microsoft.exchange.messages   
com.microsoft.exchange.types   
 

Uses of ResponseClassType in com.microsoft.exchange.messages
 

Fields in com.microsoft.exchange.messages declared as ResponseClassType
protected  ResponseClassType ResponseMessageType.responseClass
           
 

Methods in com.microsoft.exchange.messages that return ResponseClassType
 ResponseClassType ResponseMessageType.getResponseClass()
          Gets the value of the responseClass property.
 

Methods in com.microsoft.exchange.messages with parameters of type ResponseClassType
 void ResponseMessageType.setResponseClass(ResponseClassType value)
          Sets the value of the responseClass property.
 

Uses of ResponseClassType in com.microsoft.exchange.types
 

Methods in com.microsoft.exchange.types that return ResponseClassType
static ResponseClassType ResponseClassType.fromValue(String v)
           
static ResponseClassType ResponseClassType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResponseClassType[] ResponseClassType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 Jasig. All Rights Reserved.