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) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Todo, error)
- 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
}
Builds and executes requests for operations under \me\todo
func NewTodoRequestBuilder ¶
func NewTodoRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TodoRequestBuilder
Instantiates a new TodoRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewTodoRequestBuilderInternal ¶
func NewTodoRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TodoRequestBuilder
Instantiates a new TodoRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*TodoRequestBuilder) CreateDeleteRequestInformation ¶
func (m *TodoRequestBuilder) CreateDeleteRequestInformation(options *TodoRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Represents the To Do services available to a user. Parameters:
- options : Options for the request
func (*TodoRequestBuilder) CreateGetRequestInformation ¶
func (m *TodoRequestBuilder) CreateGetRequestInformation(options *TodoRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Represents the To Do services available to a user. Parameters:
- options : Options for the request
func (*TodoRequestBuilder) CreatePatchRequestInformation ¶
func (m *TodoRequestBuilder) CreatePatchRequestInformation(options *TodoRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Represents the To Do services available to a user. Parameters:
- options : Options for the request
func (*TodoRequestBuilder) Delete ¶
func (m *TodoRequestBuilder) Delete(options *TodoRequestBuilderDeleteOptions) error
Represents the To Do services available to a user. Parameters:
- options : Options for the request
func (*TodoRequestBuilder) Get ¶
func (m *TodoRequestBuilder) Get(options *TodoRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Todo, error)
Represents the To Do services available to a user. Parameters:
- options : Options for the request
func (*TodoRequestBuilder) ListsById ¶
func (m *TodoRequestBuilder) ListsById(id string) *ic40b721db1060f5bfe853d11fb54d33fa8d9efc3683cc62a1c55d3239b2b3282.TodoTaskListRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.todo.lists.item collection Parameters:
- id : Unique identifier of the item
func (*TodoRequestBuilder) Patch ¶
func (m *TodoRequestBuilder) Patch(options *TodoRequestBuilderPatchOptions) error
Represents the To Do services available to a user. Parameters:
- options : Options for the request
type TodoRequestBuilderDeleteOptions ¶
type TodoRequestBuilderDeleteOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Delete
type TodoRequestBuilderGetOptions ¶
type TodoRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *TodoRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Get
type TodoRequestBuilderGetQueryParameters ¶
type TodoRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
Represents the To Do services available to a user.
type TodoRequestBuilderPatchOptions ¶
type TodoRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Todo // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Patch