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 CalendarCalendarViewInstanceAttachmentClient struct + Client *msgraph.Client + func NewCalendarCalendarViewInstanceAttachmentClientWithBaseURI(sdkApi sdkEnv.Api) (*CalendarCalendarViewInstanceAttachmentClient, error) + func (c CalendarCalendarViewInstanceAttachmentClient) CreateCalendarViewInstanceAttachment(ctx context.Context, id stable.GroupIdCalendarCalendarViewIdInstanceId, ...) (result CreateCalendarViewInstanceAttachmentOperationResponse, err error) + func (c CalendarCalendarViewInstanceAttachmentClient) CreateCalendarViewInstanceAttachmentsUploadSession(ctx context.Context, id stable.GroupIdCalendarCalendarViewIdInstanceId, ...) (result CreateCalendarViewInstanceAttachmentsUploadSessionOperationResponse, ...) + func (c CalendarCalendarViewInstanceAttachmentClient) DeleteCalendarViewInstanceAttachment(ctx context.Context, ...) (result DeleteCalendarViewInstanceAttachmentOperationResponse, err error) + func (c CalendarCalendarViewInstanceAttachmentClient) GetCalendarViewInstanceAttachment(ctx context.Context, ...) (result GetCalendarViewInstanceAttachmentOperationResponse, err error) + func (c CalendarCalendarViewInstanceAttachmentClient) GetCalendarViewInstanceAttachmentsCount(ctx context.Context, id stable.GroupIdCalendarCalendarViewIdInstanceId, ...) (result GetCalendarViewInstanceAttachmentsCountOperationResponse, err error) + func (c CalendarCalendarViewInstanceAttachmentClient) ListCalendarViewInstanceAttachments(ctx context.Context, id stable.GroupIdCalendarCalendarViewIdInstanceId, ...) (result ListCalendarViewInstanceAttachmentsOperationResponse, err error) + func (c CalendarCalendarViewInstanceAttachmentClient) ListCalendarViewInstanceAttachmentsComplete(ctx context.Context, id stable.GroupIdCalendarCalendarViewIdInstanceId, ...) (ListCalendarViewInstanceAttachmentsCompleteResult, error) + func (c CalendarCalendarViewInstanceAttachmentClient) ListCalendarViewInstanceAttachmentsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdCalendarCalendarViewIdInstanceId, ...) (result ListCalendarViewInstanceAttachmentsCompleteResult, err error) + type CreateCalendarViewInstanceAttachmentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateCalendarViewInstanceAttachmentOperationOptions() CreateCalendarViewInstanceAttachmentOperationOptions + func (o CreateCalendarViewInstanceAttachmentOperationOptions) ToHeaders() *client.Headers + func (o CreateCalendarViewInstanceAttachmentOperationOptions) ToOData() *odata.Query + func (o CreateCalendarViewInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams + type CreateCalendarViewInstanceAttachmentOperationResponse struct + HttpResponse *http.Response + Model stable.Attachment + OData *odata.OData + type CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions() CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions + func (o CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) ToHeaders() *client.Headers + func (o CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) ToOData() *odata.Query + func (o CreateCalendarViewInstanceAttachmentsUploadSessionOperationOptions) ToQuery() *client.QueryParams + type CreateCalendarViewInstanceAttachmentsUploadSessionOperationResponse struct + HttpResponse *http.Response + Model *stable.UploadSession + OData *odata.OData + type CreateCalendarViewInstanceAttachmentsUploadSessionRequest struct + AttachmentItem *stable.AttachmentItem + type DeleteCalendarViewInstanceAttachmentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteCalendarViewInstanceAttachmentOperationOptions() DeleteCalendarViewInstanceAttachmentOperationOptions + func (o DeleteCalendarViewInstanceAttachmentOperationOptions) ToHeaders() *client.Headers + func (o DeleteCalendarViewInstanceAttachmentOperationOptions) ToOData() *odata.Query + func (o DeleteCalendarViewInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams + type DeleteCalendarViewInstanceAttachmentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetCalendarViewInstanceAttachmentOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetCalendarViewInstanceAttachmentOperationOptions() GetCalendarViewInstanceAttachmentOperationOptions + func (o GetCalendarViewInstanceAttachmentOperationOptions) ToHeaders() *client.Headers + func (o GetCalendarViewInstanceAttachmentOperationOptions) ToOData() *odata.Query + func (o GetCalendarViewInstanceAttachmentOperationOptions) ToQuery() *client.QueryParams + type GetCalendarViewInstanceAttachmentOperationResponse struct + HttpResponse *http.Response + Model stable.Attachment + OData *odata.OData + type GetCalendarViewInstanceAttachmentsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetCalendarViewInstanceAttachmentsCountOperationOptions() GetCalendarViewInstanceAttachmentsCountOperationOptions + func (o GetCalendarViewInstanceAttachmentsCountOperationOptions) ToHeaders() *client.Headers + func (o GetCalendarViewInstanceAttachmentsCountOperationOptions) ToOData() *odata.Query + func (o GetCalendarViewInstanceAttachmentsCountOperationOptions) ToQuery() *client.QueryParams + type GetCalendarViewInstanceAttachmentsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListCalendarViewInstanceAttachmentsCompleteResult struct + Items []stable.Attachment + LatestHttpResponse *http.Response + type ListCalendarViewInstanceAttachmentsCustomPager struct + NextLink *odata.Link + func (p *ListCalendarViewInstanceAttachmentsCustomPager) NextPageLink() *odata.Link + type ListCalendarViewInstanceAttachmentsOperationOptions 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 DefaultListCalendarViewInstanceAttachmentsOperationOptions() ListCalendarViewInstanceAttachmentsOperationOptions + func (o ListCalendarViewInstanceAttachmentsOperationOptions) ToHeaders() *client.Headers + func (o ListCalendarViewInstanceAttachmentsOperationOptions) ToOData() *odata.Query + func (o ListCalendarViewInstanceAttachmentsOperationOptions) ToQuery() *client.QueryParams + type ListCalendarViewInstanceAttachmentsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Attachment + OData *odata.OData