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 ContactFolderChildFolderClient struct + Client *msgraph.Client + func NewContactFolderChildFolderClientWithBaseURI(sdkApi sdkEnv.Api) (*ContactFolderChildFolderClient, error) + func (c ContactFolderChildFolderClient) CreateContactFolderChildFolder(ctx context.Context, id stable.UserIdContactFolderId, ...) (result CreateContactFolderChildFolderOperationResponse, err error) + func (c ContactFolderChildFolderClient) DeleteContactFolderChildFolder(ctx context.Context, id stable.UserIdContactFolderIdChildFolderId, ...) (result DeleteContactFolderChildFolderOperationResponse, err error) + func (c ContactFolderChildFolderClient) GetContactFolderChildFolder(ctx context.Context, id stable.UserIdContactFolderIdChildFolderId, ...) (result GetContactFolderChildFolderOperationResponse, err error) + func (c ContactFolderChildFolderClient) GetContactFolderChildFoldersCount(ctx context.Context, id stable.UserIdContactFolderId, ...) (result GetContactFolderChildFoldersCountOperationResponse, err error) + func (c ContactFolderChildFolderClient) ListContactFolderChildFolders(ctx context.Context, id stable.UserIdContactFolderId, ...) (result ListContactFolderChildFoldersOperationResponse, err error) + func (c ContactFolderChildFolderClient) ListContactFolderChildFoldersComplete(ctx context.Context, id stable.UserIdContactFolderId, ...) (ListContactFolderChildFoldersCompleteResult, error) + func (c ContactFolderChildFolderClient) ListContactFolderChildFoldersCompleteMatchingPredicate(ctx context.Context, id stable.UserIdContactFolderId, ...) (result ListContactFolderChildFoldersCompleteResult, err error) + func (c ContactFolderChildFolderClient) UpdateContactFolderChildFolder(ctx context.Context, id stable.UserIdContactFolderIdChildFolderId, ...) (result UpdateContactFolderChildFolderOperationResponse, err error) + type ContactFolderOperationPredicate struct + func (p ContactFolderOperationPredicate) Matches(input stable.ContactFolder) bool + type CreateContactFolderChildFolderOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateContactFolderChildFolderOperationOptions() CreateContactFolderChildFolderOperationOptions + func (o CreateContactFolderChildFolderOperationOptions) ToHeaders() *client.Headers + func (o CreateContactFolderChildFolderOperationOptions) ToOData() *odata.Query + func (o CreateContactFolderChildFolderOperationOptions) ToQuery() *client.QueryParams + type CreateContactFolderChildFolderOperationResponse struct + HttpResponse *http.Response + Model *stable.ContactFolder + OData *odata.OData + type DeleteContactFolderChildFolderOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteContactFolderChildFolderOperationOptions() DeleteContactFolderChildFolderOperationOptions + func (o DeleteContactFolderChildFolderOperationOptions) ToHeaders() *client.Headers + func (o DeleteContactFolderChildFolderOperationOptions) ToOData() *odata.Query + func (o DeleteContactFolderChildFolderOperationOptions) ToQuery() *client.QueryParams + type DeleteContactFolderChildFolderOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetContactFolderChildFolderOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetContactFolderChildFolderOperationOptions() GetContactFolderChildFolderOperationOptions + func (o GetContactFolderChildFolderOperationOptions) ToHeaders() *client.Headers + func (o GetContactFolderChildFolderOperationOptions) ToOData() *odata.Query + func (o GetContactFolderChildFolderOperationOptions) ToQuery() *client.QueryParams + type GetContactFolderChildFolderOperationResponse struct + HttpResponse *http.Response + Model *stable.ContactFolder + OData *odata.OData + type GetContactFolderChildFoldersCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetContactFolderChildFoldersCountOperationOptions() GetContactFolderChildFoldersCountOperationOptions + func (o GetContactFolderChildFoldersCountOperationOptions) ToHeaders() *client.Headers + func (o GetContactFolderChildFoldersCountOperationOptions) ToOData() *odata.Query + func (o GetContactFolderChildFoldersCountOperationOptions) ToQuery() *client.QueryParams + type GetContactFolderChildFoldersCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListContactFolderChildFoldersCompleteResult struct + Items []stable.ContactFolder + LatestHttpResponse *http.Response + type ListContactFolderChildFoldersCustomPager struct + NextLink *odata.Link + func (p *ListContactFolderChildFoldersCustomPager) NextPageLink() *odata.Link + type ListContactFolderChildFoldersOperationOptions 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 DefaultListContactFolderChildFoldersOperationOptions() ListContactFolderChildFoldersOperationOptions + func (o ListContactFolderChildFoldersOperationOptions) ToHeaders() *client.Headers + func (o ListContactFolderChildFoldersOperationOptions) ToOData() *odata.Query + func (o ListContactFolderChildFoldersOperationOptions) ToQuery() *client.QueryParams + type ListContactFolderChildFoldersOperationResponse struct + HttpResponse *http.Response + Model *[]stable.ContactFolder + OData *odata.OData + type UpdateContactFolderChildFolderOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateContactFolderChildFolderOperationOptions() UpdateContactFolderChildFolderOperationOptions + func (o UpdateContactFolderChildFolderOperationOptions) ToHeaders() *client.Headers + func (o UpdateContactFolderChildFolderOperationOptions) ToOData() *odata.Query + func (o UpdateContactFolderChildFolderOperationOptions) ToQuery() *client.QueryParams + type UpdateContactFolderChildFolderOperationResponse struct + HttpResponse *http.Response + OData *odata.OData