Documentation ¶
Index ¶
- type SectionsRequestBuilder
- func (m *SectionsRequestBuilder) Count() ...
- func (m *SectionsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *SectionsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SectionsRequestBuilderGetRequestConfiguration) (...)
- func (m *SectionsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *SectionsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *SectionsRequestBuilder) Get() (...)
- func (m *SectionsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *SectionsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *SectionsRequestBuilder) Post(...) (...)
- func (m *SectionsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- type SectionsRequestBuilderGetQueryParameters
- type SectionsRequestBuilderGetRequestConfiguration
- type SectionsRequestBuilderPostRequestConfiguration
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() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SectionsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SectionsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionsRequestBuilder) CreatePostRequestInformation ¶
func (m *SectionsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to sections for me
func (*SectionsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SectionsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *SectionsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to sections for me
func (*SectionsRequestBuilder) Get ¶
func (m *SectionsRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable, error)
Get the sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *SectionsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *SectionsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler the sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*SectionsRequestBuilder) Post ¶
func (m *SectionsRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, error)
Post create new navigation property to sections for me
func (*SectionsRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *SectionsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, requestConfiguration *SectionsRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteSectionable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to sections for me
type SectionsRequestBuilderGetQueryParameters ¶
type SectionsRequestBuilderGetQueryParameters 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"` }
SectionsRequestBuilderGetQueryParameters the sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
type SectionsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type SectionsRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *SectionsRequestBuilderGetQueryParameters }
SectionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SectionsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type SectionsRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
SectionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.