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 CreateProfileLanguageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateProfileLanguageOperationOptions() CreateProfileLanguageOperationOptions + func (o CreateProfileLanguageOperationOptions) ToHeaders() *client.Headers + func (o CreateProfileLanguageOperationOptions) ToOData() *odata.Query + func (o CreateProfileLanguageOperationOptions) ToQuery() *client.QueryParams + type CreateProfileLanguageOperationResponse struct + HttpResponse *http.Response + Model *beta.LanguageProficiency + OData *odata.OData + type DeleteProfileLanguageOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteProfileLanguageOperationOptions() DeleteProfileLanguageOperationOptions + func (o DeleteProfileLanguageOperationOptions) ToHeaders() *client.Headers + func (o DeleteProfileLanguageOperationOptions) ToOData() *odata.Query + func (o DeleteProfileLanguageOperationOptions) ToQuery() *client.QueryParams + type DeleteProfileLanguageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetProfileLanguageOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetProfileLanguageOperationOptions() GetProfileLanguageOperationOptions + func (o GetProfileLanguageOperationOptions) ToHeaders() *client.Headers + func (o GetProfileLanguageOperationOptions) ToOData() *odata.Query + func (o GetProfileLanguageOperationOptions) ToQuery() *client.QueryParams + type GetProfileLanguageOperationResponse struct + HttpResponse *http.Response + Model *beta.LanguageProficiency + OData *odata.OData + type GetProfileLanguagesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetProfileLanguagesCountOperationOptions() GetProfileLanguagesCountOperationOptions + func (o GetProfileLanguagesCountOperationOptions) ToHeaders() *client.Headers + func (o GetProfileLanguagesCountOperationOptions) ToOData() *odata.Query + func (o GetProfileLanguagesCountOperationOptions) ToQuery() *client.QueryParams + type GetProfileLanguagesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type LanguageProficiencyOperationPredicate struct + func (p LanguageProficiencyOperationPredicate) Matches(input beta.LanguageProficiency) bool + type ListProfileLanguagesCompleteResult struct + Items []beta.LanguageProficiency + LatestHttpResponse *http.Response + type ListProfileLanguagesCustomPager struct + NextLink *odata.Link + func (p *ListProfileLanguagesCustomPager) NextPageLink() *odata.Link + type ListProfileLanguagesOperationOptions 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 DefaultListProfileLanguagesOperationOptions() ListProfileLanguagesOperationOptions + func (o ListProfileLanguagesOperationOptions) ToHeaders() *client.Headers + func (o ListProfileLanguagesOperationOptions) ToOData() *odata.Query + func (o ListProfileLanguagesOperationOptions) ToQuery() *client.QueryParams + type ListProfileLanguagesOperationResponse struct + HttpResponse *http.Response + Model *[]beta.LanguageProficiency + OData *odata.OData + type ProfileLanguageClient struct + Client *msgraph.Client + func NewProfileLanguageClientWithBaseURI(sdkApi sdkEnv.Api) (*ProfileLanguageClient, error) + func (c ProfileLanguageClient) CreateProfileLanguage(ctx context.Context, id beta.UserId, input beta.LanguageProficiency, ...) (result CreateProfileLanguageOperationResponse, err error) + func (c ProfileLanguageClient) DeleteProfileLanguage(ctx context.Context, id beta.UserIdProfileLanguageId, ...) (result DeleteProfileLanguageOperationResponse, err error) + func (c ProfileLanguageClient) GetProfileLanguage(ctx context.Context, id beta.UserIdProfileLanguageId, ...) (result GetProfileLanguageOperationResponse, err error) + func (c ProfileLanguageClient) GetProfileLanguagesCount(ctx context.Context, id beta.UserId, ...) (result GetProfileLanguagesCountOperationResponse, err error) + func (c ProfileLanguageClient) ListProfileLanguages(ctx context.Context, id beta.UserId, ...) (result ListProfileLanguagesOperationResponse, err error) + func (c ProfileLanguageClient) ListProfileLanguagesComplete(ctx context.Context, id beta.UserId, ...) (ListProfileLanguagesCompleteResult, error) + func (c ProfileLanguageClient) ListProfileLanguagesCompleteMatchingPredicate(ctx context.Context, id beta.UserId, ...) (result ListProfileLanguagesCompleteResult, err error) + func (c ProfileLanguageClient) UpdateProfileLanguage(ctx context.Context, id beta.UserIdProfileLanguageId, ...) (result UpdateProfileLanguageOperationResponse, err error) + type UpdateProfileLanguageOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateProfileLanguageOperationOptions() UpdateProfileLanguageOperationOptions + func (o UpdateProfileLanguageOperationOptions) ToHeaders() *client.Headers + func (o UpdateProfileLanguageOperationOptions) ToOData() *odata.Query + func (o UpdateProfileLanguageOperationOptions) ToQuery() *client.QueryParams + type UpdateProfileLanguageOperationResponse struct + HttpResponse *http.Response + OData *odata.OData