Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions
- func (o CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
- func (o CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type CreateEventInstanceExceptionOccurrenceAttachmentOperationResponse
- type CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions
- func (o CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationResponse
- type CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionRequest
- type DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions
- func (o DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
- func (o DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type DeleteEventInstanceExceptionOccurrenceAttachmentOperationResponse
- type EventInstanceExceptionOccurrenceAttachmentClient
- func (c EventInstanceExceptionOccurrenceAttachmentClient) CreateEventInstanceExceptionOccurrenceAttachment(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceId, ...) (result CreateEventInstanceExceptionOccurrenceAttachmentOperationResponse, ...)
- func (c EventInstanceExceptionOccurrenceAttachmentClient) CreateEventInstanceExceptionOccurrenceAttachmentsUploadSession(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceId, ...) (...)
- func (c EventInstanceExceptionOccurrenceAttachmentClient) DeleteEventInstanceExceptionOccurrenceAttachment(ctx context.Context, ...) (result DeleteEventInstanceExceptionOccurrenceAttachmentOperationResponse, ...)
- func (c EventInstanceExceptionOccurrenceAttachmentClient) GetEventInstanceExceptionOccurrenceAttachment(ctx context.Context, ...) (result GetEventInstanceExceptionOccurrenceAttachmentOperationResponse, ...)
- func (c EventInstanceExceptionOccurrenceAttachmentClient) GetEventInstanceExceptionOccurrenceAttachmentsCount(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceId, ...) (result GetEventInstanceExceptionOccurrenceAttachmentsCountOperationResponse, ...)
- func (c EventInstanceExceptionOccurrenceAttachmentClient) ListEventInstanceExceptionOccurrenceAttachments(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceId, ...) (result ListEventInstanceExceptionOccurrenceAttachmentsOperationResponse, ...)
- func (c EventInstanceExceptionOccurrenceAttachmentClient) ListEventInstanceExceptionOccurrenceAttachmentsComplete(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceId, ...) (ListEventInstanceExceptionOccurrenceAttachmentsCompleteResult, error)
- func (c EventInstanceExceptionOccurrenceAttachmentClient) ListEventInstanceExceptionOccurrenceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceId, ...) (result ListEventInstanceExceptionOccurrenceAttachmentsCompleteResult, ...)
- type GetEventInstanceExceptionOccurrenceAttachmentOperationOptions
- type GetEventInstanceExceptionOccurrenceAttachmentOperationResponse
- type GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions
- func (o GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToOData() *odata.Query
- func (o GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
- type GetEventInstanceExceptionOccurrenceAttachmentsCountOperationResponse
- type ListEventInstanceExceptionOccurrenceAttachmentsCompleteResult
- type ListEventInstanceExceptionOccurrenceAttachmentsCustomPager
- type ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions
- type ListEventInstanceExceptionOccurrenceAttachmentsOperationResponse
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 CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions ¶
type CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateEventInstanceExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultCreateEventInstanceExceptionOccurrenceAttachmentOperationOptions() CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions
func (CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions ¶
type CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions() CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions
func (CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (o CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
func (CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData ¶
func (o CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
type CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionRequest ¶
type CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionRequest struct {
AttachmentItem *beta.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions ¶
type DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultDeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions() DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions
func (DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type EventInstanceExceptionOccurrenceAttachmentClient ¶
func NewEventInstanceExceptionOccurrenceAttachmentClientWithBaseURI ¶
func NewEventInstanceExceptionOccurrenceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*EventInstanceExceptionOccurrenceAttachmentClient, error)
func (EventInstanceExceptionOccurrenceAttachmentClient) CreateEventInstanceExceptionOccurrenceAttachment ¶
func (c EventInstanceExceptionOccurrenceAttachmentClient) CreateEventInstanceExceptionOccurrenceAttachment(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceId, input beta.Attachment, options CreateEventInstanceExceptionOccurrenceAttachmentOperationOptions) (result CreateEventInstanceExceptionOccurrenceAttachmentOperationResponse, err error)
CreateEventInstanceExceptionOccurrenceAttachment - Create new navigation property to attachments for me
func (EventInstanceExceptionOccurrenceAttachmentClient) CreateEventInstanceExceptionOccurrenceAttachmentsUploadSession ¶
func (c EventInstanceExceptionOccurrenceAttachmentClient) CreateEventInstanceExceptionOccurrenceAttachmentsUploadSession(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceId, input CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionRequest, options CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationOptions) (result CreateEventInstanceExceptionOccurrenceAttachmentsUploadSessionOperationResponse, err error)
CreateEventInstanceExceptionOccurrenceAttachmentsUploadSession - 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 (EventInstanceExceptionOccurrenceAttachmentClient) DeleteEventInstanceExceptionOccurrenceAttachment ¶
func (c EventInstanceExceptionOccurrenceAttachmentClient) DeleteEventInstanceExceptionOccurrenceAttachment(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceIdAttachmentId, options DeleteEventInstanceExceptionOccurrenceAttachmentOperationOptions) (result DeleteEventInstanceExceptionOccurrenceAttachmentOperationResponse, err error)
DeleteEventInstanceExceptionOccurrenceAttachment - Delete navigation property attachments for me
func (EventInstanceExceptionOccurrenceAttachmentClient) GetEventInstanceExceptionOccurrenceAttachment ¶
func (c EventInstanceExceptionOccurrenceAttachmentClient) GetEventInstanceExceptionOccurrenceAttachment(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceIdAttachmentId, options GetEventInstanceExceptionOccurrenceAttachmentOperationOptions) (result GetEventInstanceExceptionOccurrenceAttachmentOperationResponse, err error)
GetEventInstanceExceptionOccurrenceAttachment - Get attachments from me. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (EventInstanceExceptionOccurrenceAttachmentClient) GetEventInstanceExceptionOccurrenceAttachmentsCount ¶
func (c EventInstanceExceptionOccurrenceAttachmentClient) GetEventInstanceExceptionOccurrenceAttachmentsCount(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceId, options GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) (result GetEventInstanceExceptionOccurrenceAttachmentsCountOperationResponse, err error)
GetEventInstanceExceptionOccurrenceAttachmentsCount - Get the number of the resource
func (EventInstanceExceptionOccurrenceAttachmentClient) ListEventInstanceExceptionOccurrenceAttachments ¶
func (c EventInstanceExceptionOccurrenceAttachmentClient) ListEventInstanceExceptionOccurrenceAttachments(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceId, options ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions) (result ListEventInstanceExceptionOccurrenceAttachmentsOperationResponse, err error)
ListEventInstanceExceptionOccurrenceAttachments - Get attachments from me. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (EventInstanceExceptionOccurrenceAttachmentClient) ListEventInstanceExceptionOccurrenceAttachmentsComplete ¶
func (c EventInstanceExceptionOccurrenceAttachmentClient) ListEventInstanceExceptionOccurrenceAttachmentsComplete(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceId, options ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions) (ListEventInstanceExceptionOccurrenceAttachmentsCompleteResult, error)
ListEventInstanceExceptionOccurrenceAttachmentsComplete retrieves all the results into a single object
func (EventInstanceExceptionOccurrenceAttachmentClient) ListEventInstanceExceptionOccurrenceAttachmentsCompleteMatchingPredicate ¶
func (c EventInstanceExceptionOccurrenceAttachmentClient) ListEventInstanceExceptionOccurrenceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.MeEventIdInstanceIdExceptionOccurrenceId, options ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListEventInstanceExceptionOccurrenceAttachmentsCompleteResult, err error)
ListEventInstanceExceptionOccurrenceAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type GetEventInstanceExceptionOccurrenceAttachmentOperationOptions ¶
type GetEventInstanceExceptionOccurrenceAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetEventInstanceExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultGetEventInstanceExceptionOccurrenceAttachmentOperationOptions() GetEventInstanceExceptionOccurrenceAttachmentOperationOptions
func (GetEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o GetEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o GetEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (GetEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o GetEventInstanceExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions ¶
type GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions ¶
func DefaultGetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions() GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions
func (GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToOData ¶
func (o GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToOData() *odata.Query
func (GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery ¶
func (o GetEventInstanceExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListEventInstanceExceptionOccurrenceAttachmentsCompleteResult ¶
type ListEventInstanceExceptionOccurrenceAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.Attachment }
type ListEventInstanceExceptionOccurrenceAttachmentsCustomPager ¶
type ListEventInstanceExceptionOccurrenceAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListEventInstanceExceptionOccurrenceAttachmentsCustomPager) NextPageLink ¶
func (p *ListEventInstanceExceptionOccurrenceAttachmentsCustomPager) NextPageLink() *odata.Link
type ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions ¶
type ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions 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 DefaultListEventInstanceExceptionOccurrenceAttachmentsOperationOptions ¶
func DefaultListEventInstanceExceptionOccurrenceAttachmentsOperationOptions() ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions
func (ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToHeaders ¶
func (o ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToOData ¶
func (o ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToOData() *odata.Query
func (ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToQuery ¶
func (o ListEventInstanceExceptionOccurrenceAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createeventinstanceexceptionoccurrenceattachment.go
- method_createeventinstanceexceptionoccurrenceattachmentsuploadsession.go
- method_deleteeventinstanceexceptionoccurrenceattachment.go
- method_geteventinstanceexceptionoccurrenceattachment.go
- method_geteventinstanceexceptionoccurrenceattachmentscount.go
- method_listeventinstanceexceptionoccurrenceattachments.go
- model_createeventinstanceexceptionoccurrenceattachmentsuploadsessionrequest.go
- predicates.go
- version.go