Documentation ¶
Index ¶
- type PagesRequestBuilder
- func (m *PagesRequestBuilder) Count() ...
- func (m *PagesRequestBuilder) CreateGetRequestInformation() (...)
- func (m *PagesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PagesRequestBuilderGetRequestConfiguration) (...)
- func (m *PagesRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *PagesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *PagesRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *PagesRequestBuilder) Post(ctx context.Context, ...) (...)
- type PagesRequestBuilderGetQueryParameters
- type PagesRequestBuilderGetRequestConfiguration
- type PagesRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PagesRequestBuilder ¶
type PagesRequestBuilder struct {
// contains filtered or unexported fields
}
PagesRequestBuilder provides operations to manage the pages property of the microsoft.graph.onenoteSection entity.
func NewPagesRequestBuilder ¶
func NewPagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PagesRequestBuilder
NewPagesRequestBuilder instantiates a new PagesRequestBuilder and sets the default values.
func NewPagesRequestBuilderInternal ¶
func NewPagesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PagesRequestBuilder
NewPagesRequestBuilderInternal instantiates a new PagesRequestBuilder and sets the default values.
func (*PagesRequestBuilder) Count ¶ added in v0.13.0
func (m *PagesRequestBuilder) Count() *ic643a330b50e5f76067cd4106484b76504527a9f669bd2b39f7d94d196fa799d.CountRequestBuilder
Count the Count property
func (*PagesRequestBuilder) CreateGetRequestInformation ¶
func (m *PagesRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the collection of pages in the section. Read-only. Nullable.
func (*PagesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PagesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *PagesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the collection of pages in the section. Read-only. Nullable.
func (*PagesRequestBuilder) CreatePostRequestInformation ¶
func (m *PagesRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to pages for me
func (*PagesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *PagesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *PagesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to pages for me
func (*PagesRequestBuilder) Get ¶
func (m *PagesRequestBuilder) Get(ctx context.Context, requestConfiguration *PagesRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageCollectionResponseable, error)
Get the collection of pages in the section. Read-only. Nullable.
func (*PagesRequestBuilder) Post ¶
func (m *PagesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, requestConfiguration *PagesRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenotePageable, error)
Post create new navigation property to pages for me
type PagesRequestBuilderGetQueryParameters ¶
type PagesRequestBuilderGetQueryParameters 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"` }
PagesRequestBuilderGetQueryParameters the collection of pages in the section. Read-only. Nullable.
type PagesRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type PagesRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *PagesRequestBuilderGetQueryParameters }
PagesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PagesRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type PagesRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PagesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.