todo

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TodoRequestBuilder

type TodoRequestBuilder struct {
	// contains filtered or unexported fields
}

TodoRequestBuilder provides operations to manage the todo property of the microsoft.graph.user entity.

func NewTodoRequestBuilder

NewTodoRequestBuilder instantiates a new TodoRequestBuilder and sets the default values.

func NewTodoRequestBuilderInternal

func NewTodoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TodoRequestBuilder

NewTodoRequestBuilderInternal instantiates a new TodoRequestBuilder and sets the default values.

func (*TodoRequestBuilder) CreateDeleteRequestInformation

CreateDeleteRequestInformation delete navigation property todo for users

func (*TodoRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation represents the To Do services available to a user.

func (*TodoRequestBuilder) CreatePatchRequestInformation

CreatePatchRequestInformation update the navigation property todo in users

func (*TodoRequestBuilder) Delete

Delete delete navigation property todo for users

func (*TodoRequestBuilder) Get

Get represents the To Do services available to a user.

func (*TodoRequestBuilder) Lists

Lists the lists property

func (*TodoRequestBuilder) ListsById

ListsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.todo.lists.item collection

func (*TodoRequestBuilder) Patch

Patch update the navigation property todo in users

type TodoRequestBuilderDeleteOptions

type TodoRequestBuilderDeleteOptions struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}

TodoRequestBuilderDeleteOptions options for Delete

type TodoRequestBuilderGetOptions

type TodoRequestBuilderGetOptions struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *TodoRequestBuilderGetQueryParameters
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}

TodoRequestBuilderGetOptions options for Get

type TodoRequestBuilderGetQueryParameters

type TodoRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

TodoRequestBuilderGetQueryParameters represents the To Do services available to a user.

type TodoRequestBuilderPatchOptions

type TodoRequestBuilderPatchOptions struct {
	//
	Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Todoable
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}

TodoRequestBuilderPatchOptions options for Patch

Jump to

Keyboard shortcuts

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