Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions
- func (o CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
- func (o CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type CreateEventExceptionOccurrenceInstanceAttachmentOperationResponse
- type CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions
- func (o CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationResponse
- type CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionRequest
- type DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions
- func (o DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
- func (o DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
- func (o DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
- type DeleteEventExceptionOccurrenceInstanceAttachmentOperationResponse
- type EventExceptionOccurrenceInstanceAttachmentClient
- func (c EventExceptionOccurrenceInstanceAttachmentClient) CreateEventExceptionOccurrenceInstanceAttachment(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceId, ...) (result CreateEventExceptionOccurrenceInstanceAttachmentOperationResponse, ...)
- func (c EventExceptionOccurrenceInstanceAttachmentClient) CreateEventExceptionOccurrenceInstanceAttachmentsUploadSession(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceId, ...) (...)
- func (c EventExceptionOccurrenceInstanceAttachmentClient) DeleteEventExceptionOccurrenceInstanceAttachment(ctx context.Context, ...) (result DeleteEventExceptionOccurrenceInstanceAttachmentOperationResponse, ...)
- func (c EventExceptionOccurrenceInstanceAttachmentClient) GetEventExceptionOccurrenceInstanceAttachment(ctx context.Context, ...) (result GetEventExceptionOccurrenceInstanceAttachmentOperationResponse, ...)
- func (c EventExceptionOccurrenceInstanceAttachmentClient) GetEventExceptionOccurrenceInstanceAttachmentsCount(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceId, ...) (result GetEventExceptionOccurrenceInstanceAttachmentsCountOperationResponse, ...)
- func (c EventExceptionOccurrenceInstanceAttachmentClient) ListEventExceptionOccurrenceInstanceAttachments(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceId, ...) (result ListEventExceptionOccurrenceInstanceAttachmentsOperationResponse, ...)
- func (c EventExceptionOccurrenceInstanceAttachmentClient) ListEventExceptionOccurrenceInstanceAttachmentsComplete(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceId, ...) (ListEventExceptionOccurrenceInstanceAttachmentsCompleteResult, error)
- func (c EventExceptionOccurrenceInstanceAttachmentClient) ListEventExceptionOccurrenceInstanceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceId, ...) (result ListEventExceptionOccurrenceInstanceAttachmentsCompleteResult, ...)
- type GetEventExceptionOccurrenceInstanceAttachmentOperationOptions
- type GetEventExceptionOccurrenceInstanceAttachmentOperationResponse
- type GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions
- func (o GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToOData() *odata.Query
- func (o GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
- type GetEventExceptionOccurrenceInstanceAttachmentsCountOperationResponse
- type ListEventExceptionOccurrenceInstanceAttachmentsCompleteResult
- type ListEventExceptionOccurrenceInstanceAttachmentsCustomPager
- type ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions
- type ListEventExceptionOccurrenceInstanceAttachmentsOperationResponse
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 CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions ¶
type CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateEventExceptionOccurrenceInstanceAttachmentOperationOptions ¶
func DefaultCreateEventExceptionOccurrenceInstanceAttachmentOperationOptions() CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions
func (CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders ¶
func (o CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData ¶
func (o CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery ¶
func (o CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions ¶
type CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions() CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions
func (CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (o CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
func (CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToOData ¶
func (o CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
type CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionRequest ¶
type CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionRequest struct {
AttachmentItem *beta.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions ¶
type DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions ¶
func DefaultDeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions() DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions
func (DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders ¶
func (o DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData ¶
func (o DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery ¶
func (o DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type EventExceptionOccurrenceInstanceAttachmentClient ¶
func NewEventExceptionOccurrenceInstanceAttachmentClientWithBaseURI ¶
func NewEventExceptionOccurrenceInstanceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*EventExceptionOccurrenceInstanceAttachmentClient, error)
func (EventExceptionOccurrenceInstanceAttachmentClient) CreateEventExceptionOccurrenceInstanceAttachment ¶
func (c EventExceptionOccurrenceInstanceAttachmentClient) CreateEventExceptionOccurrenceInstanceAttachment(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceId, input beta.Attachment, options CreateEventExceptionOccurrenceInstanceAttachmentOperationOptions) (result CreateEventExceptionOccurrenceInstanceAttachmentOperationResponse, err error)
CreateEventExceptionOccurrenceInstanceAttachment - Create new navigation property to attachments for users
func (EventExceptionOccurrenceInstanceAttachmentClient) CreateEventExceptionOccurrenceInstanceAttachmentsUploadSession ¶
func (c EventExceptionOccurrenceInstanceAttachmentClient) CreateEventExceptionOccurrenceInstanceAttachmentsUploadSession(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceId, input CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionRequest, options CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationOptions) (result CreateEventExceptionOccurrenceInstanceAttachmentsUploadSessionOperationResponse, err error)
CreateEventExceptionOccurrenceInstanceAttachmentsUploadSession - 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 (EventExceptionOccurrenceInstanceAttachmentClient) DeleteEventExceptionOccurrenceInstanceAttachment ¶
func (c EventExceptionOccurrenceInstanceAttachmentClient) DeleteEventExceptionOccurrenceInstanceAttachment(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceIdAttachmentId, options DeleteEventExceptionOccurrenceInstanceAttachmentOperationOptions) (result DeleteEventExceptionOccurrenceInstanceAttachmentOperationResponse, err error)
DeleteEventExceptionOccurrenceInstanceAttachment - Delete navigation property attachments for users
func (EventExceptionOccurrenceInstanceAttachmentClient) GetEventExceptionOccurrenceInstanceAttachment ¶
func (c EventExceptionOccurrenceInstanceAttachmentClient) GetEventExceptionOccurrenceInstanceAttachment(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceIdAttachmentId, options GetEventExceptionOccurrenceInstanceAttachmentOperationOptions) (result GetEventExceptionOccurrenceInstanceAttachmentOperationResponse, err error)
GetEventExceptionOccurrenceInstanceAttachment - Get attachments from users. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (EventExceptionOccurrenceInstanceAttachmentClient) GetEventExceptionOccurrenceInstanceAttachmentsCount ¶
func (c EventExceptionOccurrenceInstanceAttachmentClient) GetEventExceptionOccurrenceInstanceAttachmentsCount(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceId, options GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) (result GetEventExceptionOccurrenceInstanceAttachmentsCountOperationResponse, err error)
GetEventExceptionOccurrenceInstanceAttachmentsCount - Get the number of the resource
func (EventExceptionOccurrenceInstanceAttachmentClient) ListEventExceptionOccurrenceInstanceAttachments ¶
func (c EventExceptionOccurrenceInstanceAttachmentClient) ListEventExceptionOccurrenceInstanceAttachments(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceId, options ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions) (result ListEventExceptionOccurrenceInstanceAttachmentsOperationResponse, err error)
ListEventExceptionOccurrenceInstanceAttachments - Get attachments from users. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (EventExceptionOccurrenceInstanceAttachmentClient) ListEventExceptionOccurrenceInstanceAttachmentsComplete ¶
func (c EventExceptionOccurrenceInstanceAttachmentClient) ListEventExceptionOccurrenceInstanceAttachmentsComplete(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceId, options ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions) (ListEventExceptionOccurrenceInstanceAttachmentsCompleteResult, error)
ListEventExceptionOccurrenceInstanceAttachmentsComplete retrieves all the results into a single object
func (EventExceptionOccurrenceInstanceAttachmentClient) ListEventExceptionOccurrenceInstanceAttachmentsCompleteMatchingPredicate ¶
func (c EventExceptionOccurrenceInstanceAttachmentClient) ListEventExceptionOccurrenceInstanceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdEventIdExceptionOccurrenceIdInstanceId, options ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListEventExceptionOccurrenceInstanceAttachmentsCompleteResult, err error)
ListEventExceptionOccurrenceInstanceAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type GetEventExceptionOccurrenceInstanceAttachmentOperationOptions ¶
type GetEventExceptionOccurrenceInstanceAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetEventExceptionOccurrenceInstanceAttachmentOperationOptions ¶
func DefaultGetEventExceptionOccurrenceInstanceAttachmentOperationOptions() GetEventExceptionOccurrenceInstanceAttachmentOperationOptions
func (GetEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders ¶
func (o GetEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData ¶
func (o GetEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToOData() *odata.Query
func (GetEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery ¶
func (o GetEventExceptionOccurrenceInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions ¶
type GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions ¶
func DefaultGetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions() GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions
func (GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToOData ¶
func (o GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToOData() *odata.Query
func (GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToQuery ¶
func (o GetEventExceptionOccurrenceInstanceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListEventExceptionOccurrenceInstanceAttachmentsCompleteResult ¶
type ListEventExceptionOccurrenceInstanceAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.Attachment }
type ListEventExceptionOccurrenceInstanceAttachmentsCustomPager ¶
type ListEventExceptionOccurrenceInstanceAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListEventExceptionOccurrenceInstanceAttachmentsCustomPager) NextPageLink ¶
func (p *ListEventExceptionOccurrenceInstanceAttachmentsCustomPager) NextPageLink() *odata.Link
type ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions ¶
type ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions 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 DefaultListEventExceptionOccurrenceInstanceAttachmentsOperationOptions ¶
func DefaultListEventExceptionOccurrenceInstanceAttachmentsOperationOptions() ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions
func (ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToHeaders ¶
func (o ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToOData ¶
func (o ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToOData() *odata.Query
func (ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToQuery ¶
func (o ListEventExceptionOccurrenceInstanceAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createeventexceptionoccurrenceinstanceattachment.go
- method_createeventexceptionoccurrenceinstanceattachmentsuploadsession.go
- method_deleteeventexceptionoccurrenceinstanceattachment.go
- method_geteventexceptionoccurrenceinstanceattachment.go
- method_geteventexceptionoccurrenceinstanceattachmentscount.go
- method_listeventexceptionoccurrenceinstanceattachments.go
- model_createeventexceptionoccurrenceinstanceattachmentsuploadsessionrequest.go
- predicates.go
- version.go