Documentation ¶
Index ¶
- type InsightsRequestBuilder
- func (m *InsightsRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *InsightsRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *InsightsRequestBuilderDeleteRequestConfiguration) (...)
- func (m *InsightsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *InsightsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *InsightsRequestBuilderGetRequestConfiguration) (...)
- func (m *InsightsRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *InsightsRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *InsightsRequestBuilder) Delete() error
- func (m *InsightsRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *InsightsRequestBuilderDeleteRequestConfiguration, ...) error
- func (m *InsightsRequestBuilder) Get() (...)
- func (m *InsightsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *InsightsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *InsightsRequestBuilder) Patch(...) error
- func (m *InsightsRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- 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() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property insights for me
func (*InsightsRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *InsightsRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *InsightsRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property insights for me
func (*InsightsRequestBuilder) CreateGetRequestInformation ¶
func (m *InsightsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable.
func (*InsightsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *InsightsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *InsightsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration read-only. Nullable.
func (*InsightsRequestBuilder) CreatePatchRequestInformation ¶
func (m *InsightsRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfficeGraphInsightsable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property insights in me
func (*InsightsRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *InsightsRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfficeGraphInsightsable, requestConfiguration *InsightsRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property insights in me
func (*InsightsRequestBuilder) Delete ¶
func (m *InsightsRequestBuilder) Delete() error
Delete delete navigation property insights for me
func (*InsightsRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *InsightsRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *InsightsRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property insights for me
func (*InsightsRequestBuilder) Get ¶
func (m *InsightsRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfficeGraphInsightsable, error)
Get read-only. Nullable.
func (*InsightsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *InsightsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *InsightsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfficeGraphInsightsable, error)
GetWithRequestConfigurationAndResponseHandler read-only. Nullable.
func (*InsightsRequestBuilder) Patch ¶
func (m *InsightsRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfficeGraphInsightsable) error
Patch update the navigation property insights in me
func (*InsightsRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *InsightsRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfficeGraphInsightsable, requestConfiguration *InsightsRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property insights in me
func (*InsightsRequestBuilder) Shared ¶
func (m *InsightsRequestBuilder) Shared() *i29d2c155f681081063d0b2c0ab92796f0e2b78c469f71af45a16d8240b348ebf.SharedRequestBuilder
Shared the shared property
func (*InsightsRequestBuilder) SharedById ¶
func (m *InsightsRequestBuilder) SharedById(id string) *i7eb746d3d91c620af79236bba2af4b708c6b65d5f4ec8f9cc42e5d4305f1c396.SharedInsightItemRequestBuilder
SharedById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.insights.shared.item collection
func (*InsightsRequestBuilder) Trending ¶
func (m *InsightsRequestBuilder) Trending() *i8893ecb7e9d38ec8961e185f29391303f74779021473d1c37caeafd1abebef9a.TrendingRequestBuilder
Trending the trending property
func (*InsightsRequestBuilder) TrendingById ¶
func (m *InsightsRequestBuilder) TrendingById(id string) *ibf98f8f6ecbe2d059f97c4d3970656db9710f9bafa095bf25ac791007a80e997.TrendingItemRequestBuilder
TrendingById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.insights.trending.item collection
func (*InsightsRequestBuilder) Used ¶
func (m *InsightsRequestBuilder) Used() *i99fad623e5b2b4a7ae85326fa692745befba2f6b4fb179d4572c3e7219fbf3ac.UsedRequestBuilder
Used the used property
func (*InsightsRequestBuilder) UsedById ¶
func (m *InsightsRequestBuilder) UsedById(id string) *ic47fb69b7ecc13ce7f81973ffdde08efe7b70445311d1e83964064ef79497098.UsedInsightItemRequestBuilder
UsedById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.insights.used.item collection
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 read-only. Nullable.
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.