profilenote

package
v0.20241128.1084944 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateProfileNoteOperationOptions

type CreateProfileNoteOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateProfileNoteOperationOptions

func DefaultCreateProfileNoteOperationOptions() CreateProfileNoteOperationOptions

func (CreateProfileNoteOperationOptions) ToHeaders

func (CreateProfileNoteOperationOptions) ToOData

func (CreateProfileNoteOperationOptions) ToQuery

type CreateProfileNoteOperationResponse

type CreateProfileNoteOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PersonAnnotation
}

type DeleteProfileNoteOperationOptions

type DeleteProfileNoteOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteProfileNoteOperationOptions

func DefaultDeleteProfileNoteOperationOptions() DeleteProfileNoteOperationOptions

func (DeleteProfileNoteOperationOptions) ToHeaders

func (DeleteProfileNoteOperationOptions) ToOData

func (DeleteProfileNoteOperationOptions) ToQuery

type DeleteProfileNoteOperationResponse

type DeleteProfileNoteOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetProfileNoteOperationOptions

type GetProfileNoteOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetProfileNoteOperationOptions

func DefaultGetProfileNoteOperationOptions() GetProfileNoteOperationOptions

func (GetProfileNoteOperationOptions) ToHeaders

func (GetProfileNoteOperationOptions) ToOData

func (GetProfileNoteOperationOptions) ToQuery

type GetProfileNoteOperationResponse

type GetProfileNoteOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.PersonAnnotation
}

type GetProfileNotesCountOperationOptions

type GetProfileNotesCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetProfileNotesCountOperationOptions

func DefaultGetProfileNotesCountOperationOptions() GetProfileNotesCountOperationOptions

func (GetProfileNotesCountOperationOptions) ToHeaders

func (GetProfileNotesCountOperationOptions) ToOData

func (GetProfileNotesCountOperationOptions) ToQuery

type GetProfileNotesCountOperationResponse

type GetProfileNotesCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListProfileNotesCompleteResult

type ListProfileNotesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.PersonAnnotation
}

type ListProfileNotesCustomPager

type ListProfileNotesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListProfileNotesCustomPager) NextPageLink() *odata.Link

type ListProfileNotesOperationOptions

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

func DefaultListProfileNotesOperationOptions() ListProfileNotesOperationOptions

func (ListProfileNotesOperationOptions) ToHeaders

func (ListProfileNotesOperationOptions) ToOData

func (ListProfileNotesOperationOptions) ToQuery

type ListProfileNotesOperationResponse

type ListProfileNotesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.PersonAnnotation
}

type PersonAnnotationOperationPredicate

type PersonAnnotationOperationPredicate struct {
}

func (PersonAnnotationOperationPredicate) Matches

type ProfileNoteClient

type ProfileNoteClient struct {
	Client *msgraph.Client
}

func NewProfileNoteClientWithBaseURI

func NewProfileNoteClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileNoteClient, error)

func (ProfileNoteClient) CreateProfileNote

CreateProfileNote - Create new navigation property to notes for users

func (ProfileNoteClient) DeleteProfileNote

DeleteProfileNote - Delete personAnnotation. Deletes a personAnnotation object from a user's profile.

func (ProfileNoteClient) GetProfileNote

GetProfileNote - Get notes from users. Represents notes that a user has added to their profile.

func (ProfileNoteClient) GetProfileNotesCount

GetProfileNotesCount - Get the number of the resource

func (ProfileNoteClient) ListProfileNotes

ListProfileNotes - Get notes from users. Represents notes that a user has added to their profile.

func (ProfileNoteClient) ListProfileNotesComplete

ListProfileNotesComplete retrieves all the results into a single object

func (ProfileNoteClient) ListProfileNotesCompleteMatchingPredicate

func (c ProfileNoteClient) ListProfileNotesCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListProfileNotesOperationOptions, predicate PersonAnnotationOperationPredicate) (result ListProfileNotesCompleteResult, err error)

ListProfileNotesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ProfileNoteClient) UpdateProfileNote

UpdateProfileNote - Update personAnnotation. Update the properties of a personAnnotation object in a user's profile.

type UpdateProfileNoteOperationOptions

type UpdateProfileNoteOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateProfileNoteOperationOptions

func DefaultUpdateProfileNoteOperationOptions() UpdateProfileNoteOperationOptions

func (UpdateProfileNoteOperationOptions) ToHeaders

func (UpdateProfileNoteOperationOptions) ToOData

func (UpdateProfileNoteOperationOptions) ToQuery

type UpdateProfileNoteOperationResponse

type UpdateProfileNoteOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL