threadpostinreplytoextension

package
v0.20241029.1112340 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2024 License: MPL-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateThreadPostInReplyToExtensionOperationOptions

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

func DefaultCreateThreadPostInReplyToExtensionOperationOptions

func DefaultCreateThreadPostInReplyToExtensionOperationOptions() CreateThreadPostInReplyToExtensionOperationOptions

func (CreateThreadPostInReplyToExtensionOperationOptions) ToHeaders

func (CreateThreadPostInReplyToExtensionOperationOptions) ToOData

func (CreateThreadPostInReplyToExtensionOperationOptions) ToQuery

type CreateThreadPostInReplyToExtensionOperationResponse

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

type DeleteThreadPostInReplyToExtensionOperationOptions

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

func DefaultDeleteThreadPostInReplyToExtensionOperationOptions

func DefaultDeleteThreadPostInReplyToExtensionOperationOptions() DeleteThreadPostInReplyToExtensionOperationOptions

func (DeleteThreadPostInReplyToExtensionOperationOptions) ToHeaders

func (DeleteThreadPostInReplyToExtensionOperationOptions) ToOData

func (DeleteThreadPostInReplyToExtensionOperationOptions) ToQuery

type DeleteThreadPostInReplyToExtensionOperationResponse

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

type ExtensionOperationPredicate

type ExtensionOperationPredicate struct {
}

func (ExtensionOperationPredicate) Matches

type GetThreadPostInReplyToExtensionOperationOptions

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

func DefaultGetThreadPostInReplyToExtensionOperationOptions

func DefaultGetThreadPostInReplyToExtensionOperationOptions() GetThreadPostInReplyToExtensionOperationOptions

func (GetThreadPostInReplyToExtensionOperationOptions) ToHeaders

func (GetThreadPostInReplyToExtensionOperationOptions) ToOData

func (GetThreadPostInReplyToExtensionOperationOptions) ToQuery

type GetThreadPostInReplyToExtensionOperationResponse

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

type GetThreadPostInReplyToExtensionsCountOperationOptions

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

func DefaultGetThreadPostInReplyToExtensionsCountOperationOptions

func DefaultGetThreadPostInReplyToExtensionsCountOperationOptions() GetThreadPostInReplyToExtensionsCountOperationOptions

func (GetThreadPostInReplyToExtensionsCountOperationOptions) ToHeaders

func (GetThreadPostInReplyToExtensionsCountOperationOptions) ToOData

func (GetThreadPostInReplyToExtensionsCountOperationOptions) ToQuery

type GetThreadPostInReplyToExtensionsCountOperationResponse

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

type ListThreadPostInReplyToExtensionsCompleteResult

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

type ListThreadPostInReplyToExtensionsCustomPager

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

type ListThreadPostInReplyToExtensionsOperationOptions

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

func DefaultListThreadPostInReplyToExtensionsOperationOptions() ListThreadPostInReplyToExtensionsOperationOptions

func (ListThreadPostInReplyToExtensionsOperationOptions) ToHeaders

func (ListThreadPostInReplyToExtensionsOperationOptions) ToOData

func (ListThreadPostInReplyToExtensionsOperationOptions) ToQuery

type ListThreadPostInReplyToExtensionsOperationResponse

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

type ThreadPostInReplyToExtensionClient

type ThreadPostInReplyToExtensionClient struct {
	Client *msgraph.Client
}

func NewThreadPostInReplyToExtensionClientWithBaseURI

func NewThreadPostInReplyToExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*ThreadPostInReplyToExtensionClient, error)

func (ThreadPostInReplyToExtensionClient) CreateThreadPostInReplyToExtension

CreateThreadPostInReplyToExtension - Create new navigation property to extensions for groups

func (ThreadPostInReplyToExtensionClient) DeleteThreadPostInReplyToExtension

DeleteThreadPostInReplyToExtension - Delete navigation property extensions for groups

func (ThreadPostInReplyToExtensionClient) GetThreadPostInReplyToExtension

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

func (ThreadPostInReplyToExtensionClient) GetThreadPostInReplyToExtensionsCount

GetThreadPostInReplyToExtensionsCount - Get the number of the resource

func (ThreadPostInReplyToExtensionClient) ListThreadPostInReplyToExtensions

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

func (ThreadPostInReplyToExtensionClient) ListThreadPostInReplyToExtensionsComplete

ListThreadPostInReplyToExtensionsComplete retrieves all the results into a single object

func (ThreadPostInReplyToExtensionClient) ListThreadPostInReplyToExtensionsCompleteMatchingPredicate

ListThreadPostInReplyToExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ThreadPostInReplyToExtensionClient) UpdateThreadPostInReplyToExtension

UpdateThreadPostInReplyToExtension - Update the navigation property extensions in groups

type UpdateThreadPostInReplyToExtensionOperationOptions

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

func DefaultUpdateThreadPostInReplyToExtensionOperationOptions

func DefaultUpdateThreadPostInReplyToExtensionOperationOptions() UpdateThreadPostInReplyToExtensionOperationOptions

func (UpdateThreadPostInReplyToExtensionOperationOptions) ToHeaders

func (UpdateThreadPostInReplyToExtensionOperationOptions) ToOData

func (UpdateThreadPostInReplyToExtensionOperationOptions) ToQuery

type UpdateThreadPostInReplyToExtensionOperationResponse

type UpdateThreadPostInReplyToExtensionOperationResponse 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