mailfolderchildfoldermessagemention

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: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateMailFolderChildFolderMessageMentionOperationOptions

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

func (CreateMailFolderChildFolderMessageMentionOperationOptions) ToHeaders

func (CreateMailFolderChildFolderMessageMentionOperationOptions) ToOData

func (CreateMailFolderChildFolderMessageMentionOperationOptions) ToQuery

type CreateMailFolderChildFolderMessageMentionOperationResponse

type CreateMailFolderChildFolderMessageMentionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.Mention
}

type DeleteMailFolderChildFolderMessageMentionOperationOptions

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

func (DeleteMailFolderChildFolderMessageMentionOperationOptions) ToHeaders

func (DeleteMailFolderChildFolderMessageMentionOperationOptions) ToOData

func (DeleteMailFolderChildFolderMessageMentionOperationOptions) ToQuery

type DeleteMailFolderChildFolderMessageMentionOperationResponse

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

type GetMailFolderChildFolderMessageMentionOperationOptions

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

func DefaultGetMailFolderChildFolderMessageMentionOperationOptions

func DefaultGetMailFolderChildFolderMessageMentionOperationOptions() GetMailFolderChildFolderMessageMentionOperationOptions

func (GetMailFolderChildFolderMessageMentionOperationOptions) ToHeaders

func (GetMailFolderChildFolderMessageMentionOperationOptions) ToOData

func (GetMailFolderChildFolderMessageMentionOperationOptions) ToQuery

type GetMailFolderChildFolderMessageMentionOperationResponse

type GetMailFolderChildFolderMessageMentionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.Mention
}

type GetMailFolderChildFolderMessageMentionsCountOperationOptions

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

func (GetMailFolderChildFolderMessageMentionsCountOperationOptions) ToHeaders

func (GetMailFolderChildFolderMessageMentionsCountOperationOptions) ToOData

func (GetMailFolderChildFolderMessageMentionsCountOperationOptions) ToQuery

type GetMailFolderChildFolderMessageMentionsCountOperationResponse

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

type ListMailFolderChildFolderMessageMentionsCompleteResult

type ListMailFolderChildFolderMessageMentionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.Mention
}

type ListMailFolderChildFolderMessageMentionsCustomPager

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

type ListMailFolderChildFolderMessageMentionsOperationOptions

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

func (ListMailFolderChildFolderMessageMentionsOperationOptions) ToOData

func (ListMailFolderChildFolderMessageMentionsOperationOptions) ToQuery

type ListMailFolderChildFolderMessageMentionsOperationResponse

type ListMailFolderChildFolderMessageMentionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.Mention
}

type MailFolderChildFolderMessageMentionClient

type MailFolderChildFolderMessageMentionClient struct {
	Client *msgraph.Client
}

func NewMailFolderChildFolderMessageMentionClientWithBaseURI

func NewMailFolderChildFolderMessageMentionClientWithBaseURI(sdkApi sdkEnv.Api) (*MailFolderChildFolderMessageMentionClient, error)

func (MailFolderChildFolderMessageMentionClient) CreateMailFolderChildFolderMessageMention

CreateMailFolderChildFolderMessageMention - Create new navigation property to mentions for users

func (MailFolderChildFolderMessageMentionClient) DeleteMailFolderChildFolderMessageMention

DeleteMailFolderChildFolderMessageMention - Delete navigation property mentions for users

func (MailFolderChildFolderMessageMentionClient) GetMailFolderChildFolderMessageMention

GetMailFolderChildFolderMessageMention - Get mentions from users. A collection of mentions in the message, ordered by the createdDateTime from the newest to the oldest. By default, a GET /messages does not return this property unless you apply $expand on the property.

func (MailFolderChildFolderMessageMentionClient) GetMailFolderChildFolderMessageMentionsCount

GetMailFolderChildFolderMessageMentionsCount - Get the number of the resource

func (MailFolderChildFolderMessageMentionClient) ListMailFolderChildFolderMessageMentions

ListMailFolderChildFolderMessageMentions - Get mentions from users. A collection of mentions in the message, ordered by the createdDateTime from the newest to the oldest. By default, a GET /messages does not return this property unless you apply $expand on the property.

func (MailFolderChildFolderMessageMentionClient) ListMailFolderChildFolderMessageMentionsComplete

ListMailFolderChildFolderMessageMentionsComplete retrieves all the results into a single object

func (MailFolderChildFolderMessageMentionClient) ListMailFolderChildFolderMessageMentionsCompleteMatchingPredicate

ListMailFolderChildFolderMessageMentionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

type MentionOperationPredicate

type MentionOperationPredicate struct {
}

func (MentionOperationPredicate) Matches

func (p MentionOperationPredicate) Matches(input beta.Mention) bool

Jump to

Keyboard shortcuts

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