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

Packages that use PermissionActionType
com.microsoft.exchange.types   
 

Uses of PermissionActionType in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as PermissionActionType
protected  PermissionActionType BasePermissionType.deleteItems
           
protected  PermissionActionType BasePermissionType.editItems
           
 

Methods in com.microsoft.exchange.types that return PermissionActionType
static PermissionActionType PermissionActionType.fromValue(String v)
           
 PermissionActionType BasePermissionType.getDeleteItems()
          Gets the value of the deleteItems property.
 PermissionActionType BasePermissionType.getEditItems()
          Gets the value of the editItems property.
static PermissionActionType PermissionActionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PermissionActionType[] PermissionActionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.microsoft.exchange.types with parameters of type PermissionActionType
 void BasePermissionType.setDeleteItems(PermissionActionType value)
          Sets the value of the deleteItems property.
 void BasePermissionType.setEditItems(PermissionActionType value)
          Sets the value of the editItems property.
 



Copyright © 2012 Jasig. All Rights Reserved.