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 ContactClient struct + Client *msgraph.Client + func NewContactClientWithBaseURI(sdkApi sdkEnv.Api) (*ContactClient, error) + func (c ContactClient) CreateContact(ctx context.Context, input beta.Contact, options CreateContactOperationOptions) (result CreateContactOperationResponse, err error) + func (c ContactClient) DeleteContact(ctx context.Context, id beta.MeContactId, ...) (result DeleteContactOperationResponse, err error) + func (c ContactClient) GetContact(ctx context.Context, id beta.MeContactId, options GetContactOperationOptions) (result GetContactOperationResponse, err error) + func (c ContactClient) GetContactsCount(ctx context.Context, options GetContactsCountOperationOptions) (result GetContactsCountOperationResponse, err error) + func (c ContactClient) ListContacts(ctx context.Context, options ListContactsOperationOptions) (result ListContactsOperationResponse, err error) + func (c ContactClient) ListContactsComplete(ctx context.Context, options ListContactsOperationOptions) (ListContactsCompleteResult, error) + func (c ContactClient) ListContactsCompleteMatchingPredicate(ctx context.Context, options ListContactsOperationOptions, ...) (result ListContactsCompleteResult, err error) + func (c ContactClient) UpdateContact(ctx context.Context, id beta.MeContactId, input beta.Contact, ...) (result UpdateContactOperationResponse, err error) + type ContactOperationPredicate struct + func (p ContactOperationPredicate) Matches(input beta.Contact) bool + type CreateContactOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateContactOperationOptions() CreateContactOperationOptions + func (o CreateContactOperationOptions) ToHeaders() *client.Headers + func (o CreateContactOperationOptions) ToOData() *odata.Query + func (o CreateContactOperationOptions) ToQuery() *client.QueryParams + type CreateContactOperationResponse struct + HttpResponse *http.Response + Model *beta.Contact + OData *odata.OData + type DeleteContactOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteContactOperationOptions() DeleteContactOperationOptions + func (o DeleteContactOperationOptions) ToHeaders() *client.Headers + func (o DeleteContactOperationOptions) ToOData() *odata.Query + func (o DeleteContactOperationOptions) ToQuery() *client.QueryParams + type DeleteContactOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetContactOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetContactOperationOptions() GetContactOperationOptions + func (o GetContactOperationOptions) ToHeaders() *client.Headers + func (o GetContactOperationOptions) ToOData() *odata.Query + func (o GetContactOperationOptions) ToQuery() *client.QueryParams + type GetContactOperationResponse struct + HttpResponse *http.Response + Model *beta.Contact + OData *odata.OData + type GetContactsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetContactsCountOperationOptions() GetContactsCountOperationOptions + func (o GetContactsCountOperationOptions) ToHeaders() *client.Headers + func (o GetContactsCountOperationOptions) ToOData() *odata.Query + func (o GetContactsCountOperationOptions) ToQuery() *client.QueryParams + type GetContactsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListContactsCompleteResult struct + Items []beta.Contact + LatestHttpResponse *http.Response + type ListContactsCustomPager struct + NextLink *odata.Link + func (p *ListContactsCustomPager) NextPageLink() *odata.Link + type ListContactsOperationOptions 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 DefaultListContactsOperationOptions() ListContactsOperationOptions + func (o ListContactsOperationOptions) ToHeaders() *client.Headers + func (o ListContactsOperationOptions) ToOData() *odata.Query + func (o ListContactsOperationOptions) ToQuery() *client.QueryParams + type ListContactsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.Contact + OData *odata.OData + type UpdateContactOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateContactOperationOptions() UpdateContactOperationOptions + func (o UpdateContactOperationOptions) ToHeaders() *client.Headers + func (o UpdateContactOperationOptions) ToOData() *odata.Query + func (o UpdateContactOperationOptions) ToQuery() *client.QueryParams + type UpdateContactOperationResponse struct + HttpResponse *http.Response + OData *odata.OData