Documentation ¶
Index ¶
- func CreateCopyToSectionRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CopyToSectionRequestBody
- func (m *CopyToSectionRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CopyToSectionRequestBody) GetFieldDeserializers() ...
- func (m *CopyToSectionRequestBody) GetGroupId() *string
- func (m *CopyToSectionRequestBody) GetId() *string
- func (m *CopyToSectionRequestBody) GetSiteCollectionId() *string
- func (m *CopyToSectionRequestBody) GetSiteId() *string
- func (m *CopyToSectionRequestBody) Serialize(...) error
- func (m *CopyToSectionRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CopyToSectionRequestBody) SetGroupId(value *string)
- func (m *CopyToSectionRequestBody) SetId(value *string)
- func (m *CopyToSectionRequestBody) SetSiteCollectionId(value *string)
- func (m *CopyToSectionRequestBody) SetSiteId(value *string)
- type CopyToSectionRequestBodyable
- type CopyToSectionRequestBuilder
- type CopyToSectionRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCopyToSectionRequestBodyFromDiscriminatorValue ¶
func CreateCopyToSectionRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCopyToSectionRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CopyToSectionRequestBody ¶
type CopyToSectionRequestBody struct {
// contains filtered or unexported fields
}
CopyToSectionRequestBody provides operations to call the copyToSection method.
func NewCopyToSectionRequestBody ¶
func NewCopyToSectionRequestBody() *CopyToSectionRequestBody
NewCopyToSectionRequestBody instantiates a new copyToSectionRequestBody and sets the default values.
func (*CopyToSectionRequestBody) GetAdditionalData ¶
func (m *CopyToSectionRequestBody) 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 (*CopyToSectionRequestBody) GetFieldDeserializers ¶
func (m *CopyToSectionRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CopyToSectionRequestBody) GetGroupId ¶
func (m *CopyToSectionRequestBody) GetGroupId() *string
GetGroupId gets the groupId property value. The groupId property
func (*CopyToSectionRequestBody) GetId ¶
func (m *CopyToSectionRequestBody) GetId() *string
GetId gets the id property value. The id property
func (*CopyToSectionRequestBody) GetSiteCollectionId ¶
func (m *CopyToSectionRequestBody) GetSiteCollectionId() *string
GetSiteCollectionId gets the siteCollectionId property value. The siteCollectionId property
func (*CopyToSectionRequestBody) GetSiteId ¶
func (m *CopyToSectionRequestBody) GetSiteId() *string
GetSiteId gets the siteId property value. The siteId property
func (*CopyToSectionRequestBody) Serialize ¶
func (m *CopyToSectionRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CopyToSectionRequestBody) SetAdditionalData ¶
func (m *CopyToSectionRequestBody) 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 (*CopyToSectionRequestBody) SetGroupId ¶
func (m *CopyToSectionRequestBody) SetGroupId(value *string)
SetGroupId sets the groupId property value. The groupId property
func (*CopyToSectionRequestBody) SetId ¶
func (m *CopyToSectionRequestBody) SetId(value *string)
SetId sets the id property value. The id property
func (*CopyToSectionRequestBody) SetSiteCollectionId ¶
func (m *CopyToSectionRequestBody) SetSiteCollectionId(value *string)
SetSiteCollectionId sets the siteCollectionId property value. The siteCollectionId property
func (*CopyToSectionRequestBody) SetSiteId ¶
func (m *CopyToSectionRequestBody) SetSiteId(value *string)
SetSiteId sets the siteId property value. The siteId property
type CopyToSectionRequestBodyable ¶
type CopyToSectionRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetGroupId() *string GetId() *string GetSiteCollectionId() *string GetSiteId() *string SetGroupId(value *string) SetId(value *string) SetSiteCollectionId(value *string) SetSiteId(value *string) }
CopyToSectionRequestBodyable
type CopyToSectionRequestBuilder ¶
type CopyToSectionRequestBuilder struct {
// contains filtered or unexported fields
}
CopyToSectionRequestBuilder provides operations to call the copyToSection method.
func NewCopyToSectionRequestBuilder ¶
func NewCopyToSectionRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CopyToSectionRequestBuilder
NewCopyToSectionRequestBuilder instantiates a new CopyToSectionRequestBuilder and sets the default values.
func NewCopyToSectionRequestBuilderInternal ¶
func NewCopyToSectionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CopyToSectionRequestBuilder
NewCopyToSectionRequestBuilderInternal instantiates a new CopyToSectionRequestBuilder and sets the default values.
func (*CopyToSectionRequestBuilder) CreatePostRequestInformation ¶
func (m *CopyToSectionRequestBuilder) CreatePostRequestInformation(options *CopyToSectionRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action copyToSection
func (*CopyToSectionRequestBuilder) Post ¶
func (m *CopyToSectionRequestBuilder) Post(options *CopyToSectionRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OnenoteOperationable, error)
Post invoke action copyToSection
type CopyToSectionRequestBuilderPostOptions ¶
type CopyToSectionRequestBuilderPostOptions struct { // Body CopyToSectionRequestBodyable // 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 }
CopyToSectionRequestBuilderPostOptions options for Post