Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type AttachmentOperationPredicate struct + func (p AttachmentOperationPredicate) Matches(input stable.Attachment) bool + type CreateEventInstanceAttachmentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateEventInstanceAttachmentOperationOptions() CreateEventInstanceAttachmentOperationOptions + func (o CreateEventInstanceAttachmentOperationOptions) ToHeaders() *client.Headers + func (o CreateEventInstanceAttachmentOperationOptions) ToOData() *odata.Query + func (o CreateEventInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams + type CreateEventInstanceAttachmentOperationResponse struct + HttpResponse *http.Response + Model stable.Attachment + OData *odata.OData + type CreateEventInstanceAttachmentsUploadSessionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateEventInstanceAttachmentsUploadSessionOperationOptions() CreateEventInstanceAttachmentsUploadSessionOperationOptions + func (o CreateEventInstanceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers + func (o CreateEventInstanceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query + func (o CreateEventInstanceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams + type CreateEventInstanceAttachmentsUploadSessionOperationResponse struct + HttpResponse *http.Response + Model *stable.UploadSession + OData *odata.OData + type CreateEventInstanceAttachmentsUploadSessionRequest struct + AttachmentItem *stable.AttachmentItem + type DeleteEventInstanceAttachmentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteEventInstanceAttachmentOperationOptions() DeleteEventInstanceAttachmentOperationOptions + func (o DeleteEventInstanceAttachmentOperationOptions) ToHeaders() *client.Headers + func (o DeleteEventInstanceAttachmentOperationOptions) ToOData() *odata.Query + func (o DeleteEventInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams + type DeleteEventInstanceAttachmentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type EventInstanceAttachmentClient struct + Client *msgraph.Client + func NewEventInstanceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*EventInstanceAttachmentClient, error) + func (c EventInstanceAttachmentClient) CreateEventInstanceAttachment(ctx context.Context, id stable.GroupIdEventIdInstanceId, ...) (result CreateEventInstanceAttachmentOperationResponse, err error) + func (c EventInstanceAttachmentClient) CreateEventInstanceAttachmentsUploadSession(ctx context.Context, id stable.GroupIdEventIdInstanceId, ...) (result CreateEventInstanceAttachmentsUploadSessionOperationResponse, err error) + func (c EventInstanceAttachmentClient) DeleteEventInstanceAttachment(ctx context.Context, id stable.GroupIdEventIdInstanceIdAttachmentId, ...) (result DeleteEventInstanceAttachmentOperationResponse, err error) + func (c EventInstanceAttachmentClient) GetEventInstanceAttachment(ctx context.Context, id stable.GroupIdEventIdInstanceIdAttachmentId, ...) (result GetEventInstanceAttachmentOperationResponse, err error) + func (c EventInstanceAttachmentClient) GetEventInstanceAttachmentsCount(ctx context.Context, id stable.GroupIdEventIdInstanceId, ...) (result GetEventInstanceAttachmentsCountOperationResponse, err error) + func (c EventInstanceAttachmentClient) ListEventInstanceAttachments(ctx context.Context, id stable.GroupIdEventIdInstanceId, ...) (result ListEventInstanceAttachmentsOperationResponse, err error) + func (c EventInstanceAttachmentClient) ListEventInstanceAttachmentsComplete(ctx context.Context, id stable.GroupIdEventIdInstanceId, ...) (ListEventInstanceAttachmentsCompleteResult, error) + func (c EventInstanceAttachmentClient) ListEventInstanceAttachmentsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdEventIdInstanceId, ...) (result ListEventInstanceAttachmentsCompleteResult, err error) + type GetEventInstanceAttachmentOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetEventInstanceAttachmentOperationOptions() GetEventInstanceAttachmentOperationOptions + func (o GetEventInstanceAttachmentOperationOptions) ToHeaders() *client.Headers + func (o GetEventInstanceAttachmentOperationOptions) ToOData() *odata.Query + func (o GetEventInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams + type GetEventInstanceAttachmentOperationResponse struct + HttpResponse *http.Response + Model stable.Attachment + OData *odata.OData + type GetEventInstanceAttachmentsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetEventInstanceAttachmentsCountOperationOptions() GetEventInstanceAttachmentsCountOperationOptions + func (o GetEventInstanceAttachmentsCountOperationOptions) ToHeaders() *client.Headers + func (o GetEventInstanceAttachmentsCountOperationOptions) ToOData() *odata.Query + func (o GetEventInstanceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams + type GetEventInstanceAttachmentsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListEventInstanceAttachmentsCompleteResult struct + Items []stable.Attachment + LatestHttpResponse *http.Response + type ListEventInstanceAttachmentsCustomPager struct + NextLink *odata.Link + func (p *ListEventInstanceAttachmentsCustomPager) NextPageLink() *odata.Link + type ListEventInstanceAttachmentsOperationOptions 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 DefaultListEventInstanceAttachmentsOperationOptions() ListEventInstanceAttachmentsOperationOptions + func (o ListEventInstanceAttachmentsOperationOptions) ToHeaders() *client.Headers + func (o ListEventInstanceAttachmentsOperationOptions) ToOData() *odata.Query + func (o ListEventInstanceAttachmentsOperationOptions) ToQuery() *client.QueryParams + type ListEventInstanceAttachmentsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Attachment + OData *odata.OData