Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions
- type CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationResponse
- type CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions
- func (o CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationResponse
- type CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionRequest
- type DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions
- type DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationResponse
- type GetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions
- type GetOutlookTaskGroupTaskFolderTaskAttachmentOperationResponse
- type GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions
- func (o GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions) ToOData() *odata.Query
- func (o GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
- type GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationResponse
- type ListOutlookTaskGroupTaskFolderTaskAttachmentsCompleteResult
- type ListOutlookTaskGroupTaskFolderTaskAttachmentsCustomPager
- type ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions
- type ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationResponse
- type OutlookTaskGroupTaskFolderTaskAttachmentClient
- func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) CreateOutlookTaskGroupTaskFolderTaskAttachment(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskId, ...) (result CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationResponse, ...)
- func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSession(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskId, ...) (...)
- func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) DeleteOutlookTaskGroupTaskFolderTaskAttachment(ctx context.Context, ...) (result DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationResponse, ...)
- func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) GetOutlookTaskGroupTaskFolderTaskAttachment(ctx context.Context, ...) (result GetOutlookTaskGroupTaskFolderTaskAttachmentOperationResponse, err error)
- func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) GetOutlookTaskGroupTaskFolderTaskAttachmentsCount(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskId, ...) (result GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationResponse, ...)
- func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) ListOutlookTaskGroupTaskFolderTaskAttachments(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskId, ...) (result ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationResponse, ...)
- func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) ListOutlookTaskGroupTaskFolderTaskAttachmentsComplete(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskId, ...) (ListOutlookTaskGroupTaskFolderTaskAttachmentsCompleteResult, error)
- func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) ListOutlookTaskGroupTaskFolderTaskAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskId, ...) (result ListOutlookTaskGroupTaskFolderTaskAttachmentsCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachmentOperationPredicate ¶
type AttachmentOperationPredicate struct { }
func (AttachmentOperationPredicate) Matches ¶
func (p AttachmentOperationPredicate) Matches(input beta.Attachment) bool
type CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions ¶
type CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions ¶
func DefaultCreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions() CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions
func (CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToHeaders ¶
func (o CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToOData ¶
func (o CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToOData() *odata.Query
func (CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToQuery ¶
func (o CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToQuery() *client.QueryParams
type CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions ¶
type CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions() CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions
func (CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (o CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
func (CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions) ToOData ¶
func (o CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
type CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionRequest ¶
type CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionRequest struct {
AttachmentItem *beta.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions ¶
type DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions ¶
func DefaultDeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions() DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions
func (DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToHeaders ¶
func (o DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToOData ¶
func (o DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToOData() *odata.Query
func (DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToQuery ¶
func (o DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions ¶
type GetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions ¶
func DefaultGetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions() GetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions
func (GetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToHeaders ¶
func (o GetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToOData ¶
func (o GetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToOData() *odata.Query
func (GetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToQuery ¶
func (o GetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions ¶
type GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions ¶
func DefaultGetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions() GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions
func (GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions) ToOData ¶
func (o GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions) ToOData() *odata.Query
func (GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions) ToQuery ¶
func (o GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListOutlookTaskGroupTaskFolderTaskAttachmentsCompleteResult ¶
type ListOutlookTaskGroupTaskFolderTaskAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.Attachment }
type ListOutlookTaskGroupTaskFolderTaskAttachmentsCustomPager ¶
type ListOutlookTaskGroupTaskFolderTaskAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListOutlookTaskGroupTaskFolderTaskAttachmentsCustomPager) NextPageLink ¶
func (p *ListOutlookTaskGroupTaskFolderTaskAttachmentsCustomPager) NextPageLink() *odata.Link
type ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions ¶
type ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions 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 DefaultListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions ¶
func DefaultListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions() ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions
func (ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions) ToHeaders ¶
func (o ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions) ToOData ¶
func (o ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions) ToOData() *odata.Query
func (ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions) ToQuery ¶
func (o ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions) ToQuery() *client.QueryParams
type OutlookTaskGroupTaskFolderTaskAttachmentClient ¶
func NewOutlookTaskGroupTaskFolderTaskAttachmentClientWithBaseURI ¶
func NewOutlookTaskGroupTaskFolderTaskAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*OutlookTaskGroupTaskFolderTaskAttachmentClient, error)
func (OutlookTaskGroupTaskFolderTaskAttachmentClient) CreateOutlookTaskGroupTaskFolderTaskAttachment ¶
func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) CreateOutlookTaskGroupTaskFolderTaskAttachment(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskId, input beta.Attachment, options CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) (result CreateOutlookTaskGroupTaskFolderTaskAttachmentOperationResponse, err error)
CreateOutlookTaskGroupTaskFolderTaskAttachment - Create new navigation property to attachments for users
func (OutlookTaskGroupTaskFolderTaskAttachmentClient) CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSession ¶
func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSession(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskId, input CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionRequest, options CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationOptions) (result CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSessionOperationResponse, err error)
CreateOutlookTaskGroupTaskFolderTaskAttachmentsUploadSession - Invoke action createUploadSession. Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that's smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.
func (OutlookTaskGroupTaskFolderTaskAttachmentClient) DeleteOutlookTaskGroupTaskFolderTaskAttachment ¶
func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) DeleteOutlookTaskGroupTaskFolderTaskAttachment(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskIdAttachmentId, options DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) (result DeleteOutlookTaskGroupTaskFolderTaskAttachmentOperationResponse, err error)
DeleteOutlookTaskGroupTaskFolderTaskAttachment - Delete navigation property attachments for users
func (OutlookTaskGroupTaskFolderTaskAttachmentClient) GetOutlookTaskGroupTaskFolderTaskAttachment ¶
func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) GetOutlookTaskGroupTaskFolderTaskAttachment(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskIdAttachmentId, options GetOutlookTaskGroupTaskFolderTaskAttachmentOperationOptions) (result GetOutlookTaskGroupTaskFolderTaskAttachmentOperationResponse, err error)
GetOutlookTaskGroupTaskFolderTaskAttachment - Get attachments from users. The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.
func (OutlookTaskGroupTaskFolderTaskAttachmentClient) GetOutlookTaskGroupTaskFolderTaskAttachmentsCount ¶
func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) GetOutlookTaskGroupTaskFolderTaskAttachmentsCount(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskId, options GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationOptions) (result GetOutlookTaskGroupTaskFolderTaskAttachmentsCountOperationResponse, err error)
GetOutlookTaskGroupTaskFolderTaskAttachmentsCount - Get the number of the resource
func (OutlookTaskGroupTaskFolderTaskAttachmentClient) ListOutlookTaskGroupTaskFolderTaskAttachments ¶
func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) ListOutlookTaskGroupTaskFolderTaskAttachments(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskId, options ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions) (result ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationResponse, err error)
ListOutlookTaskGroupTaskFolderTaskAttachments - Get attachments from users. The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.
func (OutlookTaskGroupTaskFolderTaskAttachmentClient) ListOutlookTaskGroupTaskFolderTaskAttachmentsComplete ¶
func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) ListOutlookTaskGroupTaskFolderTaskAttachmentsComplete(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskId, options ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions) (ListOutlookTaskGroupTaskFolderTaskAttachmentsCompleteResult, error)
ListOutlookTaskGroupTaskFolderTaskAttachmentsComplete retrieves all the results into a single object
func (OutlookTaskGroupTaskFolderTaskAttachmentClient) ListOutlookTaskGroupTaskFolderTaskAttachmentsCompleteMatchingPredicate ¶
func (c OutlookTaskGroupTaskFolderTaskAttachmentClient) ListOutlookTaskGroupTaskFolderTaskAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdOutlookTaskGroupIdTaskFolderIdTaskId, options ListOutlookTaskGroupTaskFolderTaskAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListOutlookTaskGroupTaskFolderTaskAttachmentsCompleteResult, err error)
ListOutlookTaskGroupTaskFolderTaskAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
Source Files ¶
- client.go
- method_createoutlooktaskgrouptaskfoldertaskattachment.go
- method_createoutlooktaskgrouptaskfoldertaskattachmentsuploadsession.go
- method_deleteoutlooktaskgrouptaskfoldertaskattachment.go
- method_getoutlooktaskgrouptaskfoldertaskattachment.go
- method_getoutlooktaskgrouptaskfoldertaskattachmentscount.go
- method_listoutlooktaskgrouptaskfoldertaskattachments.go
- model_createoutlooktaskgrouptaskfoldertaskattachmentsuploadsessionrequest.go
- predicates.go
- version.go