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 DeleteEmployeeExperienceOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteEmployeeExperienceOperationOptions() DeleteEmployeeExperienceOperationOptions + func (o DeleteEmployeeExperienceOperationOptions) ToHeaders() *client.Headers + func (o DeleteEmployeeExperienceOperationOptions) ToOData() *odata.Query + func (o DeleteEmployeeExperienceOperationOptions) ToQuery() *client.QueryParams + type DeleteEmployeeExperienceOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type EmployeeExperienceClient struct + Client *msgraph.Client + func NewEmployeeExperienceClientWithBaseURI(sdkApi sdkEnv.Api) (*EmployeeExperienceClient, error) + func (c EmployeeExperienceClient) DeleteEmployeeExperience(ctx context.Context, options DeleteEmployeeExperienceOperationOptions) (result DeleteEmployeeExperienceOperationResponse, err error) + func (c EmployeeExperienceClient) GetEmployeeExperience(ctx context.Context, options GetEmployeeExperienceOperationOptions) (result GetEmployeeExperienceOperationResponse, err error) + func (c EmployeeExperienceClient) UpdateEmployeeExperience(ctx context.Context, input stable.EmployeeExperienceUser, ...) (result UpdateEmployeeExperienceOperationResponse, err error) + type GetEmployeeExperienceOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetEmployeeExperienceOperationOptions() GetEmployeeExperienceOperationOptions + func (o GetEmployeeExperienceOperationOptions) ToHeaders() *client.Headers + func (o GetEmployeeExperienceOperationOptions) ToOData() *odata.Query + func (o GetEmployeeExperienceOperationOptions) ToQuery() *client.QueryParams + type GetEmployeeExperienceOperationResponse struct + HttpResponse *http.Response + Model *stable.EmployeeExperienceUser + OData *odata.OData + type UpdateEmployeeExperienceOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateEmployeeExperienceOperationOptions() UpdateEmployeeExperienceOperationOptions + func (o UpdateEmployeeExperienceOperationOptions) ToHeaders() *client.Headers + func (o UpdateEmployeeExperienceOperationOptions) ToOData() *odata.Query + func (o UpdateEmployeeExperienceOperationOptions) ToQuery() *client.QueryParams + type UpdateEmployeeExperienceOperationResponse struct + HttpResponse *http.Response + OData *odata.OData