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

Packages that use DelegateFolderPermissionLevelType
com.microsoft.exchange.types   
 

Uses of DelegateFolderPermissionLevelType in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as DelegateFolderPermissionLevelType
protected  DelegateFolderPermissionLevelType DelegatePermissionsType.calendarFolderPermissionLevel
           
protected  DelegateFolderPermissionLevelType DelegatePermissionsType.contactsFolderPermissionLevel
           
protected  DelegateFolderPermissionLevelType DelegatePermissionsType.inboxFolderPermissionLevel
           
protected  DelegateFolderPermissionLevelType DelegatePermissionsType.journalFolderPermissionLevel
           
protected  DelegateFolderPermissionLevelType DelegatePermissionsType.notesFolderPermissionLevel
           
protected  DelegateFolderPermissionLevelType DelegatePermissionsType.tasksFolderPermissionLevel
           
 

Methods in com.microsoft.exchange.types that return DelegateFolderPermissionLevelType
static DelegateFolderPermissionLevelType DelegateFolderPermissionLevelType.fromValue(String v)
           
 DelegateFolderPermissionLevelType DelegatePermissionsType.getCalendarFolderPermissionLevel()
          Gets the value of the calendarFolderPermissionLevel property.
 DelegateFolderPermissionLevelType DelegatePermissionsType.getContactsFolderPermissionLevel()
          Gets the value of the contactsFolderPermissionLevel property.
 DelegateFolderPermissionLevelType DelegatePermissionsType.getInboxFolderPermissionLevel()
          Gets the value of the inboxFolderPermissionLevel property.
 DelegateFolderPermissionLevelType DelegatePermissionsType.getJournalFolderPermissionLevel()
          Gets the value of the journalFolderPermissionLevel property.
 DelegateFolderPermissionLevelType DelegatePermissionsType.getNotesFolderPermissionLevel()
          Gets the value of the notesFolderPermissionLevel property.
 DelegateFolderPermissionLevelType DelegatePermissionsType.getTasksFolderPermissionLevel()
          Gets the value of the tasksFolderPermissionLevel property.
static DelegateFolderPermissionLevelType DelegateFolderPermissionLevelType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DelegateFolderPermissionLevelType[] DelegateFolderPermissionLevelType.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 DelegateFolderPermissionLevelType
 void DelegatePermissionsType.setCalendarFolderPermissionLevel(DelegateFolderPermissionLevelType value)
          Sets the value of the calendarFolderPermissionLevel property.
 void DelegatePermissionsType.setContactsFolderPermissionLevel(DelegateFolderPermissionLevelType value)
          Sets the value of the contactsFolderPermissionLevel property.
 void DelegatePermissionsType.setInboxFolderPermissionLevel(DelegateFolderPermissionLevelType value)
          Sets the value of the inboxFolderPermissionLevel property.
 void DelegatePermissionsType.setJournalFolderPermissionLevel(DelegateFolderPermissionLevelType value)
          Sets the value of the journalFolderPermissionLevel property.
 void DelegatePermissionsType.setNotesFolderPermissionLevel(DelegateFolderPermissionLevelType value)
          Sets the value of the notesFolderPermissionLevel property.
 void DelegatePermissionsType.setTasksFolderPermissionLevel(DelegateFolderPermissionLevelType value)
          Sets the value of the tasksFolderPermissionLevel property.
 



Copyright © 2012 Jasig. All Rights Reserved.