Documentation ¶
Index ¶
- type OnenoteRequestBuilder
- func (m *OnenoteRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *OnenoteRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteRequestBuilderDeleteRequestConfiguration) (...)
- func (m *OnenoteRequestBuilder) CreateGetRequestInformation() (...)
- func (m *OnenoteRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteRequestBuilderGetRequestConfiguration) (...)
- func (m *OnenoteRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *OnenoteRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *OnenoteRequestBuilder) Delete() error
- func (m *OnenoteRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *OnenoteRequestBuilderDeleteRequestConfiguration, ...) error
- func (m *OnenoteRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, ...)
- func (m *OnenoteRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OnenoteRequestBuilderGetRequestConfiguration, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, ...)
- func (m *OnenoteRequestBuilder) Notebooks() ...
- func (m *OnenoteRequestBuilder) NotebooksById(id string) ...
- func (m *OnenoteRequestBuilder) Operations() ...
- func (m *OnenoteRequestBuilder) OperationsById(id string) ...
- func (m *OnenoteRequestBuilder) Pages() ...
- func (m *OnenoteRequestBuilder) PagesById(id string) ...
- func (m *OnenoteRequestBuilder) Patch(...) error
- func (m *OnenoteRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- func (m *OnenoteRequestBuilder) Resources() ...
- func (m *OnenoteRequestBuilder) ResourcesById(id string) ...
- func (m *OnenoteRequestBuilder) SectionGroups() ...
- func (m *OnenoteRequestBuilder) SectionGroupsById(id string) ...
- func (m *OnenoteRequestBuilder) Sections() ...
- func (m *OnenoteRequestBuilder) SectionsById(id string) ...
- type OnenoteRequestBuilderDeleteRequestConfiguration
- type OnenoteRequestBuilderGetQueryParameters
- type OnenoteRequestBuilderGetRequestConfiguration
- type OnenoteRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnenoteRequestBuilder ¶
type OnenoteRequestBuilder struct {
// contains filtered or unexported fields
}
OnenoteRequestBuilder provides operations to manage the onenote property of the microsoft.graph.site entity.
func NewOnenoteRequestBuilder ¶
func NewOnenoteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenoteRequestBuilder
NewOnenoteRequestBuilder instantiates a new OnenoteRequestBuilder and sets the default values.
func NewOnenoteRequestBuilderInternal ¶
func NewOnenoteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OnenoteRequestBuilder
NewOnenoteRequestBuilderInternal instantiates a new OnenoteRequestBuilder and sets the default values.
func (*OnenoteRequestBuilder) CreateDeleteRequestInformation ¶
func (m *OnenoteRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property onenote for groups
func (*OnenoteRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property onenote for groups
func (*OnenoteRequestBuilder) CreateGetRequestInformation ¶
func (m *OnenoteRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation calls the OneNote service for notebook related operations.
func (*OnenoteRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OnenoteRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration calls the OneNote service for notebook related operations.
func (*OnenoteRequestBuilder) CreatePatchRequestInformation ¶
func (m *OnenoteRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property onenote in groups
func (*OnenoteRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, requestConfiguration *OnenoteRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property onenote in groups
func (*OnenoteRequestBuilder) Delete ¶
func (m *OnenoteRequestBuilder) Delete() error
Delete delete navigation property onenote for groups
func (*OnenoteRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *OnenoteRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property onenote for groups
func (*OnenoteRequestBuilder) Get ¶
func (m *OnenoteRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, error)
Get calls the OneNote service for notebook related operations.
func (*OnenoteRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OnenoteRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, error)
GetWithRequestConfigurationAndResponseHandler calls the OneNote service for notebook related operations.
func (*OnenoteRequestBuilder) Notebooks ¶
func (m *OnenoteRequestBuilder) Notebooks() *i5ad7f337b9255100fb3a698996b5b25aa72d3af6a1db88a2befb9b86d7f0c125.NotebooksRequestBuilder
Notebooks the notebooks property
func (*OnenoteRequestBuilder) NotebooksById ¶
func (m *OnenoteRequestBuilder) NotebooksById(id string) *i31c8ff0ce5826f214b3c99ffed6b10e2491455c11d64a9546d47b02e96c08ce9.NotebookItemRequestBuilder
NotebooksById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.sites.item.onenote.notebooks.item collection
func (*OnenoteRequestBuilder) Operations ¶
func (m *OnenoteRequestBuilder) Operations() *i51da7de877f44ebb046999f6c850aa6f2979b5de0ebf5c92cc602d63bb51d409.OperationsRequestBuilder
Operations the operations property
func (*OnenoteRequestBuilder) OperationsById ¶
func (m *OnenoteRequestBuilder) OperationsById(id string) *i9b5b1c5e7066c902b878df7cd7030266dc898dbfbba4fa5afb5d8d421c3182de.OnenoteOperationItemRequestBuilder
OperationsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.sites.item.onenote.operations.item collection
func (*OnenoteRequestBuilder) Pages ¶
func (m *OnenoteRequestBuilder) Pages() *i441838dd29b242650bd7039dd08b5e34d6b39a9a3d74aa998b4ac41c5f3b31d8.PagesRequestBuilder
Pages the pages property
func (*OnenoteRequestBuilder) PagesById ¶
func (m *OnenoteRequestBuilder) PagesById(id string) *i491bcdaec023edf3c376e0613168616caa148137e322b28771e11840fa698083.OnenotePageItemRequestBuilder
PagesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.sites.item.onenote.pages.item collection
func (*OnenoteRequestBuilder) Patch ¶
func (m *OnenoteRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable) error
Patch update the navigation property onenote in groups
func (*OnenoteRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OnenoteRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Onenoteable, requestConfiguration *OnenoteRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property onenote in groups
func (*OnenoteRequestBuilder) Resources ¶
func (m *OnenoteRequestBuilder) Resources() *i4833aa4798bac6e2d1b27413ff8bdbe8ce66a1ae991a6d4f674557800dd9314c.ResourcesRequestBuilder
Resources the resources property
func (*OnenoteRequestBuilder) ResourcesById ¶
func (m *OnenoteRequestBuilder) ResourcesById(id string) *icb75c59060050d546263152fcb819987bb25d9bc5948bba2c924282950950679.OnenoteResourceItemRequestBuilder
ResourcesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.sites.item.onenote.resources.item collection
func (*OnenoteRequestBuilder) SectionGroups ¶
func (m *OnenoteRequestBuilder) SectionGroups() *ib06c8196d06bc7fe6a64f371a7b1bddb2a7d8f44eaba7531b314fcef6f8bb977.SectionGroupsRequestBuilder
SectionGroups the sectionGroups property
func (*OnenoteRequestBuilder) SectionGroupsById ¶
func (m *OnenoteRequestBuilder) SectionGroupsById(id string) *ifbd90d50469a7f26b8a8adedfe4d30f41af421568ce824def28a45f309b51ec9.SectionGroupItemRequestBuilder
SectionGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.sites.item.onenote.sectionGroups.item collection
func (*OnenoteRequestBuilder) Sections ¶
func (m *OnenoteRequestBuilder) Sections() *i1dc5a32fdef093887ac28cc0c8bca5a0d25d23501cd27dcca8cbc290540705dd.SectionsRequestBuilder
Sections the sections property
func (*OnenoteRequestBuilder) SectionsById ¶
func (m *OnenoteRequestBuilder) SectionsById(id string) *i8c0b8b51b87672413a18d94f087c250716f466a20fcb74c70d8e99428e7884a4.OnenoteSectionItemRequestBuilder
SectionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.groups.item.sites.item.onenote.sections.item collection
type OnenoteRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type OnenoteRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenoteRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OnenoteRequestBuilderGetQueryParameters ¶
type OnenoteRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
OnenoteRequestBuilderGetQueryParameters calls the OneNote service for notebook related operations.
type OnenoteRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type OnenoteRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OnenoteRequestBuilderGetQueryParameters }
OnenoteRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OnenoteRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type OnenoteRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OnenoteRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.