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 users
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 users
func (*TodoRequestBuilder) Delete ¶
func (m *TodoRequestBuilder) Delete(options *TodoRequestBuilderDeleteOptions) error
Delete delete navigation property todo for users
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() *ie5f8a097f7844da5a7d667dd0d7e0368d4ffbb273a06929bcb8fae45ca0235b1.ListsRequestBuilder
Lists the lists property
func (*TodoRequestBuilder) ListsById ¶
func (m *TodoRequestBuilder) ListsById(id string) *i81ebf6f75f491b0a0564cc642776d5dabd9e088779452721273b1147e4c8a1ce.TodoTaskListItemRequestBuilder
ListsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.todo.lists.item collection
func (*TodoRequestBuilder) Patch ¶
func (m *TodoRequestBuilder) Patch(options *TodoRequestBuilderPatchOptions) error
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