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 ContactFolderChildFolderContactClient struct + Client *msgraph.Client + func NewContactFolderChildFolderContactClientWithBaseURI(sdkApi sdkEnv.Api) (*ContactFolderChildFolderContactClient, error) + func (c ContactFolderChildFolderContactClient) CreateContactFolderChildFolderContact(ctx context.Context, id beta.MeContactFolderIdChildFolderId, ...) (result CreateContactFolderChildFolderContactOperationResponse, err error) + func (c ContactFolderChildFolderContactClient) DeleteContactFolderChildFolderContact(ctx context.Context, id beta.MeContactFolderIdChildFolderIdContactId, ...) (result DeleteContactFolderChildFolderContactOperationResponse, err error) + func (c ContactFolderChildFolderContactClient) GetContactFolderChildFolderContact(ctx context.Context, id beta.MeContactFolderIdChildFolderIdContactId, ...) (result GetContactFolderChildFolderContactOperationResponse, err error) + func (c ContactFolderChildFolderContactClient) GetContactFolderChildFolderContactsCount(ctx context.Context, id beta.MeContactFolderIdChildFolderId, ...) (result GetContactFolderChildFolderContactsCountOperationResponse, err error) + func (c ContactFolderChildFolderContactClient) ListContactFolderChildFolderContacts(ctx context.Context, id beta.MeContactFolderIdChildFolderId, ...) (result ListContactFolderChildFolderContactsOperationResponse, err error) + func (c ContactFolderChildFolderContactClient) ListContactFolderChildFolderContactsComplete(ctx context.Context, id beta.MeContactFolderIdChildFolderId, ...) (ListContactFolderChildFolderContactsCompleteResult, error) + func (c ContactFolderChildFolderContactClient) ListContactFolderChildFolderContactsCompleteMatchingPredicate(ctx context.Context, id beta.MeContactFolderIdChildFolderId, ...) (result ListContactFolderChildFolderContactsCompleteResult, err error) + func (c ContactFolderChildFolderContactClient) UpdateContactFolderChildFolderContact(ctx context.Context, id beta.MeContactFolderIdChildFolderIdContactId, ...) (result UpdateContactFolderChildFolderContactOperationResponse, err error) + type ContactOperationPredicate struct + func (p ContactOperationPredicate) Matches(input beta.Contact) bool + type CreateContactFolderChildFolderContactOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateContactFolderChildFolderContactOperationOptions() CreateContactFolderChildFolderContactOperationOptions + func (o CreateContactFolderChildFolderContactOperationOptions) ToHeaders() *client.Headers + func (o CreateContactFolderChildFolderContactOperationOptions) ToOData() *odata.Query + func (o CreateContactFolderChildFolderContactOperationOptions) ToQuery() *client.QueryParams + type CreateContactFolderChildFolderContactOperationResponse struct + HttpResponse *http.Response + Model *beta.Contact + OData *odata.OData + type DeleteContactFolderChildFolderContactOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteContactFolderChildFolderContactOperationOptions() DeleteContactFolderChildFolderContactOperationOptions + func (o DeleteContactFolderChildFolderContactOperationOptions) ToHeaders() *client.Headers + func (o DeleteContactFolderChildFolderContactOperationOptions) ToOData() *odata.Query + func (o DeleteContactFolderChildFolderContactOperationOptions) ToQuery() *client.QueryParams + type DeleteContactFolderChildFolderContactOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetContactFolderChildFolderContactOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetContactFolderChildFolderContactOperationOptions() GetContactFolderChildFolderContactOperationOptions + func (o GetContactFolderChildFolderContactOperationOptions) ToHeaders() *client.Headers + func (o GetContactFolderChildFolderContactOperationOptions) ToOData() *odata.Query + func (o GetContactFolderChildFolderContactOperationOptions) ToQuery() *client.QueryParams + type GetContactFolderChildFolderContactOperationResponse struct + HttpResponse *http.Response + Model *beta.Contact + OData *odata.OData + type GetContactFolderChildFolderContactsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetContactFolderChildFolderContactsCountOperationOptions() GetContactFolderChildFolderContactsCountOperationOptions + func (o GetContactFolderChildFolderContactsCountOperationOptions) ToHeaders() *client.Headers + func (o GetContactFolderChildFolderContactsCountOperationOptions) ToOData() *odata.Query + func (o GetContactFolderChildFolderContactsCountOperationOptions) ToQuery() *client.QueryParams + type GetContactFolderChildFolderContactsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListContactFolderChildFolderContactsCompleteResult struct + Items []beta.Contact + LatestHttpResponse *http.Response + type ListContactFolderChildFolderContactsCustomPager struct + NextLink *odata.Link + func (p *ListContactFolderChildFolderContactsCustomPager) NextPageLink() *odata.Link + type ListContactFolderChildFolderContactsOperationOptions 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 DefaultListContactFolderChildFolderContactsOperationOptions() ListContactFolderChildFolderContactsOperationOptions + func (o ListContactFolderChildFolderContactsOperationOptions) ToHeaders() *client.Headers + func (o ListContactFolderChildFolderContactsOperationOptions) ToOData() *odata.Query + func (o ListContactFolderChildFolderContactsOperationOptions) ToQuery() *client.QueryParams + type ListContactFolderChildFolderContactsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.Contact + OData *odata.OData + type UpdateContactFolderChildFolderContactOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateContactFolderChildFolderContactOperationOptions() UpdateContactFolderChildFolderContactOperationOptions + func (o UpdateContactFolderChildFolderContactOperationOptions) ToHeaders() *client.Headers + func (o UpdateContactFolderChildFolderContactOperationOptions) ToOData() *odata.Query + func (o UpdateContactFolderChildFolderContactOperationOptions) ToQuery() *client.QueryParams + type UpdateContactFolderChildFolderContactOperationResponse struct + HttpResponse *http.Response + OData *odata.OData