Uses of Class
odata.msgraph.client.beta.entity.BaseTask
-
Packages that use BaseTask Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of BaseTask in odata.msgraph.client.beta.entity
Subclasses of BaseTask in odata.msgraph.client.beta.entity Modifier and Type Class Description classTaskMethods in odata.msgraph.client.beta.entity that return BaseTask Modifier and Type Method Description BaseTaskBaseTask. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.BaseTaskBaseTask. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).BaseTaskBaseTask. withBodyLastModifiedDateTime(OffsetDateTime bodyLastModifiedDateTime)BaseTaskBaseTask. withCompletedDateTime(OffsetDateTime completedDateTime)BaseTaskBaseTask. withCreatedDateTime(OffsetDateTime createdDateTime)BaseTaskBaseTask. withDisplayName(String displayName)BaseTaskBaseTask. withDueDateTime(DateTimeTimeZone dueDateTime)BaseTaskBaseTask. withImportance(Importance importance)BaseTaskBaseTask. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)BaseTaskBaseTask. withRecurrence(PatternedRecurrence recurrence)BaseTaskBaseTask. withStartDateTime(DateTimeTimeZone startDateTime)BaseTaskBaseTask. withStatus(TaskStatus_v2 status)BaseTaskBaseTask. withTextBody(String textBody)BaseTaskBaseTask. withUnmappedField(String name, String value)BaseTaskBaseTask. withViewpoint(TaskViewpoint viewpoint)Methods in odata.msgraph.client.beta.entity that return types with arguments of type BaseTask Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<BaseTask>BaseTask. move(String destinationTaskListId) -
Uses of BaseTask in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type BaseTask Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<BaseTask>BaseTaskCollectionRequest. delta() -
Uses of BaseTask in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type BaseTask Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<BaseTask>BaseTaskRequest. move(String destinationTaskListId)
-