Documentation ¶
Index ¶
- type InsightsRequestBuilder
- func (m *InsightsRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *InsightsRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *InsightsRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *InsightsRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *InsightsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *InsightsRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *InsightsRequestBuilder) Shared() ...
- func (m *InsightsRequestBuilder) SharedById(id string) ...
- func (m *InsightsRequestBuilder) Trending() ...
- func (m *InsightsRequestBuilder) TrendingById(id string) ...
- func (m *InsightsRequestBuilder) Used() ...
- func (m *InsightsRequestBuilder) UsedById(id string) ...
- type InsightsRequestBuilderDeleteRequestConfiguration
- type InsightsRequestBuilderGetQueryParameters
- type InsightsRequestBuilderGetRequestConfiguration
- type InsightsRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InsightsRequestBuilder ¶
type InsightsRequestBuilder struct {
// contains filtered or unexported fields
}
InsightsRequestBuilder provides operations to manage the insights property of the microsoft.graph.user entity.
func NewInsightsRequestBuilder ¶
func NewInsightsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InsightsRequestBuilder
NewInsightsRequestBuilder instantiates a new InsightsRequestBuilder and sets the default values.
func NewInsightsRequestBuilderInternal ¶
func NewInsightsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InsightsRequestBuilder
NewInsightsRequestBuilderInternal instantiates a new InsightsRequestBuilder and sets the default values.
func (*InsightsRequestBuilder) CreateDeleteRequestInformation ¶
func (m *InsightsRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *InsightsRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property insights for users
func (*InsightsRequestBuilder) CreateGetRequestInformation ¶
func (m *InsightsRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *InsightsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get insights from users
func (*InsightsRequestBuilder) CreatePatchRequestInformation ¶
func (m *InsightsRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfficeGraphInsightsable, requestConfiguration *InsightsRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property insights in users
func (*InsightsRequestBuilder) Delete ¶
func (m *InsightsRequestBuilder) Delete(ctx context.Context, requestConfiguration *InsightsRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property insights for users
func (*InsightsRequestBuilder) Get ¶
func (m *InsightsRequestBuilder) Get(ctx context.Context, requestConfiguration *InsightsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfficeGraphInsightsable, error)
Get get insights from users
func (*InsightsRequestBuilder) Patch ¶
func (m *InsightsRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfficeGraphInsightsable, requestConfiguration *InsightsRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfficeGraphInsightsable, error)
Patch update the navigation property insights in users
func (*InsightsRequestBuilder) Shared ¶
func (m *InsightsRequestBuilder) Shared() *i3e4ce2336bbbc58648757b85760fb89c5881021a08e9098f363056f0c6a6195c.SharedRequestBuilder
Shared provides operations to manage the shared property of the microsoft.graph.officeGraphInsights entity.
func (*InsightsRequestBuilder) SharedById ¶
func (m *InsightsRequestBuilder) SharedById(id string) *if5106cc51c89d49dab777a3bad4d2f60f1791257ebdb9793f092fde43062bbe4.SharedInsightItemRequestBuilder
SharedById provides operations to manage the shared property of the microsoft.graph.officeGraphInsights entity.
func (*InsightsRequestBuilder) Trending ¶
func (m *InsightsRequestBuilder) Trending() *iab3e868bd74f90122481d659f92b93937dc248e664cb771faabf5f029a1a664f.TrendingRequestBuilder
Trending provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity.
func (*InsightsRequestBuilder) TrendingById ¶
func (m *InsightsRequestBuilder) TrendingById(id string) *ie5cd453259522930b20937b7a3b030629926bd41d23d0488babbe3bc6a06c20c.TrendingItemRequestBuilder
TrendingById provides operations to manage the trending property of the microsoft.graph.officeGraphInsights entity.
func (*InsightsRequestBuilder) Used ¶
func (m *InsightsRequestBuilder) Used() *i0179bb6fa871e13743008821796dbc9552d7f97c10cb54f6706fbdf6be05df6e.UsedRequestBuilder
Used provides operations to manage the used property of the microsoft.graph.officeGraphInsights entity.
func (*InsightsRequestBuilder) UsedById ¶
func (m *InsightsRequestBuilder) UsedById(id string) *ia144b1cd33e78603da2911ebd505e4e1bb01884db983335223d6dcd6008a9a5f.UsedInsightItemRequestBuilder
UsedById provides operations to manage the used property of the microsoft.graph.officeGraphInsights entity.
type InsightsRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type InsightsRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
InsightsRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type InsightsRequestBuilderGetQueryParameters ¶
type InsightsRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
InsightsRequestBuilderGetQueryParameters get insights from users
type InsightsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type InsightsRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *InsightsRequestBuilderGetQueryParameters }
InsightsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type InsightsRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type InsightsRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
InsightsRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.