employeeexperience

package
v1.29.0 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2024 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EmployeeExperienceRequestBuilder

EmployeeExperienceRequestBuilder provides operations to manage the employeeExperience singleton.

func NewEmployeeExperienceRequestBuilder

NewEmployeeExperienceRequestBuilder instantiates a new EmployeeExperienceRequestBuilder and sets the default values.

func NewEmployeeExperienceRequestBuilderInternal

func NewEmployeeExperienceRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EmployeeExperienceRequestBuilder

NewEmployeeExperienceRequestBuilderInternal instantiates a new EmployeeExperienceRequestBuilder and sets the default values.

func (*EmployeeExperienceRequestBuilder) LearningCourseActivities added in v1.10.0

LearningCourseActivities provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity.

func (*EmployeeExperienceRequestBuilder) LearningProviders

LearningProviders provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity.

func (*EmployeeExperienceRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get employeeExperience

func (*EmployeeExperienceRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type EmployeeExperienceRequestBuilderGetQueryParameters

type EmployeeExperienceRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

EmployeeExperienceRequestBuilderGetQueryParameters get employeeExperience

type EmployeeExperienceRequestBuilderGetRequestConfiguration

type EmployeeExperienceRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *EmployeeExperienceRequestBuilderGetQueryParameters
}

EmployeeExperienceRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type EmployeeExperienceRequestBuilderPatchRequestConfiguration

type EmployeeExperienceRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

EmployeeExperienceRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningCourseActivitiesCountRequestBuilder added in v1.10.0

type LearningCourseActivitiesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LearningCourseActivitiesCountRequestBuilder provides operations to count the resources in the collection.

func NewLearningCourseActivitiesCountRequestBuilder added in v1.10.0

NewLearningCourseActivitiesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewLearningCourseActivitiesCountRequestBuilderInternal added in v1.10.0

func NewLearningCourseActivitiesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningCourseActivitiesCountRequestBuilder

NewLearningCourseActivitiesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*LearningCourseActivitiesCountRequestBuilder) Get added in v1.10.0

Get get the number of the resource

func (*LearningCourseActivitiesCountRequestBuilder) ToGetRequestInformation added in v1.10.0

ToGetRequestInformation get the number of the resource

func (*LearningCourseActivitiesCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type LearningCourseActivitiesCountRequestBuilderGetQueryParameters added in v1.10.0

type LearningCourseActivitiesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

LearningCourseActivitiesCountRequestBuilderGetQueryParameters get the number of the resource

type LearningCourseActivitiesCountRequestBuilderGetRequestConfiguration added in v1.10.0

type LearningCourseActivitiesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LearningCourseActivitiesCountRequestBuilderGetQueryParameters
}

LearningCourseActivitiesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningCourseActivitiesLearningCourseActivityItemRequestBuilder added in v1.10.0

type LearningCourseActivitiesLearningCourseActivityItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LearningCourseActivitiesLearningCourseActivityItemRequestBuilder provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity.

func NewLearningCourseActivitiesLearningCourseActivityItemRequestBuilder added in v1.10.0

func NewLearningCourseActivitiesLearningCourseActivityItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningCourseActivitiesLearningCourseActivityItemRequestBuilder

NewLearningCourseActivitiesLearningCourseActivityItemRequestBuilder instantiates a new LearningCourseActivityItemRequestBuilder and sets the default values.

func NewLearningCourseActivitiesLearningCourseActivityItemRequestBuilderInternal added in v1.10.0

func NewLearningCourseActivitiesLearningCourseActivityItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningCourseActivitiesLearningCourseActivityItemRequestBuilder

NewLearningCourseActivitiesLearningCourseActivityItemRequestBuilderInternal instantiates a new LearningCourseActivityItemRequestBuilder and sets the default values.

func (*LearningCourseActivitiesLearningCourseActivityItemRequestBuilder) Delete added in v1.10.0

Delete delete navigation property learningCourseActivities for employeeExperience

func (*LearningCourseActivitiesLearningCourseActivityItemRequestBuilder) Get added in v1.10.0

Get get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user. Find more info here

func (*LearningCourseActivitiesLearningCourseActivityItemRequestBuilder) ToDeleteRequestInformation added in v1.10.0

ToDeleteRequestInformation delete navigation property learningCourseActivities for employeeExperience

func (*LearningCourseActivitiesLearningCourseActivityItemRequestBuilder) ToGetRequestInformation added in v1.10.0

ToGetRequestInformation get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.

func (*LearningCourseActivitiesLearningCourseActivityItemRequestBuilder) ToPatchRequestInformation added in v1.10.0

ToPatchRequestInformation update the navigation property learningCourseActivities in employeeExperience

func (*LearningCourseActivitiesLearningCourseActivityItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type LearningCourseActivitiesLearningCourseActivityItemRequestBuilderDeleteRequestConfiguration added in v1.10.0

type LearningCourseActivitiesLearningCourseActivityItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LearningCourseActivitiesLearningCourseActivityItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters added in v1.10.0

type LearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

LearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.

type LearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetRequestConfiguration added in v1.10.0

type LearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters
}

LearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningCourseActivitiesLearningCourseActivityItemRequestBuilderPatchRequestConfiguration added in v1.10.0

type LearningCourseActivitiesLearningCourseActivityItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LearningCourseActivitiesLearningCourseActivityItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningCourseActivitiesRequestBuilder added in v1.10.0

type LearningCourseActivitiesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LearningCourseActivitiesRequestBuilder provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity.

func NewLearningCourseActivitiesRequestBuilder added in v1.10.0

NewLearningCourseActivitiesRequestBuilder instantiates a new LearningCourseActivitiesRequestBuilder and sets the default values.

func NewLearningCourseActivitiesRequestBuilderInternal added in v1.10.0

func NewLearningCourseActivitiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningCourseActivitiesRequestBuilder

NewLearningCourseActivitiesRequestBuilderInternal instantiates a new LearningCourseActivitiesRequestBuilder and sets the default values.

func (*LearningCourseActivitiesRequestBuilder) ByLearningCourseActivityId added in v1.10.0

ByLearningCourseActivityId provides operations to manage the learningCourseActivities property of the microsoft.graph.employeeExperience entity.

func (*LearningCourseActivitiesRequestBuilder) Count added in v1.10.0

Count provides operations to count the resources in the collection.

func (*LearningCourseActivitiesRequestBuilder) Get added in v1.10.0

Get get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.

func (*LearningCourseActivitiesRequestBuilder) Post added in v1.10.0

Post create new navigation property to learningCourseActivities for employeeExperience

func (*LearningCourseActivitiesRequestBuilder) ToGetRequestInformation added in v1.10.0

ToGetRequestInformation get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.

func (*LearningCourseActivitiesRequestBuilder) ToPostRequestInformation added in v1.10.0

ToPostRequestInformation create new navigation property to learningCourseActivities for employeeExperience

func (*LearningCourseActivitiesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type LearningCourseActivitiesRequestBuilderGetQueryParameters added in v1.10.0

type LearningCourseActivitiesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

LearningCourseActivitiesRequestBuilderGetQueryParameters get the specified learningCourseActivity object using either an ID or an externalCourseActivityId of the learning provider, or a courseActivityId of a user.

type LearningCourseActivitiesRequestBuilderGetRequestConfiguration added in v1.10.0

type LearningCourseActivitiesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LearningCourseActivitiesRequestBuilderGetQueryParameters
}

LearningCourseActivitiesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningCourseActivitiesRequestBuilderPostRequestConfiguration added in v1.10.0

type LearningCourseActivitiesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LearningCourseActivitiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersCountRequestBuilder

type LearningProvidersCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LearningProvidersCountRequestBuilder provides operations to count the resources in the collection.

func NewLearningProvidersCountRequestBuilder

NewLearningProvidersCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewLearningProvidersCountRequestBuilderInternal

func NewLearningProvidersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersCountRequestBuilder

NewLearningProvidersCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*LearningProvidersCountRequestBuilder) Get

Get get the number of the resource

func (*LearningProvidersCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

func (*LearningProvidersCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type LearningProvidersCountRequestBuilderGetQueryParameters

type LearningProvidersCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

LearningProvidersCountRequestBuilderGetQueryParameters get the number of the resource

type LearningProvidersCountRequestBuilderGetRequestConfiguration

type LearningProvidersCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LearningProvidersCountRequestBuilderGetQueryParameters
}

LearningProvidersCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersItemLearningContentsCountRequestBuilder

type LearningProvidersItemLearningContentsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LearningProvidersItemLearningContentsCountRequestBuilder provides operations to count the resources in the collection.

func NewLearningProvidersItemLearningContentsCountRequestBuilder

func NewLearningProvidersItemLearningContentsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersItemLearningContentsCountRequestBuilder

NewLearningProvidersItemLearningContentsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewLearningProvidersItemLearningContentsCountRequestBuilderInternal

func NewLearningProvidersItemLearningContentsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersItemLearningContentsCountRequestBuilder

NewLearningProvidersItemLearningContentsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*LearningProvidersItemLearningContentsCountRequestBuilder) Get

Get get the number of the resource

func (*LearningProvidersItemLearningContentsCountRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the number of the resource

func (*LearningProvidersItemLearningContentsCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type LearningProvidersItemLearningContentsCountRequestBuilderGetQueryParameters

type LearningProvidersItemLearningContentsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

LearningProvidersItemLearningContentsCountRequestBuilderGetQueryParameters get the number of the resource

type LearningProvidersItemLearningContentsCountRequestBuilderGetRequestConfiguration

type LearningProvidersItemLearningContentsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LearningProvidersItemLearningContentsCountRequestBuilderGetQueryParameters
}

LearningProvidersItemLearningContentsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersItemLearningContentsLearningContentItemRequestBuilder

type LearningProvidersItemLearningContentsLearningContentItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LearningProvidersItemLearningContentsLearningContentItemRequestBuilder provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity.

func NewLearningProvidersItemLearningContentsLearningContentItemRequestBuilder

func NewLearningProvidersItemLearningContentsLearningContentItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder

NewLearningProvidersItemLearningContentsLearningContentItemRequestBuilder instantiates a new LearningContentItemRequestBuilder and sets the default values.

func NewLearningProvidersItemLearningContentsLearningContentItemRequestBuilderInternal

func NewLearningProvidersItemLearningContentsLearningContentItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder

NewLearningProvidersItemLearningContentsLearningContentItemRequestBuilderInternal instantiates a new LearningContentItemRequestBuilder and sets the default values.

func (*LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) Delete

Delete delete the specified learningContent resource that represents the metadata of the specified provider's ingested content. Find more info here

func (*LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) Get

Get get the specified learningContent resource which represents the metadata of the specified provider's ingested content. Find more info here

func (*LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToDeleteRequestInformation

ToDeleteRequestInformation delete the specified learningContent resource that represents the metadata of the specified provider's ingested content.

func (*LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the specified learningContent resource which represents the metadata of the specified provider's ingested content.

func (*LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToPatchRequestInformation

ToPatchRequestInformation update the navigation property learningContents in employeeExperience

func (*LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderDeleteRequestConfiguration

type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LearningProvidersItemLearningContentsLearningContentItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetQueryParameters

type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetQueryParameters get the specified learningContent resource which represents the metadata of the specified provider's ingested content.

type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetRequestConfiguration

type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetQueryParameters
}

LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderPatchRequestConfiguration

type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LearningProvidersItemLearningContentsLearningContentItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersItemLearningContentsRequestBuilder

type LearningProvidersItemLearningContentsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LearningProvidersItemLearningContentsRequestBuilder provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity.

func NewLearningProvidersItemLearningContentsRequestBuilder

NewLearningProvidersItemLearningContentsRequestBuilder instantiates a new LearningContentsRequestBuilder and sets the default values.

func NewLearningProvidersItemLearningContentsRequestBuilderInternal

func NewLearningProvidersItemLearningContentsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersItemLearningContentsRequestBuilder

NewLearningProvidersItemLearningContentsRequestBuilderInternal instantiates a new LearningContentsRequestBuilder and sets the default values.

func (*LearningProvidersItemLearningContentsRequestBuilder) ByLearningContentId added in v0.63.0

ByLearningContentId provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity.

func (*LearningProvidersItemLearningContentsRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*LearningProvidersItemLearningContentsRequestBuilder) Get

Get get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning. Find more info here

func (*LearningProvidersItemLearningContentsRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning.

func (*LearningProvidersItemLearningContentsRequestBuilder) ToPostRequestInformation

ToPostRequestInformation create new navigation property to learningContents for employeeExperience

func (*LearningProvidersItemLearningContentsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type LearningProvidersItemLearningContentsRequestBuilderGetQueryParameters

type LearningProvidersItemLearningContentsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

LearningProvidersItemLearningContentsRequestBuilderGetQueryParameters get a list of the learningContent resources and their properties. This list represents the metadata of the specified provider's content in Viva Learning.

type LearningProvidersItemLearningContentsRequestBuilderGetRequestConfiguration

type LearningProvidersItemLearningContentsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LearningProvidersItemLearningContentsRequestBuilderGetQueryParameters
}

LearningProvidersItemLearningContentsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersItemLearningContentsRequestBuilderPostRequestConfiguration

type LearningProvidersItemLearningContentsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LearningProvidersItemLearningContentsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersItemLearningCourseActivitiesCountRequestBuilder added in v1.10.0

type LearningProvidersItemLearningCourseActivitiesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LearningProvidersItemLearningCourseActivitiesCountRequestBuilder provides operations to count the resources in the collection.

func NewLearningProvidersItemLearningCourseActivitiesCountRequestBuilder added in v1.10.0

func NewLearningProvidersItemLearningCourseActivitiesCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersItemLearningCourseActivitiesCountRequestBuilder

NewLearningProvidersItemLearningCourseActivitiesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewLearningProvidersItemLearningCourseActivitiesCountRequestBuilderInternal added in v1.10.0

func NewLearningProvidersItemLearningCourseActivitiesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersItemLearningCourseActivitiesCountRequestBuilder

NewLearningProvidersItemLearningCourseActivitiesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*LearningProvidersItemLearningCourseActivitiesCountRequestBuilder) Get added in v1.10.0

Get get the number of the resource

func (*LearningProvidersItemLearningCourseActivitiesCountRequestBuilder) ToGetRequestInformation added in v1.10.0

ToGetRequestInformation get the number of the resource

func (*LearningProvidersItemLearningCourseActivitiesCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type LearningProvidersItemLearningCourseActivitiesCountRequestBuilderGetQueryParameters added in v1.10.0

type LearningProvidersItemLearningCourseActivitiesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

LearningProvidersItemLearningCourseActivitiesCountRequestBuilderGetQueryParameters get the number of the resource

type LearningProvidersItemLearningCourseActivitiesCountRequestBuilderGetRequestConfiguration added in v1.10.0

type LearningProvidersItemLearningCourseActivitiesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LearningProvidersItemLearningCourseActivitiesCountRequestBuilderGetQueryParameters
}

LearningProvidersItemLearningCourseActivitiesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder added in v1.10.0

type LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder provides operations to manage the learningCourseActivities property of the microsoft.graph.learningProvider entity.

func NewLearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder added in v1.10.0

func NewLearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder

NewLearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder instantiates a new LearningCourseActivityItemRequestBuilder and sets the default values.

func NewLearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderInternal added in v1.10.0

func NewLearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder

NewLearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderInternal instantiates a new LearningCourseActivityItemRequestBuilder and sets the default values.

func (*LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder) Delete added in v1.10.0

Delete delete a learningCourseActivity object using the course activity ID of either an assignment or a self-initiated activity. Find more info here

func (*LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder) Get added in v1.10.0

Get get learningCourseActivities from employeeExperience

func (*LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder) ToDeleteRequestInformation added in v1.10.0

ToDeleteRequestInformation delete a learningCourseActivity object using the course activity ID of either an assignment or a self-initiated activity.

func (*LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder) ToGetRequestInformation added in v1.10.0

ToGetRequestInformation get learningCourseActivities from employeeExperience

func (*LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder) ToPatchRequestInformation added in v1.10.0

ToPatchRequestInformation update the properties of a learningCourseActivity object.

func (*LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderDeleteRequestConfiguration added in v1.10.0

type LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters added in v1.10.0

type LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters get learningCourseActivities from employeeExperience

type LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetRequestConfiguration added in v1.10.0

type LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetQueryParameters
}

LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderPatchRequestConfiguration added in v1.10.0

type LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LearningProvidersItemLearningCourseActivitiesLearningCourseActivityItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersItemLearningCourseActivitiesRequestBuilder added in v1.10.0

type LearningProvidersItemLearningCourseActivitiesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LearningProvidersItemLearningCourseActivitiesRequestBuilder provides operations to manage the learningCourseActivities property of the microsoft.graph.learningProvider entity.

func NewLearningProvidersItemLearningCourseActivitiesRequestBuilder added in v1.10.0

func NewLearningProvidersItemLearningCourseActivitiesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersItemLearningCourseActivitiesRequestBuilder

NewLearningProvidersItemLearningCourseActivitiesRequestBuilder instantiates a new LearningCourseActivitiesRequestBuilder and sets the default values.

func NewLearningProvidersItemLearningCourseActivitiesRequestBuilderInternal added in v1.10.0

func NewLearningProvidersItemLearningCourseActivitiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersItemLearningCourseActivitiesRequestBuilder

NewLearningProvidersItemLearningCourseActivitiesRequestBuilderInternal instantiates a new LearningCourseActivitiesRequestBuilder and sets the default values.

func (*LearningProvidersItemLearningCourseActivitiesRequestBuilder) ByLearningCourseActivityId added in v1.10.0

ByLearningCourseActivityId provides operations to manage the learningCourseActivities property of the microsoft.graph.learningProvider entity.

func (*LearningProvidersItemLearningCourseActivitiesRequestBuilder) Count added in v1.10.0

Count provides operations to count the resources in the collection.

func (*LearningProvidersItemLearningCourseActivitiesRequestBuilder) Get added in v1.10.0

Get get learningCourseActivities from employeeExperience

func (*LearningProvidersItemLearningCourseActivitiesRequestBuilder) Post added in v1.10.0

Post create a new learningCourseActivity object. A learning course activity can be one of two types: - Assignment- Self-initiated Use this method to create either type of activity. Find more info here

func (*LearningProvidersItemLearningCourseActivitiesRequestBuilder) ToGetRequestInformation added in v1.10.0

ToGetRequestInformation get learningCourseActivities from employeeExperience

func (*LearningProvidersItemLearningCourseActivitiesRequestBuilder) ToPostRequestInformation added in v1.10.0

ToPostRequestInformation create a new learningCourseActivity object. A learning course activity can be one of two types: - Assignment- Self-initiated Use this method to create either type of activity.

func (*LearningProvidersItemLearningCourseActivitiesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type LearningProvidersItemLearningCourseActivitiesRequestBuilderGetQueryParameters added in v1.10.0

type LearningProvidersItemLearningCourseActivitiesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

LearningProvidersItemLearningCourseActivitiesRequestBuilderGetQueryParameters get learningCourseActivities from employeeExperience

type LearningProvidersItemLearningCourseActivitiesRequestBuilderGetRequestConfiguration added in v1.10.0

type LearningProvidersItemLearningCourseActivitiesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LearningProvidersItemLearningCourseActivitiesRequestBuilderGetQueryParameters
}

LearningProvidersItemLearningCourseActivitiesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersItemLearningCourseActivitiesRequestBuilderPostRequestConfiguration added in v1.10.0

type LearningProvidersItemLearningCourseActivitiesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LearningProvidersItemLearningCourseActivitiesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersLearningProviderItemRequestBuilder

type LearningProvidersLearningProviderItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

LearningProvidersLearningProviderItemRequestBuilder provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity.

func NewLearningProvidersLearningProviderItemRequestBuilder

NewLearningProvidersLearningProviderItemRequestBuilder instantiates a new LearningProviderItemRequestBuilder and sets the default values.

func NewLearningProvidersLearningProviderItemRequestBuilderInternal

func NewLearningProvidersLearningProviderItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersLearningProviderItemRequestBuilder

NewLearningProvidersLearningProviderItemRequestBuilderInternal instantiates a new LearningProviderItemRequestBuilder and sets the default values.

func (*LearningProvidersLearningProviderItemRequestBuilder) Delete

Delete delete a learningProvider resource and remove its registration in Viva Learning for a tenant. Find more info here

func (*LearningProvidersLearningProviderItemRequestBuilder) Get

Get read the properties and relationships of a learningProvider object. Find more info here

func (*LearningProvidersLearningProviderItemRequestBuilder) LearningContents

LearningContents provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity.

func (*LearningProvidersLearningProviderItemRequestBuilder) LearningCourseActivities added in v1.10.0

LearningCourseActivities provides operations to manage the learningCourseActivities property of the microsoft.graph.learningProvider entity.

func (*LearningProvidersLearningProviderItemRequestBuilder) ToDeleteRequestInformation

ToDeleteRequestInformation delete a learningProvider resource and remove its registration in Viva Learning for a tenant.

func (*LearningProvidersLearningProviderItemRequestBuilder) ToGetRequestInformation

ToGetRequestInformation read the properties and relationships of a learningProvider object.

func (*LearningProvidersLearningProviderItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type LearningProvidersLearningProviderItemRequestBuilderDeleteRequestConfiguration

type LearningProvidersLearningProviderItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LearningProvidersLearningProviderItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersLearningProviderItemRequestBuilderGetQueryParameters

type LearningProvidersLearningProviderItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

LearningProvidersLearningProviderItemRequestBuilderGetQueryParameters read the properties and relationships of a learningProvider object.

type LearningProvidersLearningProviderItemRequestBuilderGetRequestConfiguration

type LearningProvidersLearningProviderItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LearningProvidersLearningProviderItemRequestBuilderGetQueryParameters
}

LearningProvidersLearningProviderItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersLearningProviderItemRequestBuilderPatchRequestConfiguration

type LearningProvidersLearningProviderItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LearningProvidersLearningProviderItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersRequestBuilder

LearningProvidersRequestBuilder provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity.

func NewLearningProvidersRequestBuilder

NewLearningProvidersRequestBuilder instantiates a new LearningProvidersRequestBuilder and sets the default values.

func NewLearningProvidersRequestBuilderInternal

func NewLearningProvidersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersRequestBuilder

NewLearningProvidersRequestBuilderInternal instantiates a new LearningProvidersRequestBuilder and sets the default values.

func (*LearningProvidersRequestBuilder) ByLearningProviderId added in v0.63.0

ByLearningProviderId provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity.

func (*LearningProvidersRequestBuilder) Count

Count provides operations to count the resources in the collection.

func (*LearningProvidersRequestBuilder) Get

Get get a list of the learningProvider resources registered in Viva Learning for a tenant. Find more info here

func (*LearningProvidersRequestBuilder) Post

Post create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes. Find more info here

func (*LearningProvidersRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get a list of the learningProvider resources registered in Viva Learning for a tenant.

func (*LearningProvidersRequestBuilder) ToPostRequestInformation

ToPostRequestInformation create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes.

func (*LearningProvidersRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type LearningProvidersRequestBuilderGetQueryParameters

type LearningProvidersRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

LearningProvidersRequestBuilderGetQueryParameters get a list of the learningProvider resources registered in Viva Learning for a tenant.

type LearningProvidersRequestBuilderGetRequestConfiguration

type LearningProvidersRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *LearningProvidersRequestBuilderGetQueryParameters
}

LearningProvidersRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type LearningProvidersRequestBuilderPostRequestConfiguration

type LearningProvidersRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

LearningProvidersRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

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