Documentation ¶
Index ¶
- type NotebooksRequestBuilder
- func (m *NotebooksRequestBuilder) Count() ...
- func (m *NotebooksRequestBuilder) CreateGetRequestInformation(options *NotebooksRequestBuilderGetOptions) (...)
- func (m *NotebooksRequestBuilder) CreatePostRequestInformation(options *NotebooksRequestBuilderPostOptions) (...)
- func (m *NotebooksRequestBuilder) Get(options *NotebooksRequestBuilderGetOptions) (...)
- func (m *NotebooksRequestBuilder) GetNotebookFromWebUrl() ...
- func (m *NotebooksRequestBuilder) GetRecentNotebooksWithIncludePersonalNotebooks(includePersonalNotebooks *bool) ...
- func (m *NotebooksRequestBuilder) Post(options *NotebooksRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, ...)
- type NotebooksRequestBuilderGetOptions
- type NotebooksRequestBuilderGetQueryParameters
- type NotebooksRequestBuilderPostOptions
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 ¶
func (m *NotebooksRequestBuilder) Count() *ia1d01777fe6b7df6591059ac948b8ef3f4b3dce4bd27fcc864a86a4266e9f0bf.CountRequestBuilder
Count the count property
func (*NotebooksRequestBuilder) CreateGetRequestInformation ¶
func (m *NotebooksRequestBuilder) CreateGetRequestInformation(options *NotebooksRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*NotebooksRequestBuilder) CreatePostRequestInformation ¶
func (m *NotebooksRequestBuilder) CreatePostRequestInformation(options *NotebooksRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to notebooks for sites
func (*NotebooksRequestBuilder) Get ¶
func (m *NotebooksRequestBuilder) Get(options *NotebooksRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.NotebookCollectionResponseable, error)
Get the collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
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(options *NotebooksRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable, error)
Post create new navigation property to notebooks for sites
type NotebooksRequestBuilderGetOptions ¶
type NotebooksRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *NotebooksRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
NotebooksRequestBuilderGetOptions options for Get
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 the collection of OneNote notebooks that are owned by the user or group. Read-only. Nullable.
type NotebooksRequestBuilderPostOptions ¶
type NotebooksRequestBuilderPostOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Notebookable // 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 }
NotebooksRequestBuilderPostOptions options for Post