outlooktaskfoldertask

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 CreateOutlookTaskFolderTaskOperationOptions

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

func DefaultCreateOutlookTaskFolderTaskOperationOptions

func DefaultCreateOutlookTaskFolderTaskOperationOptions() CreateOutlookTaskFolderTaskOperationOptions

func (CreateOutlookTaskFolderTaskOperationOptions) ToHeaders

func (CreateOutlookTaskFolderTaskOperationOptions) ToOData

func (CreateOutlookTaskFolderTaskOperationOptions) ToQuery

type CreateOutlookTaskFolderTaskOperationResponse

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

type DeleteOutlookTaskFolderTaskOperationOptions

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

func DefaultDeleteOutlookTaskFolderTaskOperationOptions

func DefaultDeleteOutlookTaskFolderTaskOperationOptions() DeleteOutlookTaskFolderTaskOperationOptions

func (DeleteOutlookTaskFolderTaskOperationOptions) ToHeaders

func (DeleteOutlookTaskFolderTaskOperationOptions) ToOData

func (DeleteOutlookTaskFolderTaskOperationOptions) ToQuery

type DeleteOutlookTaskFolderTaskOperationResponse

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

type GetOutlookTaskFolderTaskOperationOptions

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

func DefaultGetOutlookTaskFolderTaskOperationOptions

func DefaultGetOutlookTaskFolderTaskOperationOptions() GetOutlookTaskFolderTaskOperationOptions

func (GetOutlookTaskFolderTaskOperationOptions) ToHeaders

func (GetOutlookTaskFolderTaskOperationOptions) ToOData

func (GetOutlookTaskFolderTaskOperationOptions) ToQuery

type GetOutlookTaskFolderTaskOperationResponse

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

type GetOutlookTaskFolderTasksCountOperationOptions

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

func DefaultGetOutlookTaskFolderTasksCountOperationOptions

func DefaultGetOutlookTaskFolderTasksCountOperationOptions() GetOutlookTaskFolderTasksCountOperationOptions

func (GetOutlookTaskFolderTasksCountOperationOptions) ToHeaders

func (GetOutlookTaskFolderTasksCountOperationOptions) ToOData

func (GetOutlookTaskFolderTasksCountOperationOptions) ToQuery

type GetOutlookTaskFolderTasksCountOperationResponse

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

type ListOutlookTaskFolderTaskCompletesCompleteResult

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

type ListOutlookTaskFolderTaskCompletesCustomPager

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

type ListOutlookTaskFolderTaskCompletesOperationOptions

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

func DefaultListOutlookTaskFolderTaskCompletesOperationOptions

func DefaultListOutlookTaskFolderTaskCompletesOperationOptions() ListOutlookTaskFolderTaskCompletesOperationOptions

func (ListOutlookTaskFolderTaskCompletesOperationOptions) ToHeaders

func (ListOutlookTaskFolderTaskCompletesOperationOptions) ToOData

func (ListOutlookTaskFolderTaskCompletesOperationOptions) ToQuery

type ListOutlookTaskFolderTaskCompletesOperationResponse

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

type ListOutlookTaskFolderTasksCompleteResult

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

type ListOutlookTaskFolderTasksCustomPager

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

type ListOutlookTaskFolderTasksOperationOptions

type ListOutlookTaskFolderTasksOperationOptions 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 DefaultListOutlookTaskFolderTasksOperationOptions

func DefaultListOutlookTaskFolderTasksOperationOptions() ListOutlookTaskFolderTasksOperationOptions

func (ListOutlookTaskFolderTasksOperationOptions) ToHeaders

func (ListOutlookTaskFolderTasksOperationOptions) ToOData

func (ListOutlookTaskFolderTasksOperationOptions) ToQuery

type ListOutlookTaskFolderTasksOperationResponse

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

type OutlookTaskFolderTaskClient

type OutlookTaskFolderTaskClient struct {
	Client *msgraph.Client
}

func NewOutlookTaskFolderTaskClientWithBaseURI

func NewOutlookTaskFolderTaskClientWithBaseURI(sdkApi sdkEnv.Api) (*OutlookTaskFolderTaskClient, error)

func (OutlookTaskFolderTaskClient) CreateOutlookTaskFolderTask

CreateOutlookTaskFolderTask - Create new navigation property to tasks for users

func (OutlookTaskFolderTaskClient) DeleteOutlookTaskFolderTask

DeleteOutlookTaskFolderTask - Delete navigation property tasks for users

func (OutlookTaskFolderTaskClient) GetOutlookTaskFolderTask

GetOutlookTaskFolderTask - Get tasks from users. The tasks in this task folder. Read-only. Nullable.

func (OutlookTaskFolderTaskClient) GetOutlookTaskFolderTasksCount

GetOutlookTaskFolderTasksCount - Get the number of the resource

func (OutlookTaskFolderTaskClient) ListOutlookTaskFolderTaskCompletes

ListOutlookTaskFolderTaskCompletes - 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 (OutlookTaskFolderTaskClient) ListOutlookTaskFolderTaskCompletesComplete

ListOutlookTaskFolderTaskCompletesComplete retrieves all the results into a single object

func (OutlookTaskFolderTaskClient) ListOutlookTaskFolderTaskCompletesCompleteMatchingPredicate

ListOutlookTaskFolderTaskCompletesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (OutlookTaskFolderTaskClient) ListOutlookTaskFolderTasks

ListOutlookTaskFolderTasks - Get tasks from users. The tasks in this task folder. Read-only. Nullable.

func (OutlookTaskFolderTaskClient) ListOutlookTaskFolderTasksComplete

ListOutlookTaskFolderTasksComplete retrieves all the results into a single object

func (OutlookTaskFolderTaskClient) ListOutlookTaskFolderTasksCompleteMatchingPredicate

ListOutlookTaskFolderTasksCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (OutlookTaskFolderTaskClient) UpdateOutlookTaskFolderTask

UpdateOutlookTaskFolderTask - Update the navigation property tasks in users

type OutlookTaskOperationPredicate

type OutlookTaskOperationPredicate struct {
}

func (OutlookTaskOperationPredicate) Matches

type UpdateOutlookTaskFolderTaskOperationOptions

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

func DefaultUpdateOutlookTaskFolderTaskOperationOptions

func DefaultUpdateOutlookTaskFolderTaskOperationOptions() UpdateOutlookTaskFolderTaskOperationOptions

func (UpdateOutlookTaskFolderTaskOperationOptions) ToHeaders

func (UpdateOutlookTaskFolderTaskOperationOptions) ToOData

func (UpdateOutlookTaskFolderTaskOperationOptions) ToQuery

type UpdateOutlookTaskFolderTaskOperationResponse

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