todolisttasklinkedresource

package
v0.20240927.1005214 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateTodoListTaskLinkedResourceOperationOptions

type CreateTodoListTaskLinkedResourceOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateTodoListTaskLinkedResourceOperationOptions

func DefaultCreateTodoListTaskLinkedResourceOperationOptions() CreateTodoListTaskLinkedResourceOperationOptions

func (CreateTodoListTaskLinkedResourceOperationOptions) ToHeaders

func (CreateTodoListTaskLinkedResourceOperationOptions) ToOData

func (CreateTodoListTaskLinkedResourceOperationOptions) ToQuery

type CreateTodoListTaskLinkedResourceOperationResponse

type CreateTodoListTaskLinkedResourceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.LinkedResource
}

type DeleteTodoListTaskLinkedResourceOperationOptions

type DeleteTodoListTaskLinkedResourceOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteTodoListTaskLinkedResourceOperationOptions

func DefaultDeleteTodoListTaskLinkedResourceOperationOptions() DeleteTodoListTaskLinkedResourceOperationOptions

func (DeleteTodoListTaskLinkedResourceOperationOptions) ToHeaders

func (DeleteTodoListTaskLinkedResourceOperationOptions) ToOData

func (DeleteTodoListTaskLinkedResourceOperationOptions) ToQuery

type DeleteTodoListTaskLinkedResourceOperationResponse

type DeleteTodoListTaskLinkedResourceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetTodoListTaskLinkedResourceOperationOptions

type GetTodoListTaskLinkedResourceOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetTodoListTaskLinkedResourceOperationOptions

func DefaultGetTodoListTaskLinkedResourceOperationOptions() GetTodoListTaskLinkedResourceOperationOptions

func (GetTodoListTaskLinkedResourceOperationOptions) ToHeaders

func (GetTodoListTaskLinkedResourceOperationOptions) ToOData

func (GetTodoListTaskLinkedResourceOperationOptions) ToQuery

type GetTodoListTaskLinkedResourceOperationResponse

type GetTodoListTaskLinkedResourceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.LinkedResource
}

type GetTodoListTaskLinkedResourcesCountOperationOptions

type GetTodoListTaskLinkedResourcesCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetTodoListTaskLinkedResourcesCountOperationOptions

func DefaultGetTodoListTaskLinkedResourcesCountOperationOptions() GetTodoListTaskLinkedResourcesCountOperationOptions

func (GetTodoListTaskLinkedResourcesCountOperationOptions) ToHeaders

func (GetTodoListTaskLinkedResourcesCountOperationOptions) ToOData

func (GetTodoListTaskLinkedResourcesCountOperationOptions) ToQuery

type GetTodoListTaskLinkedResourcesCountOperationResponse

type GetTodoListTaskLinkedResourcesCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type LinkedResourceOperationPredicate

type LinkedResourceOperationPredicate struct {
}

func (LinkedResourceOperationPredicate) Matches

type ListTodoListTaskLinkedResourcesCompleteResult

type ListTodoListTaskLinkedResourcesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.LinkedResource
}

type ListTodoListTaskLinkedResourcesCustomPager

type ListTodoListTaskLinkedResourcesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListTodoListTaskLinkedResourcesOperationOptions

type ListTodoListTaskLinkedResourcesOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListTodoListTaskLinkedResourcesOperationOptions

func DefaultListTodoListTaskLinkedResourcesOperationOptions() ListTodoListTaskLinkedResourcesOperationOptions

func (ListTodoListTaskLinkedResourcesOperationOptions) ToHeaders

func (ListTodoListTaskLinkedResourcesOperationOptions) ToOData

func (ListTodoListTaskLinkedResourcesOperationOptions) ToQuery

type ListTodoListTaskLinkedResourcesOperationResponse

type ListTodoListTaskLinkedResourcesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.LinkedResource
}

type TodoListTaskLinkedResourceClient

type TodoListTaskLinkedResourceClient struct {
	Client *msgraph.Client
}

func NewTodoListTaskLinkedResourceClientWithBaseURI

func NewTodoListTaskLinkedResourceClientWithBaseURI(sdkApi sdkEnv.Api) (*TodoListTaskLinkedResourceClient, error)

func (TodoListTaskLinkedResourceClient) CreateTodoListTaskLinkedResource

CreateTodoListTaskLinkedResource - Create linkedResource. Create a linkedResource object to associate a specified task with an item in a partner application. For example, you can associate a task with an email item in Outlook that spurred the task, and you can create a linkedResource object to track its association. You can also create a linkedResource object while creating a task.

func (TodoListTaskLinkedResourceClient) DeleteTodoListTaskLinkedResource

DeleteTodoListTaskLinkedResource - Delete linkedResource. Delete a linkedResource object.

func (TodoListTaskLinkedResourceClient) GetTodoListTaskLinkedResource

GetTodoListTaskLinkedResource - Get linkedResource. Read the properties and relationships of a linkedResource object.

func (TodoListTaskLinkedResourceClient) GetTodoListTaskLinkedResourcesCount

GetTodoListTaskLinkedResourcesCount - Get the number of the resource

func (TodoListTaskLinkedResourceClient) ListTodoListTaskLinkedResources

ListTodoListTaskLinkedResources - List linkedResources. Get information of one or more items in a partner application, based on which a specified task was created. The information is represented in a linkedResource object for each item. It includes an external ID for the item in the partner application, and if applicable, a deep link to that item in the application.

func (TodoListTaskLinkedResourceClient) ListTodoListTaskLinkedResourcesComplete

ListTodoListTaskLinkedResourcesComplete retrieves all the results into a single object

func (TodoListTaskLinkedResourceClient) ListTodoListTaskLinkedResourcesCompleteMatchingPredicate

ListTodoListTaskLinkedResourcesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TodoListTaskLinkedResourceClient) UpdateTodoListTaskLinkedResource

UpdateTodoListTaskLinkedResource - Update linkedResource. Update the properties of a linkedResource object.

type UpdateTodoListTaskLinkedResourceOperationOptions

type UpdateTodoListTaskLinkedResourceOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateTodoListTaskLinkedResourceOperationOptions

func DefaultUpdateTodoListTaskLinkedResourceOperationOptions() UpdateTodoListTaskLinkedResourceOperationOptions

func (UpdateTodoListTaskLinkedResourceOperationOptions) ToHeaders

func (UpdateTodoListTaskLinkedResourceOperationOptions) ToOData

func (UpdateTodoListTaskLinkedResourceOperationOptions) ToQuery

type UpdateTodoListTaskLinkedResourceOperationResponse

type UpdateTodoListTaskLinkedResourceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

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