Documentation ¶
Index ¶
- type EmployeeExperienceRequestBuilder
- func (m *EmployeeExperienceRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *EmployeeExperienceRequestBuilder) LearningProviders() *LearningProvidersRequestBuilder
- func (m *EmployeeExperienceRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *EmployeeExperienceRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *EmployeeExperienceRequestBuilder) ToPatchRequestInformation(ctx context.Context, ...) (...)
- type EmployeeExperienceRequestBuilderGetQueryParameters
- type EmployeeExperienceRequestBuilderGetRequestConfiguration
- type EmployeeExperienceRequestBuilderPatchRequestConfiguration
- type LearningProvidersCountRequestBuilder
- type LearningProvidersCountRequestBuilderGetQueryParameters
- type LearningProvidersCountRequestBuilderGetRequestConfiguration
- type LearningProvidersItemLearningContentsCountRequestBuilder
- func NewLearningProvidersItemLearningContentsCountRequestBuilder(rawUrl string, ...) *LearningProvidersItemLearningContentsCountRequestBuilder
- func NewLearningProvidersItemLearningContentsCountRequestBuilderInternal(pathParameters map[string]string, ...) *LearningProvidersItemLearningContentsCountRequestBuilder
- type LearningProvidersItemLearningContentsCountRequestBuilderGetQueryParameters
- type LearningProvidersItemLearningContentsCountRequestBuilderGetRequestConfiguration
- type LearningProvidersItemLearningContentsLearningContentItemRequestBuilder
- func NewLearningProvidersItemLearningContentsLearningContentItemRequestBuilder(rawUrl string, ...) *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder
- func NewLearningProvidersItemLearningContentsLearningContentItemRequestBuilderInternal(pathParameters map[string]string, ...) *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder
- func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, ...) (...)
- type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderDeleteRequestConfiguration
- type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetQueryParameters
- type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetRequestConfiguration
- type LearningProvidersItemLearningContentsLearningContentItemRequestBuilderPatchRequestConfiguration
- type LearningProvidersItemLearningContentsRequestBuilder
- func (m *LearningProvidersItemLearningContentsRequestBuilder) ByLearningContentId(learningContentId string) *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder
- func (m *LearningProvidersItemLearningContentsRequestBuilder) Count() *LearningProvidersItemLearningContentsCountRequestBuilder
- func (m *LearningProvidersItemLearningContentsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *LearningProvidersItemLearningContentsRequestBuilder) Post(ctx context.Context, ...) (...)
- func (m *LearningProvidersItemLearningContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *LearningProvidersItemLearningContentsRequestBuilder) ToPostRequestInformation(ctx context.Context, ...) (...)
- type LearningProvidersItemLearningContentsRequestBuilderGetQueryParameters
- type LearningProvidersItemLearningContentsRequestBuilderGetRequestConfiguration
- type LearningProvidersItemLearningContentsRequestBuilderPostRequestConfiguration
- type LearningProvidersLearningProviderItemRequestBuilder
- func (m *LearningProvidersLearningProviderItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *LearningProvidersLearningProviderItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *LearningProvidersLearningProviderItemRequestBuilder) LearningContents() *LearningProvidersItemLearningContentsRequestBuilder
- func (m *LearningProvidersLearningProviderItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *LearningProvidersLearningProviderItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *LearningProvidersLearningProviderItemRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *LearningProvidersLearningProviderItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, ...) (...)
- type LearningProvidersLearningProviderItemRequestBuilderDeleteRequestConfiguration
- type LearningProvidersLearningProviderItemRequestBuilderGetQueryParameters
- type LearningProvidersLearningProviderItemRequestBuilderGetRequestConfiguration
- type LearningProvidersLearningProviderItemRequestBuilderPatchRequestConfiguration
- type LearningProvidersRequestBuilder
- func (m *LearningProvidersRequestBuilder) ByLearningProviderId(learningProviderId string) *LearningProvidersLearningProviderItemRequestBuilder
- func (m *LearningProvidersRequestBuilder) Count() *LearningProvidersCountRequestBuilder
- func (m *LearningProvidersRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *LearningProvidersRequestBuilder) Post(ctx context.Context, ...) (...)
- func (m *LearningProvidersRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *LearningProvidersRequestBuilder) ToPostRequestInformation(ctx context.Context, ...) (...)
- type LearningProvidersRequestBuilderGetQueryParameters
- type LearningProvidersRequestBuilderGetRequestConfiguration
- type LearningProvidersRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmployeeExperienceRequestBuilder ¶
type EmployeeExperienceRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
EmployeeExperienceRequestBuilder provides operations to manage the employeeExperience singleton.
func NewEmployeeExperienceRequestBuilder ¶
func NewEmployeeExperienceRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *EmployeeExperienceRequestBuilder
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) Get ¶
func (m *EmployeeExperienceRequestBuilder) Get(ctx context.Context, requestConfiguration *EmployeeExperienceRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmployeeExperienceable, error)
Get get employeeExperience
func (*EmployeeExperienceRequestBuilder) LearningProviders ¶
func (m *EmployeeExperienceRequestBuilder) LearningProviders() *LearningProvidersRequestBuilder
LearningProviders provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity.
func (*EmployeeExperienceRequestBuilder) Patch ¶
func (m *EmployeeExperienceRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmployeeExperienceable, requestConfiguration *EmployeeExperienceRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmployeeExperienceable, error)
Patch update employeeExperience
func (*EmployeeExperienceRequestBuilder) ToGetRequestInformation ¶
func (m *EmployeeExperienceRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *EmployeeExperienceRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get employeeExperience
func (*EmployeeExperienceRequestBuilder) ToPatchRequestInformation ¶
func (m *EmployeeExperienceRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.EmployeeExperienceable, requestConfiguration *EmployeeExperienceRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPatchRequestInformation update employeeExperience
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 LearningProvidersCountRequestBuilder ¶
type LearningProvidersCountRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
LearningProvidersCountRequestBuilder provides operations to count the resources in the collection.
func NewLearningProvidersCountRequestBuilder ¶
func NewLearningProvidersCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersCountRequestBuilder
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 ¶
func (m *LearningProvidersCountRequestBuilder) Get(ctx context.Context, requestConfiguration *LearningProvidersCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*LearningProvidersCountRequestBuilder) ToGetRequestInformation ¶
func (m *LearningProvidersCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
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 ¶
func (m *LearningProvidersItemLearningContentsCountRequestBuilder) Get(ctx context.Context, requestConfiguration *LearningProvidersItemLearningContentsCountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*LearningProvidersItemLearningContentsCountRequestBuilder) ToGetRequestInformation ¶
func (m *LearningProvidersItemLearningContentsCountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersItemLearningContentsCountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
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 ¶
func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *LearningProvidersItemLearningContentsLearningContentItemRequestBuilderDeleteRequestConfiguration) error
Delete delete the specified learningContent resource that represents the metadata of the specified provider's ingested content. Find more info here
func (*LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) Get ¶
func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) Get(ctx context.Context, requestConfiguration *LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningContentable, error)
Get get the specified learningContent resource which represents the metadata of the specified provider's ingested content. Find more info here
func (*LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) Patch ¶
func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningContentable, requestConfiguration *LearningProvidersItemLearningContentsLearningContentItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningContentable, error)
Patch update the navigation property learningContents in employeeExperience
func (*LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToDeleteRequestInformation ¶
func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersItemLearningContentsLearningContentItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToDeleteRequestInformation delete the specified learningContent resource that represents the metadata of the specified provider's ingested content.
func (*LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToGetRequestInformation ¶
func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersItemLearningContentsLearningContentItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the specified learningContent resource which represents the metadata of the specified provider's ingested content.
func (*LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToPatchRequestInformation ¶
func (m *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningContentable, requestConfiguration *LearningProvidersItemLearningContentsLearningContentItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPatchRequestInformation update the navigation property learningContents in employeeExperience
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 ¶
func NewLearningProvidersItemLearningContentsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersItemLearningContentsRequestBuilder
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
func (m *LearningProvidersItemLearningContentsRequestBuilder) ByLearningContentId(learningContentId string) *LearningProvidersItemLearningContentsLearningContentItemRequestBuilder
ByLearningContentId provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity.
func (*LearningProvidersItemLearningContentsRequestBuilder) Count ¶
func (m *LearningProvidersItemLearningContentsRequestBuilder) Count() *LearningProvidersItemLearningContentsCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*LearningProvidersItemLearningContentsRequestBuilder) Get ¶
func (m *LearningProvidersItemLearningContentsRequestBuilder) Get(ctx context.Context, requestConfiguration *LearningProvidersItemLearningContentsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningContentCollectionResponseable, error)
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) Post ¶
func (m *LearningProvidersItemLearningContentsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningContentable, requestConfiguration *LearningProvidersItemLearningContentsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningContentable, error)
Post create new navigation property to learningContents for employeeExperience
func (*LearningProvidersItemLearningContentsRequestBuilder) ToGetRequestInformation ¶
func (m *LearningProvidersItemLearningContentsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersItemLearningContentsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
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 ¶
func (m *LearningProvidersItemLearningContentsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningContentable, requestConfiguration *LearningProvidersItemLearningContentsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation create new navigation property to learningContents for employeeExperience
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 LearningProvidersLearningProviderItemRequestBuilder ¶
type LearningProvidersLearningProviderItemRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
LearningProvidersLearningProviderItemRequestBuilder provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity.
func NewLearningProvidersLearningProviderItemRequestBuilder ¶
func NewLearningProvidersLearningProviderItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersLearningProviderItemRequestBuilder
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 ¶
func (m *LearningProvidersLearningProviderItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *LearningProvidersLearningProviderItemRequestBuilderDeleteRequestConfiguration) error
Delete delete a learningProvider resource and remove its registration in Viva Learning for a tenant. Find more info here
func (*LearningProvidersLearningProviderItemRequestBuilder) Get ¶
func (m *LearningProvidersLearningProviderItemRequestBuilder) Get(ctx context.Context, requestConfiguration *LearningProvidersLearningProviderItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningProviderable, error)
Get read the properties and relationships of a learningProvider object. Find more info here
func (*LearningProvidersLearningProviderItemRequestBuilder) LearningContents ¶
func (m *LearningProvidersLearningProviderItemRequestBuilder) LearningContents() *LearningProvidersItemLearningContentsRequestBuilder
LearningContents provides operations to manage the learningContents property of the microsoft.graph.learningProvider entity.
func (*LearningProvidersLearningProviderItemRequestBuilder) Patch ¶
func (m *LearningProvidersLearningProviderItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningProviderable, requestConfiguration *LearningProvidersLearningProviderItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningProviderable, error)
Patch update the properties of a learningProvider object. Find more info here
func (*LearningProvidersLearningProviderItemRequestBuilder) ToDeleteRequestInformation ¶
func (m *LearningProvidersLearningProviderItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersLearningProviderItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToDeleteRequestInformation delete a learningProvider resource and remove its registration in Viva Learning for a tenant.
func (*LearningProvidersLearningProviderItemRequestBuilder) ToGetRequestInformation ¶
func (m *LearningProvidersLearningProviderItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersLearningProviderItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation read the properties and relationships of a learningProvider object.
func (*LearningProvidersLearningProviderItemRequestBuilder) ToPatchRequestInformation ¶
func (m *LearningProvidersLearningProviderItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningProviderable, requestConfiguration *LearningProvidersLearningProviderItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPatchRequestInformation update the properties of a learningProvider object.
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 ¶
type LearningProvidersRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
LearningProvidersRequestBuilder provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity.
func NewLearningProvidersRequestBuilder ¶
func NewLearningProvidersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LearningProvidersRequestBuilder
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
func (m *LearningProvidersRequestBuilder) ByLearningProviderId(learningProviderId string) *LearningProvidersLearningProviderItemRequestBuilder
ByLearningProviderId provides operations to manage the learningProviders property of the microsoft.graph.employeeExperience entity.
func (*LearningProvidersRequestBuilder) Count ¶
func (m *LearningProvidersRequestBuilder) Count() *LearningProvidersCountRequestBuilder
Count provides operations to count the resources in the collection.
func (*LearningProvidersRequestBuilder) Get ¶
func (m *LearningProvidersRequestBuilder) Get(ctx context.Context, requestConfiguration *LearningProvidersRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningProviderCollectionResponseable, error)
Get get a list of the learningProvider resources registered in Viva Learning for a tenant. Find more info here
func (*LearningProvidersRequestBuilder) Post ¶
func (m *LearningProvidersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningProviderable, requestConfiguration *LearningProvidersRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningProviderable, error)
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 ¶
func (m *LearningProvidersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LearningProvidersRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get a list of the learningProvider resources registered in Viva Learning for a tenant.
func (*LearningProvidersRequestBuilder) ToPostRequestInformation ¶
func (m *LearningProvidersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LearningProviderable, requestConfiguration *LearningProvidersRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation create a new learningProvider object and register it with Viva Learning using the specified display name and logos for different themes.
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.
Source Files ¶
- employee_experience_request_builder.go
- learning_providers_count_request_builder.go
- learning_providers_item_learning_contents_count_request_builder.go
- learning_providers_item_learning_contents_learning_content_item_request_builder.go
- learning_providers_item_learning_contents_request_builder.go
- learning_providers_learning_provider_item_request_builder.go
- learning_providers_request_builder.go