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 CreateProfileNoteOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateProfileNoteOperationOptions() CreateProfileNoteOperationOptions + func (o CreateProfileNoteOperationOptions) ToHeaders() *client.Headers + func (o CreateProfileNoteOperationOptions) ToOData() *odata.Query + func (o CreateProfileNoteOperationOptions) ToQuery() *client.QueryParams + type CreateProfileNoteOperationResponse struct + HttpResponse *http.Response + Model *beta.PersonAnnotation + OData *odata.OData + type DeleteProfileNoteOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteProfileNoteOperationOptions() DeleteProfileNoteOperationOptions + func (o DeleteProfileNoteOperationOptions) ToHeaders() *client.Headers + func (o DeleteProfileNoteOperationOptions) ToOData() *odata.Query + func (o DeleteProfileNoteOperationOptions) ToQuery() *client.QueryParams + type DeleteProfileNoteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetProfileNoteOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetProfileNoteOperationOptions() GetProfileNoteOperationOptions + func (o GetProfileNoteOperationOptions) ToHeaders() *client.Headers + func (o GetProfileNoteOperationOptions) ToOData() *odata.Query + func (o GetProfileNoteOperationOptions) ToQuery() *client.QueryParams + type GetProfileNoteOperationResponse struct + HttpResponse *http.Response + Model *beta.PersonAnnotation + OData *odata.OData + type GetProfileNotesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetProfileNotesCountOperationOptions() GetProfileNotesCountOperationOptions + func (o GetProfileNotesCountOperationOptions) ToHeaders() *client.Headers + func (o GetProfileNotesCountOperationOptions) ToOData() *odata.Query + func (o GetProfileNotesCountOperationOptions) ToQuery() *client.QueryParams + type GetProfileNotesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListProfileNotesCompleteResult struct + Items []beta.PersonAnnotation + LatestHttpResponse *http.Response + type ListProfileNotesCustomPager struct + NextLink *odata.Link + func (p *ListProfileNotesCustomPager) NextPageLink() *odata.Link + type ListProfileNotesOperationOptions 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 DefaultListProfileNotesOperationOptions() ListProfileNotesOperationOptions + func (o ListProfileNotesOperationOptions) ToHeaders() *client.Headers + func (o ListProfileNotesOperationOptions) ToOData() *odata.Query + func (o ListProfileNotesOperationOptions) ToQuery() *client.QueryParams + type ListProfileNotesOperationResponse struct + HttpResponse *http.Response + Model *[]beta.PersonAnnotation + OData *odata.OData + type PersonAnnotationOperationPredicate struct + func (p PersonAnnotationOperationPredicate) Matches(input beta.PersonAnnotation) bool + type ProfileNoteClient struct + Client *msgraph.Client + func NewProfileNoteClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileNoteClient, error) + func (c ProfileNoteClient) CreateProfileNote(ctx context.Context, input beta.PersonAnnotation, ...) (result CreateProfileNoteOperationResponse, err error) + func (c ProfileNoteClient) DeleteProfileNote(ctx context.Context, id beta.MeProfileNoteId, ...) (result DeleteProfileNoteOperationResponse, err error) + func (c ProfileNoteClient) GetProfileNote(ctx context.Context, id beta.MeProfileNoteId, ...) (result GetProfileNoteOperationResponse, err error) + func (c ProfileNoteClient) GetProfileNotesCount(ctx context.Context, options GetProfileNotesCountOperationOptions) (result GetProfileNotesCountOperationResponse, err error) + func (c ProfileNoteClient) ListProfileNotes(ctx context.Context, options ListProfileNotesOperationOptions) (result ListProfileNotesOperationResponse, err error) + func (c ProfileNoteClient) ListProfileNotesComplete(ctx context.Context, options ListProfileNotesOperationOptions) (ListProfileNotesCompleteResult, error) + func (c ProfileNoteClient) ListProfileNotesCompleteMatchingPredicate(ctx context.Context, options ListProfileNotesOperationOptions, ...) (result ListProfileNotesCompleteResult, err error) + func (c ProfileNoteClient) UpdateProfileNote(ctx context.Context, id beta.MeProfileNoteId, input beta.PersonAnnotation, ...) (result UpdateProfileNoteOperationResponse, err error) + type UpdateProfileNoteOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateProfileNoteOperationOptions() UpdateProfileNoteOperationOptions + func (o UpdateProfileNoteOperationOptions) ToHeaders() *client.Headers + func (o UpdateProfileNoteOperationOptions) ToOData() *odata.Query + func (o UpdateProfileNoteOperationOptions) ToQuery() *client.QueryParams + type UpdateProfileNoteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData