Documentation
¶
Index ¶
- type SectionsRequestBuilder
- func (m *SectionsRequestBuilder) Count() ...
- func (m *SectionsRequestBuilder) CreateGetRequestInformation(options *SectionsRequestBuilderGetOptions) (...)
- func (m *SectionsRequestBuilder) CreatePostRequestInformation(options *SectionsRequestBuilderPostOptions) (...)
- func (m *SectionsRequestBuilder) Get(options *SectionsRequestBuilderGetOptions) (...)
- func (m *SectionsRequestBuilder) Post(options *SectionsRequestBuilderPostOptions) (...)
- type SectionsRequestBuilderGetOptions
- type SectionsRequestBuilderGetQueryParameters
- type SectionsRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SectionsRequestBuilder ¶
type SectionsRequestBuilder struct {
// contains filtered or unexported fields
}
SectionsRequestBuilder provides operations to manage the sections property of the microsoft.graph.onenote entity.
func NewSectionsRequestBuilder ¶
func NewSectionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SectionsRequestBuilder
NewSectionsRequestBuilder instantiates a new SectionsRequestBuilder and sets the default values.
func NewSectionsRequestBuilderInternal ¶
func NewSectionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SectionsRequestBuilder
NewSectionsRequestBuilderInternal instantiates a new SectionsRequestBuilder and sets the default values.
func (*SectionsRequestBuilder) Count ¶ added in v0.13.0
func (m *SectionsRequestBuilder) Count() *ie23f9f15ab9adc5a1977aee5cdc5e1ae28166307c03d6bf3dcadd0b9e8c02cee.CountRequestBuilder
Count the count property
func (*SectionsRequestBuilder) CreateGetRequestInformation ¶
func (m *SectionsRequestBuilder) CreateGetRequestInformation(options *SectionsRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionsRequestBuilder) CreatePostRequestInformation ¶
func (m *SectionsRequestBuilder) CreatePostRequestInformation(options *SectionsRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to sections for me
func (*SectionsRequestBuilder) Get ¶
func (m *SectionsRequestBuilder) Get(options *SectionsRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable, error)
Get the sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionsRequestBuilder) Post ¶
func (m *SectionsRequestBuilder) Post(options *SectionsRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, error)
Post create new navigation property to sections for me
type SectionsRequestBuilderGetOptions ¶
type SectionsRequestBuilderGetOptions struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *SectionsRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
SectionsRequestBuilderGetOptions options for Get
type SectionsRequestBuilderGetQueryParameters ¶
type SectionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool
// Expand related entities
Expand []string
// Filter items by property values
Filter *string
// Order items by property values
Orderby []string
// Search items by search phrases
Search *string
// Select properties to be returned
Select []string
// Skip the first n items
Skip *int32
// Show only the first n items
Top *int32
}
SectionsRequestBuilderGetQueryParameters the sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
type SectionsRequestBuilderPostOptions ¶
type SectionsRequestBuilderPostOptions struct {
//
Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable
// 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
}
SectionsRequestBuilderPostOptions options for Post