Uses of Class
odata.msgraph.client.beta.complex.TaskViewpoint
-
Packages that use TaskViewpoint Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TaskViewpoint in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TaskViewpoint Modifier and Type Method Description TaskViewpointTaskViewpoint.Builder. build()TaskViewpointTaskViewpoint. withReminderDateTime(DateTimeTimeZone reminderDateTime)TaskViewpointTaskViewpoint. withUnmappedField(String name, String value) -
Uses of TaskViewpoint in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TaskViewpoint Modifier and Type Field Description protected TaskViewpointBaseTask. viewpointMethods in odata.msgraph.client.beta.entity that return types with arguments of type TaskViewpoint Modifier and Type Method Description Optional<TaskViewpoint>BaseTask. getViewpoint()Methods in odata.msgraph.client.beta.entity with parameters of type TaskViewpoint Modifier and Type Method Description Task.BuilderTask.Builder. viewpoint(TaskViewpoint viewpoint)BaseTaskBaseTask. withViewpoint(TaskViewpoint viewpoint)
-