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 EmployeeExperienceLearningCourseActivityClient struct + Client *msgraph.Client + func NewEmployeeExperienceLearningCourseActivityClientWithBaseURI(sdkApi sdkEnv.Api) (*EmployeeExperienceLearningCourseActivityClient, error) + func (c EmployeeExperienceLearningCourseActivityClient) GetEmployeeExperienceLearningCourseActivitiesCount(ctx context.Context, id stable.UserId, ...) (result GetEmployeeExperienceLearningCourseActivitiesCountOperationResponse, ...) + func (c EmployeeExperienceLearningCourseActivityClient) GetEmployeeExperienceLearningCourseActivity(ctx context.Context, ...) (result GetEmployeeExperienceLearningCourseActivityOperationResponse, err error) + func (c EmployeeExperienceLearningCourseActivityClient) ListEmployeeExperienceLearningCourseActivities(ctx context.Context, id stable.UserId, ...) (result ListEmployeeExperienceLearningCourseActivitiesOperationResponse, ...) + func (c EmployeeExperienceLearningCourseActivityClient) ListEmployeeExperienceLearningCourseActivitiesComplete(ctx context.Context, id stable.UserId, ...) (ListEmployeeExperienceLearningCourseActivitiesCompleteResult, error) + func (c EmployeeExperienceLearningCourseActivityClient) ListEmployeeExperienceLearningCourseActivitiesCompleteMatchingPredicate(ctx context.Context, id stable.UserId, ...) (result ListEmployeeExperienceLearningCourseActivitiesCompleteResult, err error) + type GetEmployeeExperienceLearningCourseActivitiesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetEmployeeExperienceLearningCourseActivitiesCountOperationOptions() GetEmployeeExperienceLearningCourseActivitiesCountOperationOptions + func (o GetEmployeeExperienceLearningCourseActivitiesCountOperationOptions) ToHeaders() *client.Headers + func (o GetEmployeeExperienceLearningCourseActivitiesCountOperationOptions) ToOData() *odata.Query + func (o GetEmployeeExperienceLearningCourseActivitiesCountOperationOptions) ToQuery() *client.QueryParams + type GetEmployeeExperienceLearningCourseActivitiesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetEmployeeExperienceLearningCourseActivityOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetEmployeeExperienceLearningCourseActivityOperationOptions() GetEmployeeExperienceLearningCourseActivityOperationOptions + func (o GetEmployeeExperienceLearningCourseActivityOperationOptions) ToHeaders() *client.Headers + func (o GetEmployeeExperienceLearningCourseActivityOperationOptions) ToOData() *odata.Query + func (o GetEmployeeExperienceLearningCourseActivityOperationOptions) ToQuery() *client.QueryParams + type GetEmployeeExperienceLearningCourseActivityOperationResponse struct + HttpResponse *http.Response + Model stable.LearningCourseActivity + OData *odata.OData + type LearningCourseActivityOperationPredicate struct + func (p LearningCourseActivityOperationPredicate) Matches(input stable.LearningCourseActivity) bool + type ListEmployeeExperienceLearningCourseActivitiesCompleteResult struct + Items []stable.LearningCourseActivity + LatestHttpResponse *http.Response + type ListEmployeeExperienceLearningCourseActivitiesCustomPager struct + NextLink *odata.Link + func (p *ListEmployeeExperienceLearningCourseActivitiesCustomPager) NextPageLink() *odata.Link + type ListEmployeeExperienceLearningCourseActivitiesOperationOptions 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 DefaultListEmployeeExperienceLearningCourseActivitiesOperationOptions() ListEmployeeExperienceLearningCourseActivitiesOperationOptions + func (o ListEmployeeExperienceLearningCourseActivitiesOperationOptions) ToHeaders() *client.Headers + func (o ListEmployeeExperienceLearningCourseActivitiesOperationOptions) ToOData() *odata.Query + func (o ListEmployeeExperienceLearningCourseActivitiesOperationOptions) ToQuery() *client.QueryParams + type ListEmployeeExperienceLearningCourseActivitiesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.LearningCourseActivity + OData *odata.OData