outlooktaskgrouptaskfoldertask

package
v0.20240923.1151247 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 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 CreateOutlookTaskGroupTaskFolderTaskOperationOptions

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

func DefaultCreateOutlookTaskGroupTaskFolderTaskOperationOptions

func DefaultCreateOutlookTaskGroupTaskFolderTaskOperationOptions() CreateOutlookTaskGroupTaskFolderTaskOperationOptions

func (CreateOutlookTaskGroupTaskFolderTaskOperationOptions) ToHeaders

func (CreateOutlookTaskGroupTaskFolderTaskOperationOptions) ToOData

func (CreateOutlookTaskGroupTaskFolderTaskOperationOptions) ToQuery

type CreateOutlookTaskGroupTaskFolderTaskOperationResponse

type CreateOutlookTaskGroupTaskFolderTaskOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.OutlookTask
}

type DeleteOutlookTaskGroupTaskFolderTaskOperationOptions

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

func DefaultDeleteOutlookTaskGroupTaskFolderTaskOperationOptions

func DefaultDeleteOutlookTaskGroupTaskFolderTaskOperationOptions() DeleteOutlookTaskGroupTaskFolderTaskOperationOptions

func (DeleteOutlookTaskGroupTaskFolderTaskOperationOptions) ToHeaders

func (DeleteOutlookTaskGroupTaskFolderTaskOperationOptions) ToOData

func (DeleteOutlookTaskGroupTaskFolderTaskOperationOptions) ToQuery

type DeleteOutlookTaskGroupTaskFolderTaskOperationResponse

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

type GetOutlookTaskGroupTaskFolderTaskOperationOptions

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

func DefaultGetOutlookTaskGroupTaskFolderTaskOperationOptions

func DefaultGetOutlookTaskGroupTaskFolderTaskOperationOptions() GetOutlookTaskGroupTaskFolderTaskOperationOptions

func (GetOutlookTaskGroupTaskFolderTaskOperationOptions) ToHeaders

func (GetOutlookTaskGroupTaskFolderTaskOperationOptions) ToOData

func (GetOutlookTaskGroupTaskFolderTaskOperationOptions) ToQuery

type GetOutlookTaskGroupTaskFolderTaskOperationResponse

type GetOutlookTaskGroupTaskFolderTaskOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.OutlookTask
}

type GetOutlookTaskGroupTaskFolderTasksCountOperationOptions

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

func (GetOutlookTaskGroupTaskFolderTasksCountOperationOptions) ToHeaders

func (GetOutlookTaskGroupTaskFolderTasksCountOperationOptions) ToOData

func (GetOutlookTaskGroupTaskFolderTasksCountOperationOptions) ToQuery

type GetOutlookTaskGroupTaskFolderTasksCountOperationResponse

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

type ListOutlookTaskGroupTaskFolderTaskCompletesCompleteResult

type ListOutlookTaskGroupTaskFolderTaskCompletesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.OutlookTask
}

type ListOutlookTaskGroupTaskFolderTaskCompletesCustomPager

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

type ListOutlookTaskGroupTaskFolderTaskCompletesOperationOptions

type ListOutlookTaskGroupTaskFolderTaskCompletesOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Skip      *int64
	Top       *int64
}

func (ListOutlookTaskGroupTaskFolderTaskCompletesOperationOptions) ToHeaders

func (ListOutlookTaskGroupTaskFolderTaskCompletesOperationOptions) ToOData

func (ListOutlookTaskGroupTaskFolderTaskCompletesOperationOptions) ToQuery

type ListOutlookTaskGroupTaskFolderTaskCompletesOperationResponse

type ListOutlookTaskGroupTaskFolderTaskCompletesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.OutlookTask
}

type ListOutlookTaskGroupTaskFolderTasksCompleteResult

type ListOutlookTaskGroupTaskFolderTasksCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.OutlookTask
}

type ListOutlookTaskGroupTaskFolderTasksCustomPager

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

type ListOutlookTaskGroupTaskFolderTasksOperationOptions

type ListOutlookTaskGroupTaskFolderTasksOperationOptions 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 DefaultListOutlookTaskGroupTaskFolderTasksOperationOptions

func DefaultListOutlookTaskGroupTaskFolderTasksOperationOptions() ListOutlookTaskGroupTaskFolderTasksOperationOptions

func (ListOutlookTaskGroupTaskFolderTasksOperationOptions) ToHeaders

func (ListOutlookTaskGroupTaskFolderTasksOperationOptions) ToOData

func (ListOutlookTaskGroupTaskFolderTasksOperationOptions) ToQuery

type ListOutlookTaskGroupTaskFolderTasksOperationResponse

type ListOutlookTaskGroupTaskFolderTasksOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.OutlookTask
}

type OutlookTaskGroupTaskFolderTaskClient

type OutlookTaskGroupTaskFolderTaskClient struct {
	Client *msgraph.Client
}

func NewOutlookTaskGroupTaskFolderTaskClientWithBaseURI

func NewOutlookTaskGroupTaskFolderTaskClientWithBaseURI(sdkApi sdkEnv.Api) (*OutlookTaskGroupTaskFolderTaskClient, error)

func (OutlookTaskGroupTaskFolderTaskClient) CreateOutlookTaskGroupTaskFolderTask

CreateOutlookTaskGroupTaskFolderTask - Create new navigation property to tasks for me

func (OutlookTaskGroupTaskFolderTaskClient) DeleteOutlookTaskGroupTaskFolderTask

DeleteOutlookTaskGroupTaskFolderTask - Delete navigation property tasks for me

func (OutlookTaskGroupTaskFolderTaskClient) GetOutlookTaskGroupTaskFolderTask

GetOutlookTaskGroupTaskFolderTask - Get tasks from me. The tasks in this task folder. Read-only. Nullable.

func (OutlookTaskGroupTaskFolderTaskClient) GetOutlookTaskGroupTaskFolderTasksCount

GetOutlookTaskGroupTaskFolderTasksCount - Get the number of the resource

func (OutlookTaskGroupTaskFolderTaskClient) ListOutlookTaskGroupTaskFolderTaskCompletes

ListOutlookTaskGroupTaskFolderTaskCompletes - Invoke action complete. Complete an Outlook task which sets the completedDateTime property to the current date, and the status property to completed. If you are completing a task in a recurring series, in the response, the task collection will contain the completed task in the series, and the next task in the series. The completedDateTime property represents the date when the task is finished. The time portion of completedDateTime is set to midnight UTC by default. By default, this operation (and the POST, GET, and PATCH task operations) returns date-related properties in UTC. You can use the Prefer: outlook.timezone header to have all the date-related properties in the response represented in a time zone different than UTC.

func (OutlookTaskGroupTaskFolderTaskClient) ListOutlookTaskGroupTaskFolderTaskCompletesComplete

ListOutlookTaskGroupTaskFolderTaskCompletesComplete retrieves all the results into a single object

func (OutlookTaskGroupTaskFolderTaskClient) ListOutlookTaskGroupTaskFolderTaskCompletesCompleteMatchingPredicate

ListOutlookTaskGroupTaskFolderTaskCompletesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (OutlookTaskGroupTaskFolderTaskClient) ListOutlookTaskGroupTaskFolderTasks

ListOutlookTaskGroupTaskFolderTasks - Get tasks from me. The tasks in this task folder. Read-only. Nullable.

func (OutlookTaskGroupTaskFolderTaskClient) ListOutlookTaskGroupTaskFolderTasksComplete

ListOutlookTaskGroupTaskFolderTasksComplete retrieves all the results into a single object

func (OutlookTaskGroupTaskFolderTaskClient) ListOutlookTaskGroupTaskFolderTasksCompleteMatchingPredicate

ListOutlookTaskGroupTaskFolderTasksCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (OutlookTaskGroupTaskFolderTaskClient) UpdateOutlookTaskGroupTaskFolderTask

UpdateOutlookTaskGroupTaskFolderTask - Update the navigation property tasks in me

type OutlookTaskOperationPredicate

type OutlookTaskOperationPredicate struct {
}

func (OutlookTaskOperationPredicate) Matches

type UpdateOutlookTaskGroupTaskFolderTaskOperationOptions

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

func DefaultUpdateOutlookTaskGroupTaskFolderTaskOperationOptions

func DefaultUpdateOutlookTaskGroupTaskFolderTaskOperationOptions() UpdateOutlookTaskGroupTaskFolderTaskOperationOptions

func (UpdateOutlookTaskGroupTaskFolderTaskOperationOptions) ToHeaders

func (UpdateOutlookTaskGroupTaskFolderTaskOperationOptions) ToOData

func (UpdateOutlookTaskGroupTaskFolderTaskOperationOptions) ToQuery

type UpdateOutlookTaskGroupTaskFolderTaskOperationResponse

type UpdateOutlookTaskGroupTaskFolderTaskOperationResponse 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