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 ContactFolderClient struct + Client *msgraph.Client + func NewContactFolderClientWithBaseURI(sdkApi sdkEnv.Api) (*ContactFolderClient, error) + func (c ContactFolderClient) CreateContactFolder(ctx context.Context, id stable.UserId, input stable.ContactFolder, ...) (result CreateContactFolderOperationResponse, err error) + func (c ContactFolderClient) DeleteContactFolder(ctx context.Context, id stable.UserIdContactFolderId, ...) (result DeleteContactFolderOperationResponse, err error) + func (c ContactFolderClient) GetContactFolder(ctx context.Context, id stable.UserIdContactFolderId, ...) (result GetContactFolderOperationResponse, err error) + func (c ContactFolderClient) GetContactFoldersCount(ctx context.Context, id stable.UserId, ...) (result GetContactFoldersCountOperationResponse, err error) + func (c ContactFolderClient) ListContactFolders(ctx context.Context, id stable.UserId, ...) (result ListContactFoldersOperationResponse, err error) + func (c ContactFolderClient) ListContactFoldersComplete(ctx context.Context, id stable.UserId, ...) (ListContactFoldersCompleteResult, error) + func (c ContactFolderClient) ListContactFoldersCompleteMatchingPredicate(ctx context.Context, id stable.UserId, ...) (result ListContactFoldersCompleteResult, err error) + func (c ContactFolderClient) UpdateContactFolder(ctx context.Context, id stable.UserIdContactFolderId, ...) (result UpdateContactFolderOperationResponse, err error) + type ContactFolderOperationPredicate struct + func (p ContactFolderOperationPredicate) Matches(input stable.ContactFolder) bool + type CreateContactFolderOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateContactFolderOperationOptions() CreateContactFolderOperationOptions + func (o CreateContactFolderOperationOptions) ToHeaders() *client.Headers + func (o CreateContactFolderOperationOptions) ToOData() *odata.Query + func (o CreateContactFolderOperationOptions) ToQuery() *client.QueryParams + type CreateContactFolderOperationResponse struct + HttpResponse *http.Response + Model *stable.ContactFolder + OData *odata.OData + type DeleteContactFolderOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteContactFolderOperationOptions() DeleteContactFolderOperationOptions + func (o DeleteContactFolderOperationOptions) ToHeaders() *client.Headers + func (o DeleteContactFolderOperationOptions) ToOData() *odata.Query + func (o DeleteContactFolderOperationOptions) ToQuery() *client.QueryParams + type DeleteContactFolderOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetContactFolderOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetContactFolderOperationOptions() GetContactFolderOperationOptions + func (o GetContactFolderOperationOptions) ToHeaders() *client.Headers + func (o GetContactFolderOperationOptions) ToOData() *odata.Query + func (o GetContactFolderOperationOptions) ToQuery() *client.QueryParams + type GetContactFolderOperationResponse struct + HttpResponse *http.Response + Model *stable.ContactFolder + OData *odata.OData + type GetContactFoldersCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetContactFoldersCountOperationOptions() GetContactFoldersCountOperationOptions + func (o GetContactFoldersCountOperationOptions) ToHeaders() *client.Headers + func (o GetContactFoldersCountOperationOptions) ToOData() *odata.Query + func (o GetContactFoldersCountOperationOptions) ToQuery() *client.QueryParams + type GetContactFoldersCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListContactFoldersCompleteResult struct + Items []stable.ContactFolder + LatestHttpResponse *http.Response + type ListContactFoldersCustomPager struct + NextLink *odata.Link + func (p *ListContactFoldersCustomPager) NextPageLink() *odata.Link + type ListContactFoldersOperationOptions 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 DefaultListContactFoldersOperationOptions() ListContactFoldersOperationOptions + func (o ListContactFoldersOperationOptions) ToHeaders() *client.Headers + func (o ListContactFoldersOperationOptions) ToOData() *odata.Query + func (o ListContactFoldersOperationOptions) ToQuery() *client.QueryParams + type ListContactFoldersOperationResponse struct + HttpResponse *http.Response + Model *[]stable.ContactFolder + OData *odata.OData + type UpdateContactFolderOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateContactFolderOperationOptions() UpdateContactFolderOperationOptions + func (o UpdateContactFolderOperationOptions) ToHeaders() *client.Headers + func (o UpdateContactFolderOperationOptions) ToOData() *odata.Query + func (o UpdateContactFolderOperationOptions) ToQuery() *client.QueryParams + type UpdateContactFolderOperationResponse struct + HttpResponse *http.Response + OData *odata.OData