Documentation ¶
Index ¶
- type InsightsRequestBuilder
- func (m *InsightsRequestBuilder) CreateDeleteRequestInformation(options *InsightsRequestBuilderDeleteOptions) (...)
- func (m *InsightsRequestBuilder) CreateGetRequestInformation(options *InsightsRequestBuilderGetOptions) (...)
- func (m *InsightsRequestBuilder) CreatePatchRequestInformation(options *InsightsRequestBuilderPatchOptions) (...)
- func (m *InsightsRequestBuilder) Delete(options *InsightsRequestBuilderDeleteOptions) error
- func (m *InsightsRequestBuilder) Get(options *InsightsRequestBuilderGetOptions) (...)
- func (m *InsightsRequestBuilder) Patch(options *InsightsRequestBuilderPatchOptions) 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 InsightsRequestBuilderDeleteOptions
- type InsightsRequestBuilderGetOptions
- type InsightsRequestBuilderGetQueryParameters
- type InsightsRequestBuilderPatchOptions
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(options *InsightsRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property insights for me
func (*InsightsRequestBuilder) CreateGetRequestInformation ¶
func (m *InsightsRequestBuilder) CreateGetRequestInformation(options *InsightsRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable.
func (*InsightsRequestBuilder) CreatePatchRequestInformation ¶
func (m *InsightsRequestBuilder) CreatePatchRequestInformation(options *InsightsRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property insights in me
func (*InsightsRequestBuilder) Delete ¶
func (m *InsightsRequestBuilder) Delete(options *InsightsRequestBuilderDeleteOptions) error
Delete delete navigation property insights for me
func (*InsightsRequestBuilder) Get ¶
func (m *InsightsRequestBuilder) Get(options *InsightsRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfficeGraphInsightsable, error)
Get read-only. Nullable.
func (*InsightsRequestBuilder) Patch ¶
func (m *InsightsRequestBuilder) Patch(options *InsightsRequestBuilderPatchOptions) error
Patch 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 InsightsRequestBuilderDeleteOptions ¶
type InsightsRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
InsightsRequestBuilderDeleteOptions options for Delete
type InsightsRequestBuilderGetOptions ¶
type InsightsRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *InsightsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
InsightsRequestBuilderGetOptions options for Get
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 InsightsRequestBuilderPatchOptions ¶
type InsightsRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OfficeGraphInsightsable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
InsightsRequestBuilderPatchOptions options for Patch