todo

package
v0.40.0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2022 License: MIT Imports: 6 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) CreateDeleteRequestInformationWithRequestConfiguration added in v0.22.0

CreateDeleteRequestInformationWithRequestConfiguration delete navigation property todo for users

func (*TodoRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation represents the To Do services available to a user.

func (*TodoRequestBuilder) CreateGetRequestInformationWithRequestConfiguration added in v0.22.0

CreateGetRequestInformationWithRequestConfiguration represents the To Do services available to a user.

func (*TodoRequestBuilder) CreatePatchRequestInformation

CreatePatchRequestInformation update the navigation property todo in users

func (*TodoRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration added in v0.22.0

CreatePatchRequestInformationWithRequestConfiguration 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 TodoRequestBuilderDeleteRequestConfiguration added in v0.22.0

type TodoRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

TodoRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

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 TodoRequestBuilderGetRequestConfiguration added in v0.22.0

type TodoRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *TodoRequestBuilderGetQueryParameters
}

TodoRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type TodoRequestBuilderPatchRequestConfiguration added in v0.22.0

type TodoRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

TodoRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

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