Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreateTodoListTaskOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateTodoListTaskOperationOptions() CreateTodoListTaskOperationOptions + func (o CreateTodoListTaskOperationOptions) ToHeaders() *client.Headers + func (o CreateTodoListTaskOperationOptions) ToOData() *odata.Query + func (o CreateTodoListTaskOperationOptions) ToQuery() *client.QueryParams + type CreateTodoListTaskOperationResponse struct + HttpResponse *http.Response + Model *beta.TodoTask + OData *odata.OData + type DeleteTodoListTaskOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteTodoListTaskOperationOptions() DeleteTodoListTaskOperationOptions + func (o DeleteTodoListTaskOperationOptions) ToHeaders() *client.Headers + func (o DeleteTodoListTaskOperationOptions) ToOData() *odata.Query + func (o DeleteTodoListTaskOperationOptions) ToQuery() *client.QueryParams + type DeleteTodoListTaskOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetTodoListTaskOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetTodoListTaskOperationOptions() GetTodoListTaskOperationOptions + func (o GetTodoListTaskOperationOptions) ToHeaders() *client.Headers + func (o GetTodoListTaskOperationOptions) ToOData() *odata.Query + func (o GetTodoListTaskOperationOptions) ToQuery() *client.QueryParams + type GetTodoListTaskOperationResponse struct + HttpResponse *http.Response + Model *beta.TodoTask + OData *odata.OData + type GetTodoListTasksCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetTodoListTasksCountOperationOptions() GetTodoListTasksCountOperationOptions + func (o GetTodoListTasksCountOperationOptions) ToHeaders() *client.Headers + func (o GetTodoListTasksCountOperationOptions) ToOData() *odata.Query + func (o GetTodoListTasksCountOperationOptions) ToQuery() *client.QueryParams + type GetTodoListTasksCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListTodoListTasksCompleteResult struct + Items []beta.TodoTask + LatestHttpResponse *http.Response + type ListTodoListTasksCustomPager struct + NextLink *odata.Link + func (p *ListTodoListTasksCustomPager) NextPageLink() *odata.Link + type ListTodoListTasksOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListTodoListTasksOperationOptions() ListTodoListTasksOperationOptions + func (o ListTodoListTasksOperationOptions) ToHeaders() *client.Headers + func (o ListTodoListTasksOperationOptions) ToOData() *odata.Query + func (o ListTodoListTasksOperationOptions) ToQuery() *client.QueryParams + type ListTodoListTasksOperationResponse struct + HttpResponse *http.Response + Model *[]beta.TodoTask + OData *odata.OData + type TodoListTaskClient struct + Client *msgraph.Client + func NewTodoListTaskClientWithBaseURI(sdkApi sdkEnv.Api) (*TodoListTaskClient, error) + func (c TodoListTaskClient) CreateTodoListTask(ctx context.Context, id beta.MeTodoListId, input beta.TodoTask, ...) (result CreateTodoListTaskOperationResponse, err error) + func (c TodoListTaskClient) DeleteTodoListTask(ctx context.Context, id beta.MeTodoListIdTaskId, ...) (result DeleteTodoListTaskOperationResponse, err error) + func (c TodoListTaskClient) GetTodoListTask(ctx context.Context, id beta.MeTodoListIdTaskId, ...) (result GetTodoListTaskOperationResponse, err error) + func (c TodoListTaskClient) GetTodoListTasksCount(ctx context.Context, id beta.MeTodoListId, ...) (result GetTodoListTasksCountOperationResponse, err error) + func (c TodoListTaskClient) ListTodoListTasks(ctx context.Context, id beta.MeTodoListId, ...) (result ListTodoListTasksOperationResponse, err error) + func (c TodoListTaskClient) ListTodoListTasksComplete(ctx context.Context, id beta.MeTodoListId, ...) (ListTodoListTasksCompleteResult, error) + func (c TodoListTaskClient) ListTodoListTasksCompleteMatchingPredicate(ctx context.Context, id beta.MeTodoListId, ...) (result ListTodoListTasksCompleteResult, err error) + func (c TodoListTaskClient) UpdateTodoListTask(ctx context.Context, id beta.MeTodoListIdTaskId, input beta.TodoTask, ...) (result UpdateTodoListTaskOperationResponse, err error) + type TodoTaskOperationPredicate struct + func (p TodoTaskOperationPredicate) Matches(input beta.TodoTask) bool + type UpdateTodoListTaskOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateTodoListTaskOperationOptions() UpdateTodoListTaskOperationOptions + func (o UpdateTodoListTaskOperationOptions) ToHeaders() *client.Headers + func (o UpdateTodoListTaskOperationOptions) ToOData() *odata.Query + func (o UpdateTodoListTaskOperationOptions) ToQuery() *client.QueryParams + type UpdateTodoListTaskOperationResponse struct + HttpResponse *http.Response + OData *odata.OData