Documentation
¶
Index ¶
- type TodoRequestBuilder
- func (m *TodoRequestBuilder) CreateDeleteRequestInformation(options *TodoRequestBuilderDeleteOptions) (...)
- func (m *TodoRequestBuilder) CreateGetRequestInformation(options *TodoRequestBuilderGetOptions) (...)
- func (m *TodoRequestBuilder) CreatePatchRequestInformation(options *TodoRequestBuilderPatchOptions) (...)
- func (m *TodoRequestBuilder) Delete(options *TodoRequestBuilderDeleteOptions) error
- func (m *TodoRequestBuilder) Get(options *TodoRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Todoable, ...)
- func (m *TodoRequestBuilder) Lists() ...
- func (m *TodoRequestBuilder) ListsById(id string) ...
- func (m *TodoRequestBuilder) Patch(options *TodoRequestBuilderPatchOptions) error
- type TodoRequestBuilderDeleteOptions
- type TodoRequestBuilderGetOptions
- type TodoRequestBuilderGetQueryParameters
- type TodoRequestBuilderPatchOptions
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 ¶
func NewTodoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TodoRequestBuilder
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 ¶
func (m *TodoRequestBuilder) CreateDeleteRequestInformation(options *TodoRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property todo for me
func (*TodoRequestBuilder) CreateGetRequestInformation ¶
func (m *TodoRequestBuilder) CreateGetRequestInformation(options *TodoRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation represents the To Do services available to a user.
func (*TodoRequestBuilder) CreatePatchRequestInformation ¶
func (m *TodoRequestBuilder) CreatePatchRequestInformation(options *TodoRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property todo in me
func (*TodoRequestBuilder) Delete ¶
func (m *TodoRequestBuilder) Delete(options *TodoRequestBuilderDeleteOptions) error
Delete delete navigation property todo for me
func (*TodoRequestBuilder) Get ¶
func (m *TodoRequestBuilder) Get(options *TodoRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Todoable, error)
Get represents the To Do services available to a user.
func (*TodoRequestBuilder) Lists ¶
func (m *TodoRequestBuilder) Lists() *ib56dd0f9c451869472bf1e5a03c87fe5a05a98acf987ea18cca0d818a02b6900.ListsRequestBuilder
Lists the lists property
func (*TodoRequestBuilder) ListsById ¶
func (m *TodoRequestBuilder) ListsById(id string) *ic40b721db1060f5bfe853d11fb54d33fa8d9efc3683cc62a1c55d3239b2b3282.TodoTaskListItemRequestBuilder
ListsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.todo.lists.item collection
func (*TodoRequestBuilder) Patch ¶
func (m *TodoRequestBuilder) Patch(options *TodoRequestBuilderPatchOptions) error
Patch update the navigation property todo in me
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
// Select properties to be returned
Select []string
}
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