GDataQuery
Object Hierarchy:
Description:
[ CCode ( ref_function = "e_gdata_query_ref" , type_id = "e_gdata_query_get_type ()" , unref_function = "e_gdata_query_unref" ) ]
[ Compact ]
[ Version ( since = "3.46" ) ]
public class GDataQuery
Content:
Creation methods:
Methods:
- public GDataQuery @ref ()
Increases the reference count of the this
.
- public int64 get_completed_max (out bool out_exists)
Gets current value of the completed max property, as a Unix date/time.
- public int64 get_completed_min (out bool out_exists)
Gets current value of the completed min property, as a Unix date/time.
- public int64 get_due_max (out bool out_exists)
Gets current value of the due max property, as a Unix date/time.
- public int64 get_due_min (out bool out_exists)
Gets current value of the due min property, as a Unix date/time.
- public int get_max_results (out bool out_exists)
Gets current value of the max results property.
- public bool get_show_completed (out bool out_exists)
Gets current value of the show completed property.
- public bool get_show_deleted (out bool out_exists)
Gets current value of the show deleted property.
- public bool get_show_hidden (out bool out_exists)
Gets current value of the show hidden property.
- public int64 get_updated_min (out bool out_exists)
Gets current value of the updated min property, as a Unix date/time.
- public void set_completed_max (int64 value)
Sets upper bound for a task's completion date, as a Unix date/time, to
filter by.
- public void set_completed_min (int64 value)
Sets lower bound for a task's completion date, as a Unix date/time, to
filter by.
- public void set_due_max (int64 value)
Sets upper bound for a task's due date, as a Unix date/time, to filter
by.
- public void set_due_min (int64 value)
Sets lower bound for a task's due date, as a Unix date/time, to filter
by.
- public void set_max_results (int value)
Sets max results to be returned in one call.
- public void set_show_completed (bool value)
Sets a flag indicating whether completed tasks are returned in the
result.
- public void set_show_deleted (bool value)
Sets a flag indicating whether deleted tasks are returned in the
result.
- public void set_show_hidden (bool value)
Sets a flag indicating whether hidden tasks are returned in the
result.
- public void set_updated_min (int64 value)
Sets lower bound for a task's last modification time, as a Unix
date/time, to filter by.
- public string? to_string ()
Converts the this into a string,
which can be used as a URI query.
- public void unref ()
Decreases the reference count of the this
.