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 CreateEventAttachmentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateEventAttachmentOperationOptions() CreateEventAttachmentOperationOptions + func (o CreateEventAttachmentOperationOptions) ToHeaders() *client.Headers + func (o CreateEventAttachmentOperationOptions) ToOData() *odata.Query + func (o CreateEventAttachmentOperationOptions) ToQuery() *client.QueryParams + type CreateEventAttachmentOperationResponse struct + HttpResponse *http.Response + Model stable.Attachment + OData *odata.OData + type CreateEventAttachmentsUploadSessionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateEventAttachmentsUploadSessionOperationOptions() CreateEventAttachmentsUploadSessionOperationOptions + func (o CreateEventAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers + func (o CreateEventAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query + func (o CreateEventAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams + type CreateEventAttachmentsUploadSessionOperationResponse struct + HttpResponse *http.Response + Model *stable.UploadSession + OData *odata.OData + type CreateEventAttachmentsUploadSessionRequest struct + AttachmentItem *stable.AttachmentItem + type DeleteEventAttachmentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteEventAttachmentOperationOptions() DeleteEventAttachmentOperationOptions + func (o DeleteEventAttachmentOperationOptions) ToHeaders() *client.Headers + func (o DeleteEventAttachmentOperationOptions) ToOData() *odata.Query + func (o DeleteEventAttachmentOperationOptions) ToQuery() *client.QueryParams + type DeleteEventAttachmentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type EventAttachmentClient struct + Client *msgraph.Client + func NewEventAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*EventAttachmentClient, error) + func (c EventAttachmentClient) CreateEventAttachment(ctx context.Context, id stable.GroupIdEventId, input stable.Attachment, ...) (result CreateEventAttachmentOperationResponse, err error) + func (c EventAttachmentClient) CreateEventAttachmentsUploadSession(ctx context.Context, id stable.GroupIdEventId, ...) (result CreateEventAttachmentsUploadSessionOperationResponse, err error) + func (c EventAttachmentClient) DeleteEventAttachment(ctx context.Context, id stable.GroupIdEventIdAttachmentId, ...) (result DeleteEventAttachmentOperationResponse, err error) + func (c EventAttachmentClient) GetEventAttachment(ctx context.Context, id stable.GroupIdEventIdAttachmentId, ...) (result GetEventAttachmentOperationResponse, err error) + func (c EventAttachmentClient) GetEventAttachmentsCount(ctx context.Context, id stable.GroupIdEventId, ...) (result GetEventAttachmentsCountOperationResponse, err error) + func (c EventAttachmentClient) ListEventAttachments(ctx context.Context, id stable.GroupIdEventId, ...) (result ListEventAttachmentsOperationResponse, err error) + func (c EventAttachmentClient) ListEventAttachmentsComplete(ctx context.Context, id stable.GroupIdEventId, ...) (ListEventAttachmentsCompleteResult, error) + func (c EventAttachmentClient) ListEventAttachmentsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdEventId, ...) (result ListEventAttachmentsCompleteResult, err error) + type GetEventAttachmentOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetEventAttachmentOperationOptions() GetEventAttachmentOperationOptions + func (o GetEventAttachmentOperationOptions) ToHeaders() *client.Headers + func (o GetEventAttachmentOperationOptions) ToOData() *odata.Query + func (o GetEventAttachmentOperationOptions) ToQuery() *client.QueryParams + type GetEventAttachmentOperationResponse struct + HttpResponse *http.Response + Model stable.Attachment + OData *odata.OData + type GetEventAttachmentsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetEventAttachmentsCountOperationOptions() GetEventAttachmentsCountOperationOptions + func (o GetEventAttachmentsCountOperationOptions) ToHeaders() *client.Headers + func (o GetEventAttachmentsCountOperationOptions) ToOData() *odata.Query + func (o GetEventAttachmentsCountOperationOptions) ToQuery() *client.QueryParams + type GetEventAttachmentsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListEventAttachmentsCompleteResult struct + Items []stable.Attachment + LatestHttpResponse *http.Response + type ListEventAttachmentsCustomPager struct + NextLink *odata.Link + func (p *ListEventAttachmentsCustomPager) NextPageLink() *odata.Link + type ListEventAttachmentsOperationOptions 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 DefaultListEventAttachmentsOperationOptions() ListEventAttachmentsOperationOptions + func (o ListEventAttachmentsOperationOptions) ToHeaders() *client.Headers + func (o ListEventAttachmentsOperationOptions) ToOData() *odata.Query + func (o ListEventAttachmentsOperationOptions) ToQuery() *client.QueryParams + type ListEventAttachmentsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Attachment + OData *odata.OData