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 CreateProfileSkillOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateProfileSkillOperationOptions() CreateProfileSkillOperationOptions + func (o CreateProfileSkillOperationOptions) ToHeaders() *client.Headers + func (o CreateProfileSkillOperationOptions) ToOData() *odata.Query + func (o CreateProfileSkillOperationOptions) ToQuery() *client.QueryParams + type CreateProfileSkillOperationResponse struct + HttpResponse *http.Response + Model *beta.SkillProficiency + OData *odata.OData + type DeleteProfileSkillOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteProfileSkillOperationOptions() DeleteProfileSkillOperationOptions + func (o DeleteProfileSkillOperationOptions) ToHeaders() *client.Headers + func (o DeleteProfileSkillOperationOptions) ToOData() *odata.Query + func (o DeleteProfileSkillOperationOptions) ToQuery() *client.QueryParams + type DeleteProfileSkillOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetProfileSkillOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetProfileSkillOperationOptions() GetProfileSkillOperationOptions + func (o GetProfileSkillOperationOptions) ToHeaders() *client.Headers + func (o GetProfileSkillOperationOptions) ToOData() *odata.Query + func (o GetProfileSkillOperationOptions) ToQuery() *client.QueryParams + type GetProfileSkillOperationResponse struct + HttpResponse *http.Response + Model *beta.SkillProficiency + OData *odata.OData + type GetProfileSkillsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetProfileSkillsCountOperationOptions() GetProfileSkillsCountOperationOptions + func (o GetProfileSkillsCountOperationOptions) ToHeaders() *client.Headers + func (o GetProfileSkillsCountOperationOptions) ToOData() *odata.Query + func (o GetProfileSkillsCountOperationOptions) ToQuery() *client.QueryParams + type GetProfileSkillsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListProfileSkillsCompleteResult struct + Items []beta.SkillProficiency + LatestHttpResponse *http.Response + type ListProfileSkillsCustomPager struct + NextLink *odata.Link + func (p *ListProfileSkillsCustomPager) NextPageLink() *odata.Link + type ListProfileSkillsOperationOptions 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 DefaultListProfileSkillsOperationOptions() ListProfileSkillsOperationOptions + func (o ListProfileSkillsOperationOptions) ToHeaders() *client.Headers + func (o ListProfileSkillsOperationOptions) ToOData() *odata.Query + func (o ListProfileSkillsOperationOptions) ToQuery() *client.QueryParams + type ListProfileSkillsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.SkillProficiency + OData *odata.OData + type ProfileSkillClient struct + Client *msgraph.Client + func NewProfileSkillClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileSkillClient, error) + func (c ProfileSkillClient) CreateProfileSkill(ctx context.Context, id beta.UserId, input beta.SkillProficiency, ...) (result CreateProfileSkillOperationResponse, err error) + func (c ProfileSkillClient) DeleteProfileSkill(ctx context.Context, id beta.UserIdProfileSkillId, ...) (result DeleteProfileSkillOperationResponse, err error) + func (c ProfileSkillClient) GetProfileSkill(ctx context.Context, id beta.UserIdProfileSkillId, ...) (result GetProfileSkillOperationResponse, err error) + func (c ProfileSkillClient) GetProfileSkillsCount(ctx context.Context, id beta.UserId, ...) (result GetProfileSkillsCountOperationResponse, err error) + func (c ProfileSkillClient) ListProfileSkills(ctx context.Context, id beta.UserId, options ListProfileSkillsOperationOptions) (result ListProfileSkillsOperationResponse, err error) + func (c ProfileSkillClient) ListProfileSkillsComplete(ctx context.Context, id beta.UserId, options ListProfileSkillsOperationOptions) (ListProfileSkillsCompleteResult, error) + func (c ProfileSkillClient) ListProfileSkillsCompleteMatchingPredicate(ctx context.Context, id beta.UserId, options ListProfileSkillsOperationOptions, ...) (result ListProfileSkillsCompleteResult, err error) + func (c ProfileSkillClient) UpdateProfileSkill(ctx context.Context, id beta.UserIdProfileSkillId, input beta.SkillProficiency, ...) (result UpdateProfileSkillOperationResponse, err error) + type SkillProficiencyOperationPredicate struct + func (p SkillProficiencyOperationPredicate) Matches(input beta.SkillProficiency) bool + type UpdateProfileSkillOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateProfileSkillOperationOptions() UpdateProfileSkillOperationOptions + func (o UpdateProfileSkillOperationOptions) ToHeaders() *client.Headers + func (o UpdateProfileSkillOperationOptions) ToOData() *odata.Query + func (o UpdateProfileSkillOperationOptions) ToQuery() *client.QueryParams + type UpdateProfileSkillOperationResponse struct + HttpResponse *http.Response + OData *odata.OData