Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.ConflictType
-
Packages that use ConflictType Package Description microsoft.exchange.webservices.data.core.enumeration.property microsoft.exchange.webservices.data.property.complex.availability -
-
Uses of ConflictType in microsoft.exchange.webservices.data.core.enumeration.property
Methods in microsoft.exchange.webservices.data.core.enumeration.property that return ConflictType Modifier and Type Method Description static ConflictTypeConflictType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConflictType[]ConflictType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConflictType in microsoft.exchange.webservices.data.property.complex.availability
Methods in microsoft.exchange.webservices.data.property.complex.availability that return ConflictType Modifier and Type Method Description ConflictTypeConflict. getConflictType()Gets the type of the conflict.Constructors in microsoft.exchange.webservices.data.property.complex.availability with parameters of type ConflictType Constructor Description Conflict(ConflictType conflictType)Initializes a new instance of the Conflict class.
-