conversationthreadpostinreplytoextension

package
v0.20241111.1164443 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConversationThreadPostInReplyToExtensionClient

type ConversationThreadPostInReplyToExtensionClient struct {
	Client *msgraph.Client
}

func NewConversationThreadPostInReplyToExtensionClientWithBaseURI

func NewConversationThreadPostInReplyToExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*ConversationThreadPostInReplyToExtensionClient, error)

func (ConversationThreadPostInReplyToExtensionClient) CreateConversationThreadPostInReplyToExtension

CreateConversationThreadPostInReplyToExtension - Create new navigation property to extensions for groups

func (ConversationThreadPostInReplyToExtensionClient) DeleteConversationThreadPostInReplyToExtension

DeleteConversationThreadPostInReplyToExtension - Delete navigation property extensions for groups

func (ConversationThreadPostInReplyToExtensionClient) GetConversationThreadPostInReplyToExtension

GetConversationThreadPostInReplyToExtension - Get extensions from groups. The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand.

func (ConversationThreadPostInReplyToExtensionClient) GetConversationThreadPostInReplyToExtensionsCount

GetConversationThreadPostInReplyToExtensionsCount - Get the number of the resource

func (ConversationThreadPostInReplyToExtensionClient) ListConversationThreadPostInReplyToExtensions

ListConversationThreadPostInReplyToExtensions - Get extensions from groups. The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand.

func (ConversationThreadPostInReplyToExtensionClient) ListConversationThreadPostInReplyToExtensionsComplete

ListConversationThreadPostInReplyToExtensionsComplete retrieves all the results into a single object

func (ConversationThreadPostInReplyToExtensionClient) ListConversationThreadPostInReplyToExtensionsCompleteMatchingPredicate

ListConversationThreadPostInReplyToExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ConversationThreadPostInReplyToExtensionClient) UpdateConversationThreadPostInReplyToExtension

UpdateConversationThreadPostInReplyToExtension - Update the navigation property extensions in groups

type CreateConversationThreadPostInReplyToExtensionOperationOptions

type CreateConversationThreadPostInReplyToExtensionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (CreateConversationThreadPostInReplyToExtensionOperationOptions) ToHeaders

func (CreateConversationThreadPostInReplyToExtensionOperationOptions) ToOData

func (CreateConversationThreadPostInReplyToExtensionOperationOptions) ToQuery

type CreateConversationThreadPostInReplyToExtensionOperationResponse

type CreateConversationThreadPostInReplyToExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.Extension
}

type DeleteConversationThreadPostInReplyToExtensionOperationOptions

type DeleteConversationThreadPostInReplyToExtensionOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (DeleteConversationThreadPostInReplyToExtensionOperationOptions) ToHeaders

func (DeleteConversationThreadPostInReplyToExtensionOperationOptions) ToOData

func (DeleteConversationThreadPostInReplyToExtensionOperationOptions) ToQuery

type DeleteConversationThreadPostInReplyToExtensionOperationResponse

type DeleteConversationThreadPostInReplyToExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type ExtensionOperationPredicate

type ExtensionOperationPredicate struct {
}

func (ExtensionOperationPredicate) Matches

type GetConversationThreadPostInReplyToExtensionOperationOptions

type GetConversationThreadPostInReplyToExtensionOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func (GetConversationThreadPostInReplyToExtensionOperationOptions) ToHeaders

func (GetConversationThreadPostInReplyToExtensionOperationOptions) ToOData

func (GetConversationThreadPostInReplyToExtensionOperationOptions) ToQuery

type GetConversationThreadPostInReplyToExtensionOperationResponse

type GetConversationThreadPostInReplyToExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.Extension
}

type GetConversationThreadPostInReplyToExtensionsCountOperationOptions

type GetConversationThreadPostInReplyToExtensionsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func (GetConversationThreadPostInReplyToExtensionsCountOperationOptions) ToHeaders

func (GetConversationThreadPostInReplyToExtensionsCountOperationOptions) ToOData

func (GetConversationThreadPostInReplyToExtensionsCountOperationOptions) ToQuery

type GetConversationThreadPostInReplyToExtensionsCountOperationResponse

type GetConversationThreadPostInReplyToExtensionsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListConversationThreadPostInReplyToExtensionsCompleteResult

type ListConversationThreadPostInReplyToExtensionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.Extension
}

type ListConversationThreadPostInReplyToExtensionsCustomPager

type ListConversationThreadPostInReplyToExtensionsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListConversationThreadPostInReplyToExtensionsOperationOptions

type ListConversationThreadPostInReplyToExtensionsOperationOptions 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 (ListConversationThreadPostInReplyToExtensionsOperationOptions) ToHeaders

func (ListConversationThreadPostInReplyToExtensionsOperationOptions) ToOData

func (ListConversationThreadPostInReplyToExtensionsOperationOptions) ToQuery

type ListConversationThreadPostInReplyToExtensionsOperationResponse

type ListConversationThreadPostInReplyToExtensionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.Extension
}

type UpdateConversationThreadPostInReplyToExtensionOperationOptions

type UpdateConversationThreadPostInReplyToExtensionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func (UpdateConversationThreadPostInReplyToExtensionOperationOptions) ToHeaders

func (UpdateConversationThreadPostInReplyToExtensionOperationOptions) ToOData

func (UpdateConversationThreadPostInReplyToExtensionOperationOptions) ToQuery

type UpdateConversationThreadPostInReplyToExtensionOperationResponse

type UpdateConversationThreadPostInReplyToExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL