Documentation ¶
Index ¶
- type AttachmentOperationPredicate
- type CreateEventExceptionOccurrenceAttachmentOperationOptions
- type CreateEventExceptionOccurrenceAttachmentOperationResponse
- type CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions
- func (o CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
- func (o CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
- func (o CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
- type CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationResponse
- type CreateEventExceptionOccurrenceAttachmentsUploadSessionRequest
- type DeleteEventExceptionOccurrenceAttachmentOperationOptions
- type DeleteEventExceptionOccurrenceAttachmentOperationResponse
- type EventExceptionOccurrenceAttachmentClient
- func (c EventExceptionOccurrenceAttachmentClient) CreateEventExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, ...) (result CreateEventExceptionOccurrenceAttachmentOperationResponse, err error)
- func (c EventExceptionOccurrenceAttachmentClient) CreateEventExceptionOccurrenceAttachmentsUploadSession(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, ...) (result CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationResponse, ...)
- func (c EventExceptionOccurrenceAttachmentClient) DeleteEventExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceIdAttachmentId, ...) (result DeleteEventExceptionOccurrenceAttachmentOperationResponse, err error)
- func (c EventExceptionOccurrenceAttachmentClient) GetEventExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceIdAttachmentId, ...) (result GetEventExceptionOccurrenceAttachmentOperationResponse, err error)
- func (c EventExceptionOccurrenceAttachmentClient) GetEventExceptionOccurrenceAttachmentsCount(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, ...) (result GetEventExceptionOccurrenceAttachmentsCountOperationResponse, err error)
- func (c EventExceptionOccurrenceAttachmentClient) ListEventExceptionOccurrenceAttachments(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, ...) (result ListEventExceptionOccurrenceAttachmentsOperationResponse, err error)
- func (c EventExceptionOccurrenceAttachmentClient) ListEventExceptionOccurrenceAttachmentsComplete(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, ...) (ListEventExceptionOccurrenceAttachmentsCompleteResult, error)
- func (c EventExceptionOccurrenceAttachmentClient) ListEventExceptionOccurrenceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, ...) (result ListEventExceptionOccurrenceAttachmentsCompleteResult, err error)
- type GetEventExceptionOccurrenceAttachmentOperationOptions
- type GetEventExceptionOccurrenceAttachmentOperationResponse
- type GetEventExceptionOccurrenceAttachmentsCountOperationOptions
- type GetEventExceptionOccurrenceAttachmentsCountOperationResponse
- type ListEventExceptionOccurrenceAttachmentsCompleteResult
- type ListEventExceptionOccurrenceAttachmentsCustomPager
- type ListEventExceptionOccurrenceAttachmentsOperationOptions
- type ListEventExceptionOccurrenceAttachmentsOperationResponse
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 CreateEventExceptionOccurrenceAttachmentOperationOptions ¶
type CreateEventExceptionOccurrenceAttachmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateEventExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultCreateEventExceptionOccurrenceAttachmentOperationOptions() CreateEventExceptionOccurrenceAttachmentOperationOptions
func (CreateEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o CreateEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (CreateEventExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o CreateEventExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (CreateEventExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o CreateEventExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions ¶
type CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions ¶
func DefaultCreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions() CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions
func (CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders ¶
func (o CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers
func (CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData ¶
func (o CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query
func (CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToQuery ¶
func (o CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams
type CreateEventExceptionOccurrenceAttachmentsUploadSessionRequest ¶
type CreateEventExceptionOccurrenceAttachmentsUploadSessionRequest struct {
AttachmentItem *beta.AttachmentItem `json:"AttachmentItem,omitempty"`
}
type DeleteEventExceptionOccurrenceAttachmentOperationOptions ¶
type DeleteEventExceptionOccurrenceAttachmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteEventExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultDeleteEventExceptionOccurrenceAttachmentOperationOptions() DeleteEventExceptionOccurrenceAttachmentOperationOptions
func (DeleteEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o DeleteEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (DeleteEventExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o DeleteEventExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (DeleteEventExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o DeleteEventExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type EventExceptionOccurrenceAttachmentClient ¶
func NewEventExceptionOccurrenceAttachmentClientWithBaseURI ¶
func NewEventExceptionOccurrenceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*EventExceptionOccurrenceAttachmentClient, error)
func (EventExceptionOccurrenceAttachmentClient) CreateEventExceptionOccurrenceAttachment ¶
func (c EventExceptionOccurrenceAttachmentClient) CreateEventExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, input beta.Attachment, options CreateEventExceptionOccurrenceAttachmentOperationOptions) (result CreateEventExceptionOccurrenceAttachmentOperationResponse, err error)
CreateEventExceptionOccurrenceAttachment - Create new navigation property to attachments for groups
func (EventExceptionOccurrenceAttachmentClient) CreateEventExceptionOccurrenceAttachmentsUploadSession ¶
func (c EventExceptionOccurrenceAttachmentClient) CreateEventExceptionOccurrenceAttachmentsUploadSession(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, input CreateEventExceptionOccurrenceAttachmentsUploadSessionRequest, options CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationOptions) (result CreateEventExceptionOccurrenceAttachmentsUploadSessionOperationResponse, err error)
CreateEventExceptionOccurrenceAttachmentsUploadSession - 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 (EventExceptionOccurrenceAttachmentClient) DeleteEventExceptionOccurrenceAttachment ¶
func (c EventExceptionOccurrenceAttachmentClient) DeleteEventExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceIdAttachmentId, options DeleteEventExceptionOccurrenceAttachmentOperationOptions) (result DeleteEventExceptionOccurrenceAttachmentOperationResponse, err error)
DeleteEventExceptionOccurrenceAttachment - Delete navigation property attachments for groups
func (EventExceptionOccurrenceAttachmentClient) GetEventExceptionOccurrenceAttachment ¶
func (c EventExceptionOccurrenceAttachmentClient) GetEventExceptionOccurrenceAttachment(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceIdAttachmentId, options GetEventExceptionOccurrenceAttachmentOperationOptions) (result GetEventExceptionOccurrenceAttachmentOperationResponse, err error)
GetEventExceptionOccurrenceAttachment - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (EventExceptionOccurrenceAttachmentClient) GetEventExceptionOccurrenceAttachmentsCount ¶
func (c EventExceptionOccurrenceAttachmentClient) GetEventExceptionOccurrenceAttachmentsCount(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, options GetEventExceptionOccurrenceAttachmentsCountOperationOptions) (result GetEventExceptionOccurrenceAttachmentsCountOperationResponse, err error)
GetEventExceptionOccurrenceAttachmentsCount - Get the number of the resource
func (EventExceptionOccurrenceAttachmentClient) ListEventExceptionOccurrenceAttachments ¶
func (c EventExceptionOccurrenceAttachmentClient) ListEventExceptionOccurrenceAttachments(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, options ListEventExceptionOccurrenceAttachmentsOperationOptions) (result ListEventExceptionOccurrenceAttachmentsOperationResponse, err error)
ListEventExceptionOccurrenceAttachments - Get attachments from groups. The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.
func (EventExceptionOccurrenceAttachmentClient) ListEventExceptionOccurrenceAttachmentsComplete ¶
func (c EventExceptionOccurrenceAttachmentClient) ListEventExceptionOccurrenceAttachmentsComplete(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, options ListEventExceptionOccurrenceAttachmentsOperationOptions) (ListEventExceptionOccurrenceAttachmentsCompleteResult, error)
ListEventExceptionOccurrenceAttachmentsComplete retrieves all the results into a single object
func (EventExceptionOccurrenceAttachmentClient) ListEventExceptionOccurrenceAttachmentsCompleteMatchingPredicate ¶
func (c EventExceptionOccurrenceAttachmentClient) ListEventExceptionOccurrenceAttachmentsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdEventIdExceptionOccurrenceId, options ListEventExceptionOccurrenceAttachmentsOperationOptions, predicate AttachmentOperationPredicate) (result ListEventExceptionOccurrenceAttachmentsCompleteResult, err error)
ListEventExceptionOccurrenceAttachmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type GetEventExceptionOccurrenceAttachmentOperationOptions ¶
type GetEventExceptionOccurrenceAttachmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetEventExceptionOccurrenceAttachmentOperationOptions ¶
func DefaultGetEventExceptionOccurrenceAttachmentOperationOptions() GetEventExceptionOccurrenceAttachmentOperationOptions
func (GetEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders ¶
func (o GetEventExceptionOccurrenceAttachmentOperationOptions) ToHeaders() *client.Headers
func (GetEventExceptionOccurrenceAttachmentOperationOptions) ToOData ¶
func (o GetEventExceptionOccurrenceAttachmentOperationOptions) ToOData() *odata.Query
func (GetEventExceptionOccurrenceAttachmentOperationOptions) ToQuery ¶
func (o GetEventExceptionOccurrenceAttachmentOperationOptions) ToQuery() *client.QueryParams
type GetEventExceptionOccurrenceAttachmentsCountOperationOptions ¶
type GetEventExceptionOccurrenceAttachmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetEventExceptionOccurrenceAttachmentsCountOperationOptions ¶
func DefaultGetEventExceptionOccurrenceAttachmentsCountOperationOptions() GetEventExceptionOccurrenceAttachmentsCountOperationOptions
func (GetEventExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders ¶
func (o GetEventExceptionOccurrenceAttachmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetEventExceptionOccurrenceAttachmentsCountOperationOptions) ToOData ¶
func (o GetEventExceptionOccurrenceAttachmentsCountOperationOptions) ToOData() *odata.Query
func (GetEventExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery ¶
func (o GetEventExceptionOccurrenceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams
type ListEventExceptionOccurrenceAttachmentsCompleteResult ¶
type ListEventExceptionOccurrenceAttachmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.Attachment }
type ListEventExceptionOccurrenceAttachmentsCustomPager ¶
type ListEventExceptionOccurrenceAttachmentsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListEventExceptionOccurrenceAttachmentsCustomPager) NextPageLink ¶
func (p *ListEventExceptionOccurrenceAttachmentsCustomPager) NextPageLink() *odata.Link
type ListEventExceptionOccurrenceAttachmentsOperationOptions ¶
type ListEventExceptionOccurrenceAttachmentsOperationOptions 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 DefaultListEventExceptionOccurrenceAttachmentsOperationOptions ¶
func DefaultListEventExceptionOccurrenceAttachmentsOperationOptions() ListEventExceptionOccurrenceAttachmentsOperationOptions
func (ListEventExceptionOccurrenceAttachmentsOperationOptions) ToHeaders ¶
func (o ListEventExceptionOccurrenceAttachmentsOperationOptions) ToHeaders() *client.Headers
func (ListEventExceptionOccurrenceAttachmentsOperationOptions) ToOData ¶
func (o ListEventExceptionOccurrenceAttachmentsOperationOptions) ToOData() *odata.Query
func (ListEventExceptionOccurrenceAttachmentsOperationOptions) ToQuery ¶
func (o ListEventExceptionOccurrenceAttachmentsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createeventexceptionoccurrenceattachment.go
- method_createeventexceptionoccurrenceattachmentsuploadsession.go
- method_deleteeventexceptionoccurrenceattachment.go
- method_geteventexceptionoccurrenceattachment.go
- method_geteventexceptionoccurrenceattachmentscount.go
- method_listeventexceptionoccurrenceattachments.go
- model_createeventexceptionoccurrenceattachmentsuploadsessionrequest.go
- predicates.go
- version.go