todolist

package
v0.20241209.1115630 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateTodoListOperationOptions

type CreateTodoListOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateTodoListOperationOptions

func DefaultCreateTodoListOperationOptions() CreateTodoListOperationOptions

func (CreateTodoListOperationOptions) ToHeaders

func (CreateTodoListOperationOptions) ToOData

func (CreateTodoListOperationOptions) ToQuery

type CreateTodoListOperationResponse

type CreateTodoListOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.TodoTaskList
}

type DeleteTodoListOperationOptions

type DeleteTodoListOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteTodoListOperationOptions

func DefaultDeleteTodoListOperationOptions() DeleteTodoListOperationOptions

func (DeleteTodoListOperationOptions) ToHeaders

func (DeleteTodoListOperationOptions) ToOData

func (DeleteTodoListOperationOptions) ToQuery

type DeleteTodoListOperationResponse

type DeleteTodoListOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetTodoListOperationOptions

type GetTodoListOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetTodoListOperationOptions

func DefaultGetTodoListOperationOptions() GetTodoListOperationOptions

func (GetTodoListOperationOptions) ToHeaders

func (GetTodoListOperationOptions) ToOData

func (GetTodoListOperationOptions) ToQuery

type GetTodoListOperationResponse

type GetTodoListOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.TodoTaskList
}

type GetTodoListsCountOperationOptions

type GetTodoListsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetTodoListsCountOperationOptions

func DefaultGetTodoListsCountOperationOptions() GetTodoListsCountOperationOptions

func (GetTodoListsCountOperationOptions) ToHeaders

func (GetTodoListsCountOperationOptions) ToOData

func (GetTodoListsCountOperationOptions) ToQuery

type GetTodoListsCountOperationResponse

type GetTodoListsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListTodoListsCompleteResult

type ListTodoListsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.TodoTaskList
}

type ListTodoListsCustomPager

type ListTodoListsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListTodoListsCustomPager) NextPageLink() *odata.Link

type ListTodoListsOperationOptions

type ListTodoListsOperationOptions 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 DefaultListTodoListsOperationOptions

func DefaultListTodoListsOperationOptions() ListTodoListsOperationOptions

func (ListTodoListsOperationOptions) ToHeaders

func (ListTodoListsOperationOptions) ToOData

func (ListTodoListsOperationOptions) ToQuery

type ListTodoListsOperationResponse

type ListTodoListsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.TodoTaskList
}

type TodoListClient

type TodoListClient struct {
	Client *msgraph.Client
}

func NewTodoListClientWithBaseURI

func NewTodoListClientWithBaseURI(sdkApi sdkEnv.Api) (*TodoListClient, error)

func (TodoListClient) CreateTodoList

CreateTodoList - Create todoTaskList. Create a new lists object.

func (TodoListClient) DeleteTodoList

DeleteTodoList - Delete todoTaskList. Deletes a todoTaskList object.

func (TodoListClient) GetTodoList

GetTodoList - Get todoTaskList. Read the properties and relationships of a todoTaskList object.

func (TodoListClient) GetTodoListsCount

GetTodoListsCount - Get the number of the resource

func (TodoListClient) ListTodoLists

ListTodoLists - List lists. Get a list of the todoTaskList objects and their properties.

func (TodoListClient) ListTodoListsComplete

ListTodoListsComplete retrieves all the results into a single object

func (TodoListClient) ListTodoListsCompleteMatchingPredicate

func (c TodoListClient) ListTodoListsCompleteMatchingPredicate(ctx context.Context, options ListTodoListsOperationOptions, predicate TodoTaskListOperationPredicate) (result ListTodoListsCompleteResult, err error)

ListTodoListsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TodoListClient) UpdateTodoList

UpdateTodoList - Update todoTaskList. Update the properties of a todoTaskList object.

type TodoTaskListOperationPredicate

type TodoTaskListOperationPredicate struct {
}

func (TodoTaskListOperationPredicate) Matches

type UpdateTodoListOperationOptions

type UpdateTodoListOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateTodoListOperationOptions

func DefaultUpdateTodoListOperationOptions() UpdateTodoListOperationOptions

func (UpdateTodoListOperationOptions) ToHeaders

func (UpdateTodoListOperationOptions) ToOData

func (UpdateTodoListOperationOptions) ToQuery

type UpdateTodoListOperationResponse

type UpdateTodoListOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL