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 CreateThreadPostInReplyToExtensionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateThreadPostInReplyToExtensionOperationOptions() CreateThreadPostInReplyToExtensionOperationOptions + func (o CreateThreadPostInReplyToExtensionOperationOptions) ToHeaders() *client.Headers + func (o CreateThreadPostInReplyToExtensionOperationOptions) ToOData() *odata.Query + func (o CreateThreadPostInReplyToExtensionOperationOptions) ToQuery() *client.QueryParams + type CreateThreadPostInReplyToExtensionOperationResponse struct + HttpResponse *http.Response + Model stable.Extension + OData *odata.OData + type DeleteThreadPostInReplyToExtensionOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteThreadPostInReplyToExtensionOperationOptions() DeleteThreadPostInReplyToExtensionOperationOptions + func (o DeleteThreadPostInReplyToExtensionOperationOptions) ToHeaders() *client.Headers + func (o DeleteThreadPostInReplyToExtensionOperationOptions) ToOData() *odata.Query + func (o DeleteThreadPostInReplyToExtensionOperationOptions) ToQuery() *client.QueryParams + type DeleteThreadPostInReplyToExtensionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ExtensionOperationPredicate struct + func (p ExtensionOperationPredicate) Matches(input stable.Extension) bool + type GetThreadPostInReplyToExtensionOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetThreadPostInReplyToExtensionOperationOptions() GetThreadPostInReplyToExtensionOperationOptions + func (o GetThreadPostInReplyToExtensionOperationOptions) ToHeaders() *client.Headers + func (o GetThreadPostInReplyToExtensionOperationOptions) ToOData() *odata.Query + func (o GetThreadPostInReplyToExtensionOperationOptions) ToQuery() *client.QueryParams + type GetThreadPostInReplyToExtensionOperationResponse struct + HttpResponse *http.Response + Model stable.Extension + OData *odata.OData + type GetThreadPostInReplyToExtensionsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetThreadPostInReplyToExtensionsCountOperationOptions() GetThreadPostInReplyToExtensionsCountOperationOptions + func (o GetThreadPostInReplyToExtensionsCountOperationOptions) ToHeaders() *client.Headers + func (o GetThreadPostInReplyToExtensionsCountOperationOptions) ToOData() *odata.Query + func (o GetThreadPostInReplyToExtensionsCountOperationOptions) ToQuery() *client.QueryParams + type GetThreadPostInReplyToExtensionsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListThreadPostInReplyToExtensionsCompleteResult struct + Items []stable.Extension + LatestHttpResponse *http.Response + type ListThreadPostInReplyToExtensionsCustomPager struct + NextLink *odata.Link + func (p *ListThreadPostInReplyToExtensionsCustomPager) NextPageLink() *odata.Link + type ListThreadPostInReplyToExtensionsOperationOptions 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 DefaultListThreadPostInReplyToExtensionsOperationOptions() ListThreadPostInReplyToExtensionsOperationOptions + func (o ListThreadPostInReplyToExtensionsOperationOptions) ToHeaders() *client.Headers + func (o ListThreadPostInReplyToExtensionsOperationOptions) ToOData() *odata.Query + func (o ListThreadPostInReplyToExtensionsOperationOptions) ToQuery() *client.QueryParams + type ListThreadPostInReplyToExtensionsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.Extension + OData *odata.OData + type ThreadPostInReplyToExtensionClient struct + Client *msgraph.Client + func NewThreadPostInReplyToExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*ThreadPostInReplyToExtensionClient, error) + func (c ThreadPostInReplyToExtensionClient) CreateThreadPostInReplyToExtension(ctx context.Context, id stable.GroupIdThreadIdPostId, input stable.Extension, ...) (result CreateThreadPostInReplyToExtensionOperationResponse, err error) + func (c ThreadPostInReplyToExtensionClient) DeleteThreadPostInReplyToExtension(ctx context.Context, id stable.GroupIdThreadIdPostIdInReplyToExtensionId, ...) (result DeleteThreadPostInReplyToExtensionOperationResponse, err error) + func (c ThreadPostInReplyToExtensionClient) GetThreadPostInReplyToExtension(ctx context.Context, id stable.GroupIdThreadIdPostIdInReplyToExtensionId, ...) (result GetThreadPostInReplyToExtensionOperationResponse, err error) + func (c ThreadPostInReplyToExtensionClient) GetThreadPostInReplyToExtensionsCount(ctx context.Context, id stable.GroupIdThreadIdPostId, ...) (result GetThreadPostInReplyToExtensionsCountOperationResponse, err error) + func (c ThreadPostInReplyToExtensionClient) ListThreadPostInReplyToExtensions(ctx context.Context, id stable.GroupIdThreadIdPostId, ...) (result ListThreadPostInReplyToExtensionsOperationResponse, err error) + func (c ThreadPostInReplyToExtensionClient) ListThreadPostInReplyToExtensionsComplete(ctx context.Context, id stable.GroupIdThreadIdPostId, ...) (ListThreadPostInReplyToExtensionsCompleteResult, error) + func (c ThreadPostInReplyToExtensionClient) ListThreadPostInReplyToExtensionsCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdThreadIdPostId, ...) (result ListThreadPostInReplyToExtensionsCompleteResult, err error) + func (c ThreadPostInReplyToExtensionClient) UpdateThreadPostInReplyToExtension(ctx context.Context, id stable.GroupIdThreadIdPostIdInReplyToExtensionId, ...) (result UpdateThreadPostInReplyToExtensionOperationResponse, err error) + type UpdateThreadPostInReplyToExtensionOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateThreadPostInReplyToExtensionOperationOptions() UpdateThreadPostInReplyToExtensionOperationOptions + func (o UpdateThreadPostInReplyToExtensionOperationOptions) ToHeaders() *client.Headers + func (o UpdateThreadPostInReplyToExtensionOperationOptions) ToOData() *odata.Query + func (o UpdateThreadPostInReplyToExtensionOperationOptions) ToQuery() *client.QueryParams + type UpdateThreadPostInReplyToExtensionOperationResponse struct + HttpResponse *http.Response + OData *odata.OData