Documentation ¶
Index ¶
- type PagesRequestBuilder
- func (m *PagesRequestBuilder) CreateGetRequestInformation(options *PagesRequestBuilderGetOptions) (...)
- func (m *PagesRequestBuilder) CreatePostRequestInformation(options *PagesRequestBuilderPostOptions) (...)
- func (m *PagesRequestBuilder) Get(options *PagesRequestBuilderGetOptions) (*PagesResponse, error)
- func (m *PagesRequestBuilder) Post(options *PagesRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePage, ...)
- type PagesRequestBuilderGetOptions
- type PagesRequestBuilderGetQueryParameters
- type PagesRequestBuilderPostOptions
- type PagesResponse
- func (m *PagesResponse) GetAdditionalData() map[string]interface{}
- func (m *PagesResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *PagesResponse) GetNextLink() *string
- func (m *PagesResponse) GetValue() ...
- func (m *PagesResponse) IsNil() bool
- func (m *PagesResponse) Serialize(...) error
- func (m *PagesResponse) SetAdditionalData(value map[string]interface{})
- func (m *PagesResponse) SetNextLink(value *string)
- func (m *PagesResponse) SetValue(...)
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 builds and executes requests for operations under \me\onenote\sections\{onenoteSection-id}\pages
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 collection of pages in the section. Read-only. Nullable.
func (*PagesRequestBuilder) CreatePostRequestInformation ¶
func (m *PagesRequestBuilder) CreatePostRequestInformation(options *PagesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation the collection of pages in the section. Read-only. Nullable.
func (*PagesRequestBuilder) Get ¶
func (m *PagesRequestBuilder) Get(options *PagesRequestBuilderGetOptions) (*PagesResponse, error)
Get the collection of pages in the section. Read-only. Nullable.
func (*PagesRequestBuilder) Post ¶
func (m *PagesRequestBuilder) Post(options *PagesRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePage, error)
Post the collection of pages in the section. Read-only. Nullable.
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 collection of pages in the section. Read-only. Nullable.
type PagesRequestBuilderPostOptions ¶
type PagesRequestBuilderPostOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePage // 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
type PagesResponse ¶
type PagesResponse struct {
// contains filtered or unexported fields
}
PagesResponse
func NewPagesResponse ¶
func NewPagesResponse() *PagesResponse
NewPagesResponse instantiates a new pagesResponse and sets the default values.
func (*PagesResponse) GetAdditionalData ¶
func (m *PagesResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*PagesResponse) GetFieldDeserializers ¶
func (m *PagesResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*PagesResponse) GetNextLink ¶
func (m *PagesResponse) GetNextLink() *string
GetNextLink gets the @odata.nextLink property value.
func (*PagesResponse) GetValue ¶
func (m *PagesResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePage
GetValue gets the value property value.
func (*PagesResponse) IsNil ¶
func (m *PagesResponse) IsNil() bool
func (*PagesResponse) Serialize ¶
func (m *PagesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*PagesResponse) SetAdditionalData ¶
func (m *PagesResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*PagesResponse) SetNextLink ¶
func (m *PagesResponse) SetNextLink(value *string)
SetNextLink sets the @odata.nextLink property value.
func (*PagesResponse) SetValue ¶
func (m *PagesResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OnenotePage)
SetValue sets the value property value.