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 CreateProfileEmailOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateProfileEmailOperationOptions() CreateProfileEmailOperationOptions + func (o CreateProfileEmailOperationOptions) ToHeaders() *client.Headers + func (o CreateProfileEmailOperationOptions) ToOData() *odata.Query + func (o CreateProfileEmailOperationOptions) ToQuery() *client.QueryParams + type CreateProfileEmailOperationResponse struct + HttpResponse *http.Response + Model *beta.ItemEmail + OData *odata.OData + type DeleteProfileEmailOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteProfileEmailOperationOptions() DeleteProfileEmailOperationOptions + func (o DeleteProfileEmailOperationOptions) ToHeaders() *client.Headers + func (o DeleteProfileEmailOperationOptions) ToOData() *odata.Query + func (o DeleteProfileEmailOperationOptions) ToQuery() *client.QueryParams + type DeleteProfileEmailOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetProfileEmailOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetProfileEmailOperationOptions() GetProfileEmailOperationOptions + func (o GetProfileEmailOperationOptions) ToHeaders() *client.Headers + func (o GetProfileEmailOperationOptions) ToOData() *odata.Query + func (o GetProfileEmailOperationOptions) ToQuery() *client.QueryParams + type GetProfileEmailOperationResponse struct + HttpResponse *http.Response + Model *beta.ItemEmail + OData *odata.OData + type GetProfileEmailsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetProfileEmailsCountOperationOptions() GetProfileEmailsCountOperationOptions + func (o GetProfileEmailsCountOperationOptions) ToHeaders() *client.Headers + func (o GetProfileEmailsCountOperationOptions) ToOData() *odata.Query + func (o GetProfileEmailsCountOperationOptions) ToQuery() *client.QueryParams + type GetProfileEmailsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ItemEmailOperationPredicate struct + func (p ItemEmailOperationPredicate) Matches(input beta.ItemEmail) bool + type ListProfileEmailsCompleteResult struct + Items []beta.ItemEmail + LatestHttpResponse *http.Response + type ListProfileEmailsCustomPager struct + NextLink *odata.Link + func (p *ListProfileEmailsCustomPager) NextPageLink() *odata.Link + type ListProfileEmailsOperationOptions 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 DefaultListProfileEmailsOperationOptions() ListProfileEmailsOperationOptions + func (o ListProfileEmailsOperationOptions) ToHeaders() *client.Headers + func (o ListProfileEmailsOperationOptions) ToOData() *odata.Query + func (o ListProfileEmailsOperationOptions) ToQuery() *client.QueryParams + type ListProfileEmailsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.ItemEmail + OData *odata.OData + type ProfileEmailClient struct + Client *msgraph.Client + func NewProfileEmailClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileEmailClient, error) + func (c ProfileEmailClient) CreateProfileEmail(ctx context.Context, id beta.UserId, input beta.ItemEmail, ...) (result CreateProfileEmailOperationResponse, err error) + func (c ProfileEmailClient) DeleteProfileEmail(ctx context.Context, id beta.UserIdProfileEmailId, ...) (result DeleteProfileEmailOperationResponse, err error) + func (c ProfileEmailClient) GetProfileEmail(ctx context.Context, id beta.UserIdProfileEmailId, ...) (result GetProfileEmailOperationResponse, err error) + func (c ProfileEmailClient) GetProfileEmailsCount(ctx context.Context, id beta.UserId, ...) (result GetProfileEmailsCountOperationResponse, err error) + func (c ProfileEmailClient) ListProfileEmails(ctx context.Context, id beta.UserId, options ListProfileEmailsOperationOptions) (result ListProfileEmailsOperationResponse, err error) + func (c ProfileEmailClient) ListProfileEmailsComplete(ctx context.Context, id beta.UserId, options ListProfileEmailsOperationOptions) (ListProfileEmailsCompleteResult, error) + func (c ProfileEmailClient) ListProfileEmailsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListProfileEmailsOperationOptions, ...) (result ListProfileEmailsCompleteResult, err error) + func (c ProfileEmailClient) UpdateProfileEmail(ctx context.Context, id beta.UserIdProfileEmailId, input beta.ItemEmail, ...) (result UpdateProfileEmailOperationResponse, err error) + type UpdateProfileEmailOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateProfileEmailOperationOptions() UpdateProfileEmailOperationOptions + func (o UpdateProfileEmailOperationOptions) ToHeaders() *client.Headers + func (o UpdateProfileEmailOperationOptions) ToOData() *odata.Query + func (o UpdateProfileEmailOperationOptions) ToQuery() *client.QueryParams + type UpdateProfileEmailOperationResponse struct + HttpResponse *http.Response + OData *odata.OData