Class TaskSchema
- java.lang.Object
-
- microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
-
- microsoft.exchange.webservices.data.core.service.schema.ItemSchema
-
- microsoft.exchange.webservices.data.core.service.schema.TaskSchema
-
- All Implemented Interfaces:
Iterable<PropertyDefinition>
public class TaskSchema extends ItemSchema
Represents the schema for task item.
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyDefinitionActualWorkDefines the ActualWork property.static PropertyDefinitionAssignedTimeDefines the AssignedTime property.static PropertyDefinitionBillingInformationDefines the BillingInformation property.static PropertyDefinitionChangeCountDefines the ChangeCount property.static PropertyDefinitionCompaniesDefines the Companies property.static PropertyDefinitionCompleteDateDefines the CompleteDate property.static PropertyDefinitionContactsDefines the Contacts property.static PropertyDefinitionDelegationStateDefines the DelegationState property.static PropertyDefinitionDelegatorDefines the Delegator property.static PropertyDefinitionDueDateDefines the DueDate property.static TaskSchemaInstanceThis must be declared after the property definitions.static PropertyDefinitionIsCompleteDefines the IsComplete property.static PropertyDefinitionIsRecurringDefines the IsRecurring property.static PropertyDefinitionIsTeamTaskDefines the IsTeamTask property.static PropertyDefinitionMileageDefines the Mileage property.static PropertyDefinitionModeDefines the Mode property.static PropertyDefinitionOwnerDefines the Owner property.static PropertyDefinitionPercentCompleteDefines the PercentComplete property.static PropertyDefinitionRecurrenceDefines the Recurrence property.static PropertyDefinitionStartDateDefines the StartDate property.static PropertyDefinitionStatusDefines the Status property.static PropertyDefinitionStatusDescriptionDefines the StatusDescription property.static PropertyDefinitionTotalWorkDefines the TotalWork property.-
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
AllowedResponseActions, Attachments, Body, Categories, ConversationId, Culture, DateTimeCreated, DateTimeReceived, DateTimeSent, DisplayCc, DisplayTo, EffectiveRights, HasAttachments, Id, Importance, InReplyTo, InternetMessageHeaders, IsAssociated, IsDraft, IsFromMe, IsReminderSet, IsResend, IsSubmitted, IsUnmodified, ItemClass, LastModifiedName, LastModifiedTime, MimeContent, ParentFolderId, ReminderDueBy, ReminderMinutesBeforeStart, Sensitivity, Size, StoreEntryId, Subject, UniqueBody, WebClientEditFormQueryString, WebClientReadFormQueryString
-
Fields inherited from class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
extendedProperties
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidregisterProperties()This must be declared after the property definitions.-
Methods inherited from class microsoft.exchange.webservices.data.core.service.schema.ItemSchema
getInstance
-
Methods inherited from class microsoft.exchange.webservices.data.core.service.schema.ServiceObjectSchema
addSchemaPropertiesToDictionary, addSchemaPropertyNamesToDictionary, findPropertyDefinition, getFirstClassProperties, getFirstClassSummaryProperties, initializeSchemaPropertyNames, iterator, registerIndexedProperty, registerInternalProperty, registerProperty, tryGetPropertyDefinition
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
ActualWork
public static final PropertyDefinition ActualWork
Defines the ActualWork property.
-
AssignedTime
public static final PropertyDefinition AssignedTime
Defines the AssignedTime property.
-
BillingInformation
public static final PropertyDefinition BillingInformation
Defines the BillingInformation property.
-
ChangeCount
public static final PropertyDefinition ChangeCount
Defines the ChangeCount property.
-
Companies
public static final PropertyDefinition Companies
Defines the Companies property.
-
CompleteDate
public static final PropertyDefinition CompleteDate
Defines the CompleteDate property.
-
Contacts
public static final PropertyDefinition Contacts
Defines the Contacts property.
-
DelegationState
public static final PropertyDefinition DelegationState
Defines the DelegationState property.
-
Delegator
public static final PropertyDefinition Delegator
Defines the Delegator property.
-
DueDate
public static final PropertyDefinition DueDate
Defines the DueDate property.
-
Mode
public static final PropertyDefinition Mode
Defines the Mode property.
-
IsComplete
public static final PropertyDefinition IsComplete
Defines the IsComplete property.
-
IsRecurring
public static final PropertyDefinition IsRecurring
Defines the IsRecurring property.
-
IsTeamTask
public static final PropertyDefinition IsTeamTask
Defines the IsTeamTask property.
-
Mileage
public static final PropertyDefinition Mileage
Defines the Mileage property.
-
Owner
public static final PropertyDefinition Owner
Defines the Owner property.
-
PercentComplete
public static final PropertyDefinition PercentComplete
Defines the PercentComplete property.
-
Recurrence
public static final PropertyDefinition Recurrence
Defines the Recurrence property.
-
StartDate
public static final PropertyDefinition StartDate
Defines the StartDate property.
-
Status
public static final PropertyDefinition Status
Defines the Status property.
-
StatusDescription
public static final PropertyDefinition StatusDescription
Defines the StatusDescription property.
-
TotalWork
public static final PropertyDefinition TotalWork
Defines the TotalWork property.
-
Instance
public static final TaskSchema Instance
This must be declared after the property definitions.
-
-
Method Detail
-
registerProperties
protected void registerProperties()
This must be declared after the property definitions.- Overrides:
registerPropertiesin classItemSchema
-
-