Documentation ¶
Index ¶
- type PagesRequestBuilder
- func (m *PagesRequestBuilder) Count() ...
- func (m *PagesRequestBuilder) CreateGetRequestInformation(options *PagesRequestBuilderGetOptions) (...)
- func (m *PagesRequestBuilder) CreatePostRequestInformation(options *PagesRequestBuilderPostOptions) (...)
- func (m *PagesRequestBuilder) Get(options *PagesRequestBuilderGetOptions) (...)
- func (m *PagesRequestBuilder) Post(options *PagesRequestBuilderPostOptions) (...)
- type PagesRequestBuilderGetOptions
- type PagesRequestBuilderGetQueryParameters
- type PagesRequestBuilderPostOptions
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.onenote entity.
func NewPagesRequestBuilder ¶
func NewPagesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PagesRequestBuilder
NewPagesRequestBuilder instantiates a new PagesRequestBuilder and sets the default values.
func NewPagesRequestBuilderInternal ¶
func NewPagesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *PagesRequestBuilder
NewPagesRequestBuilderInternal instantiates a new PagesRequestBuilder and sets the default values.
func (*PagesRequestBuilder) CreateGetRequestInformation ¶
func (m *PagesRequestBuilder) CreateGetRequestInformation(options *PagesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*PagesRequestBuilder) CreatePostRequestInformation ¶
func (m *PagesRequestBuilder) CreatePostRequestInformation(options *PagesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation create new navigation property to pages for users
func (*PagesRequestBuilder) Get ¶
func (m *PagesRequestBuilder) Get(options *PagesRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePageCollectionResponseable, error)
Get the pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
func (*PagesRequestBuilder) Post ¶
func (m *PagesRequestBuilder) Post(options *PagesRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePageable, error)
Post create new navigation property to pages for users
type PagesRequestBuilderGetOptions ¶
type PagesRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *PagesRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
PagesRequestBuilderGetOptions options for Get
type PagesRequestBuilderGetQueryParameters ¶
type PagesRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Expand related entities Expand []string // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
PagesRequestBuilderGetQueryParameters the pages in all OneNote notebooks that are owned by the user or group. Read-only. Nullable.
type PagesRequestBuilderPostOptions ¶
type PagesRequestBuilderPostOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePageable // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
PagesRequestBuilderPostOptions options for Post