Documentation ¶
Index ¶
- type NotebooksRequestBuilder
- func (m *NotebooksRequestBuilder) Count() ...
- func (m *NotebooksRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *NotebooksRequestBuilder) CreatePostRequestInformation(ctx context.Context, ...) (...)
- func (m *NotebooksRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *NotebooksRequestBuilder) GetNotebookFromWebUrl() ...
- func (m *NotebooksRequestBuilder) GetRecentNotebooksWithIncludePersonalNotebooks(includePersonalNotebooks *bool) ...
- func (m *NotebooksRequestBuilder) Post(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, ...)
- type NotebooksRequestBuilderGetQueryParameters
- type NotebooksRequestBuilderGetRequestConfiguration
- type NotebooksRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NotebooksRequestBuilder ¶
type NotebooksRequestBuilder struct {
// contains filtered or unexported fields
}
NotebooksRequestBuilder provides operations to manage the notebooks property of the microsoft.graph.onenote entity.
func NewNotebooksRequestBuilder ¶
func NewNotebooksRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *NotebooksRequestBuilder
NewNotebooksRequestBuilder instantiates a new NotebooksRequestBuilder and sets the default values.
func NewNotebooksRequestBuilderInternal ¶
func NewNotebooksRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *NotebooksRequestBuilder
NewNotebooksRequestBuilderInternal instantiates a new NotebooksRequestBuilder and sets the default values.
func (*NotebooksRequestBuilder) Count ¶ added in v0.13.0
func (m *NotebooksRequestBuilder) Count() *ia1d01777fe6b7df6591059ac948b8ef3f4b3dce4bd27fcc864a86a4266e9f0bf.CountRequestBuilder
Count the Count property
func (*NotebooksRequestBuilder) CreateGetRequestInformation ¶
func (m *NotebooksRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *NotebooksRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation retrieve a list of notebook objects.
func (*NotebooksRequestBuilder) CreatePostRequestInformation ¶
func (m *NotebooksRequestBuilder) CreatePostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, requestConfiguration *NotebooksRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create a new OneNote notebook.
func (*NotebooksRequestBuilder) Get ¶
func (m *NotebooksRequestBuilder) Get(ctx context.Context, requestConfiguration *NotebooksRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NotebookCollectionResponseable, error)
Get retrieve a list of notebook objects.
func (*NotebooksRequestBuilder) GetNotebookFromWebUrl ¶
func (m *NotebooksRequestBuilder) GetNotebookFromWebUrl() *i2d8af3255243fc07730ae5e0c67ef96ccb9f5490b475c7e8686be753ad1e169a.GetNotebookFromWebUrlRequestBuilder
GetNotebookFromWebUrl the getNotebookFromWebUrl property
func (*NotebooksRequestBuilder) GetRecentNotebooksWithIncludePersonalNotebooks ¶
func (m *NotebooksRequestBuilder) GetRecentNotebooksWithIncludePersonalNotebooks(includePersonalNotebooks *bool) *i42df7d556e00d1bbb72e19f308a3801f7a860b9191c196e757d997c2a6dcf7d7.GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder
GetRecentNotebooksWithIncludePersonalNotebooks provides operations to call the getRecentNotebooks method.
func (*NotebooksRequestBuilder) Post ¶
func (m *NotebooksRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, requestConfiguration *NotebooksRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, error)
Post create a new OneNote notebook.
type NotebooksRequestBuilderGetQueryParameters ¶
type NotebooksRequestBuilderGetQueryParameters 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"` }
NotebooksRequestBuilderGetQueryParameters retrieve a list of notebook objects.
type NotebooksRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type NotebooksRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *NotebooksRequestBuilderGetQueryParameters }
NotebooksRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type NotebooksRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type NotebooksRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
NotebooksRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.