Uses of Class
com.microsoft.exchange.messages.ResponseCodeType

Packages that use ResponseCodeType
com.microsoft.exchange.messages   
 

Uses of ResponseCodeType in com.microsoft.exchange.messages
 

Fields in com.microsoft.exchange.messages declared as ResponseCodeType
protected  ResponseCodeType ResponseMessageType.responseCode
           
 

Methods in com.microsoft.exchange.messages that return ResponseCodeType
static ResponseCodeType ResponseCodeType.fromValue(String v)
           
 ResponseCodeType ResponseMessageType.getResponseCode()
          Gets the value of the responseCode property.
static ResponseCodeType ResponseCodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResponseCodeType[] ResponseCodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.microsoft.exchange.messages with parameters of type ResponseCodeType
 void ResponseMessageType.setResponseCode(ResponseCodeType value)
          Sets the value of the responseCode property.
 



Copyright © 2012 Jasig. All Rights Reserved.