outlooktaskfolder

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 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 CreateOutlookTaskFolderOperationOptions

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

func DefaultCreateOutlookTaskFolderOperationOptions

func DefaultCreateOutlookTaskFolderOperationOptions() CreateOutlookTaskFolderOperationOptions

func (CreateOutlookTaskFolderOperationOptions) ToHeaders

func (CreateOutlookTaskFolderOperationOptions) ToOData

func (CreateOutlookTaskFolderOperationOptions) ToQuery

type CreateOutlookTaskFolderOperationResponse

type CreateOutlookTaskFolderOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.OutlookTaskFolder
}

type DeleteOutlookTaskFolderOperationOptions

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

func DefaultDeleteOutlookTaskFolderOperationOptions

func DefaultDeleteOutlookTaskFolderOperationOptions() DeleteOutlookTaskFolderOperationOptions

func (DeleteOutlookTaskFolderOperationOptions) ToHeaders

func (DeleteOutlookTaskFolderOperationOptions) ToOData

func (DeleteOutlookTaskFolderOperationOptions) ToQuery

type DeleteOutlookTaskFolderOperationResponse

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

type GetOutlookTaskFolderOperationOptions

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

func DefaultGetOutlookTaskFolderOperationOptions

func DefaultGetOutlookTaskFolderOperationOptions() GetOutlookTaskFolderOperationOptions

func (GetOutlookTaskFolderOperationOptions) ToHeaders

func (GetOutlookTaskFolderOperationOptions) ToOData

func (GetOutlookTaskFolderOperationOptions) ToQuery

type GetOutlookTaskFolderOperationResponse

type GetOutlookTaskFolderOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.OutlookTaskFolder
}

type GetOutlookTaskFoldersCountOperationOptions

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

func DefaultGetOutlookTaskFoldersCountOperationOptions

func DefaultGetOutlookTaskFoldersCountOperationOptions() GetOutlookTaskFoldersCountOperationOptions

func (GetOutlookTaskFoldersCountOperationOptions) ToHeaders

func (GetOutlookTaskFoldersCountOperationOptions) ToOData

func (GetOutlookTaskFoldersCountOperationOptions) ToQuery

type GetOutlookTaskFoldersCountOperationResponse

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

type ListOutlookTaskFoldersCompleteResult

type ListOutlookTaskFoldersCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.OutlookTaskFolder
}

type ListOutlookTaskFoldersCustomPager

type ListOutlookTaskFoldersCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListOutlookTaskFoldersCustomPager) NextPageLink() *odata.Link

type ListOutlookTaskFoldersOperationOptions

type ListOutlookTaskFoldersOperationOptions 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 DefaultListOutlookTaskFoldersOperationOptions

func DefaultListOutlookTaskFoldersOperationOptions() ListOutlookTaskFoldersOperationOptions

func (ListOutlookTaskFoldersOperationOptions) ToHeaders

func (ListOutlookTaskFoldersOperationOptions) ToOData

func (ListOutlookTaskFoldersOperationOptions) ToQuery

type ListOutlookTaskFoldersOperationResponse

type ListOutlookTaskFoldersOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.OutlookTaskFolder
}

type OutlookTaskFolderClient

type OutlookTaskFolderClient struct {
	Client *msgraph.Client
}

func NewOutlookTaskFolderClientWithBaseURI

func NewOutlookTaskFolderClientWithBaseURI(sdkApi sdkEnv.Api) (*OutlookTaskFolderClient, error)

func (OutlookTaskFolderClient) CreateOutlookTaskFolder

CreateOutlookTaskFolder - Create outlookTaskFolder (deprecated). Create a task folder in the default task group (My Tasks) of the user's mailbox.

func (OutlookTaskFolderClient) DeleteOutlookTaskFolder

DeleteOutlookTaskFolder - Delete outlookTaskFolder (deprecated). Delete the specified Outlook task folder.

func (OutlookTaskFolderClient) GetOutlookTaskFolder

GetOutlookTaskFolder - Get outlookTaskFolder (deprecated). Get the properties and relationships of the specified Outlook task folder.

func (OutlookTaskFolderClient) GetOutlookTaskFoldersCount

GetOutlookTaskFoldersCount - Get the number of the resource

func (OutlookTaskFolderClient) ListOutlookTaskFolders

ListOutlookTaskFolders - List taskFolders (deprecated). Get all the Outlook task folders in the user's mailbox.

func (OutlookTaskFolderClient) ListOutlookTaskFoldersComplete

ListOutlookTaskFoldersComplete retrieves all the results into a single object

func (OutlookTaskFolderClient) ListOutlookTaskFoldersCompleteMatchingPredicate

func (c OutlookTaskFolderClient) ListOutlookTaskFoldersCompleteMatchingPredicate(ctx context.Context, options ListOutlookTaskFoldersOperationOptions, predicate OutlookTaskFolderOperationPredicate) (result ListOutlookTaskFoldersCompleteResult, err error)

ListOutlookTaskFoldersCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (OutlookTaskFolderClient) UpdateOutlookTaskFolder

UpdateOutlookTaskFolder - Update outlooktaskfolder (deprecated). Update the writable properties of an Outlook task folder. You cannot change the name property value of the default task folder, 'Tasks'.

type OutlookTaskFolderOperationPredicate

type OutlookTaskFolderOperationPredicate struct {
}

func (OutlookTaskFolderOperationPredicate) Matches

type UpdateOutlookTaskFolderOperationOptions

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

func DefaultUpdateOutlookTaskFolderOperationOptions

func DefaultUpdateOutlookTaskFolderOperationOptions() UpdateOutlookTaskFolderOperationOptions

func (UpdateOutlookTaskFolderOperationOptions) ToHeaders

func (UpdateOutlookTaskFolderOperationOptions) ToOData

func (UpdateOutlookTaskFolderOperationOptions) ToQuery

type UpdateOutlookTaskFolderOperationResponse

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