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 GetMailFolderChildFolderUserConfigurationOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetMailFolderChildFolderUserConfigurationOperationOptions() GetMailFolderChildFolderUserConfigurationOperationOptions + func (o GetMailFolderChildFolderUserConfigurationOperationOptions) ToHeaders() *client.Headers + func (o GetMailFolderChildFolderUserConfigurationOperationOptions) ToOData() *odata.Query + func (o GetMailFolderChildFolderUserConfigurationOperationOptions) ToQuery() *client.QueryParams + type GetMailFolderChildFolderUserConfigurationOperationResponse struct + HttpResponse *http.Response + Model *beta.UserConfiguration + OData *odata.OData + type GetMailFolderChildFolderUserConfigurationsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetMailFolderChildFolderUserConfigurationsCountOperationOptions() GetMailFolderChildFolderUserConfigurationsCountOperationOptions + func (o GetMailFolderChildFolderUserConfigurationsCountOperationOptions) ToHeaders() *client.Headers + func (o GetMailFolderChildFolderUserConfigurationsCountOperationOptions) ToOData() *odata.Query + func (o GetMailFolderChildFolderUserConfigurationsCountOperationOptions) ToQuery() *client.QueryParams + type GetMailFolderChildFolderUserConfigurationsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListMailFolderChildFolderUserConfigurationsCompleteResult struct + Items []beta.UserConfiguration + LatestHttpResponse *http.Response + type ListMailFolderChildFolderUserConfigurationsCustomPager struct + NextLink *odata.Link + func (p *ListMailFolderChildFolderUserConfigurationsCustomPager) NextPageLink() *odata.Link + type ListMailFolderChildFolderUserConfigurationsOperationOptions 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 DefaultListMailFolderChildFolderUserConfigurationsOperationOptions() ListMailFolderChildFolderUserConfigurationsOperationOptions + func (o ListMailFolderChildFolderUserConfigurationsOperationOptions) ToHeaders() *client.Headers + func (o ListMailFolderChildFolderUserConfigurationsOperationOptions) ToOData() *odata.Query + func (o ListMailFolderChildFolderUserConfigurationsOperationOptions) ToQuery() *client.QueryParams + type ListMailFolderChildFolderUserConfigurationsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.UserConfiguration + OData *odata.OData + type MailFolderChildFolderUserConfigurationClient struct + Client *msgraph.Client + func NewMailFolderChildFolderUserConfigurationClientWithBaseURI(sdkApi sdkEnv.Api) (*MailFolderChildFolderUserConfigurationClient, error) + func (c MailFolderChildFolderUserConfigurationClient) GetMailFolderChildFolderUserConfiguration(ctx context.Context, ...) (result GetMailFolderChildFolderUserConfigurationOperationResponse, err error) + func (c MailFolderChildFolderUserConfigurationClient) GetMailFolderChildFolderUserConfigurationsCount(ctx context.Context, id beta.UserIdMailFolderIdChildFolderId, ...) (result GetMailFolderChildFolderUserConfigurationsCountOperationResponse, ...) + func (c MailFolderChildFolderUserConfigurationClient) ListMailFolderChildFolderUserConfigurations(ctx context.Context, id beta.UserIdMailFolderIdChildFolderId, ...) (result ListMailFolderChildFolderUserConfigurationsOperationResponse, err error) + func (c MailFolderChildFolderUserConfigurationClient) ListMailFolderChildFolderUserConfigurationsComplete(ctx context.Context, id beta.UserIdMailFolderIdChildFolderId, ...) (ListMailFolderChildFolderUserConfigurationsCompleteResult, error) + func (c MailFolderChildFolderUserConfigurationClient) ListMailFolderChildFolderUserConfigurationsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdMailFolderIdChildFolderId, ...) (result ListMailFolderChildFolderUserConfigurationsCompleteResult, err error) + type UserConfigurationOperationPredicate struct + func (p UserConfigurationOperationPredicate) Matches(input beta.UserConfiguration) bool