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 ForwardThreadPostInReplyToOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultForwardThreadPostInReplyToOperationOptions() ForwardThreadPostInReplyToOperationOptions + func (o ForwardThreadPostInReplyToOperationOptions) ToHeaders() *client.Headers + func (o ForwardThreadPostInReplyToOperationOptions) ToOData() *odata.Query + func (o ForwardThreadPostInReplyToOperationOptions) ToQuery() *client.QueryParams + type ForwardThreadPostInReplyToOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ForwardThreadPostInReplyToRequest struct + Comment nullable.Type[string] + ToRecipients *[]beta.Recipient + type GetThreadPostInReplyToOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetThreadPostInReplyToOperationOptions() GetThreadPostInReplyToOperationOptions + func (o GetThreadPostInReplyToOperationOptions) ToHeaders() *client.Headers + func (o GetThreadPostInReplyToOperationOptions) ToOData() *odata.Query + func (o GetThreadPostInReplyToOperationOptions) ToQuery() *client.QueryParams + type GetThreadPostInReplyToOperationResponse struct + HttpResponse *http.Response + Model *beta.Post + OData *odata.OData + type ReplyThreadPostInReplyToOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultReplyThreadPostInReplyToOperationOptions() ReplyThreadPostInReplyToOperationOptions + func (o ReplyThreadPostInReplyToOperationOptions) ToHeaders() *client.Headers + func (o ReplyThreadPostInReplyToOperationOptions) ToOData() *odata.Query + func (o ReplyThreadPostInReplyToOperationOptions) ToQuery() *client.QueryParams + type ReplyThreadPostInReplyToOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ReplyThreadPostInReplyToRequest struct + Post *beta.Post + type ThreadPostInReplyToClient struct + Client *msgraph.Client + func NewThreadPostInReplyToClientWithBaseURI(sdkApi sdkEnv.Api) (*ThreadPostInReplyToClient, error) + func (c ThreadPostInReplyToClient) ForwardThreadPostInReplyTo(ctx context.Context, id beta.GroupIdThreadIdPostId, ...) (result ForwardThreadPostInReplyToOperationResponse, err error) + func (c ThreadPostInReplyToClient) GetThreadPostInReplyTo(ctx context.Context, id beta.GroupIdThreadIdPostId, ...) (result GetThreadPostInReplyToOperationResponse, err error) + func (c ThreadPostInReplyToClient) ReplyThreadPostInReplyTo(ctx context.Context, id beta.GroupIdThreadIdPostId, ...) (result ReplyThreadPostInReplyToOperationResponse, err error)