onenotenotebooksectiongroup

package
v0.20241009.1142232 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 9, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOnenoteNotebookSectionGroupOperationOptions

type CreateOnenoteNotebookSectionGroupOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateOnenoteNotebookSectionGroupOperationOptions

func DefaultCreateOnenoteNotebookSectionGroupOperationOptions() CreateOnenoteNotebookSectionGroupOperationOptions

func (CreateOnenoteNotebookSectionGroupOperationOptions) ToHeaders

func (CreateOnenoteNotebookSectionGroupOperationOptions) ToOData

func (CreateOnenoteNotebookSectionGroupOperationOptions) ToQuery

type CreateOnenoteNotebookSectionGroupOperationResponse

type CreateOnenoteNotebookSectionGroupOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.SectionGroup
}

type DeleteOnenoteNotebookSectionGroupOperationOptions

type DeleteOnenoteNotebookSectionGroupOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteOnenoteNotebookSectionGroupOperationOptions

func DefaultDeleteOnenoteNotebookSectionGroupOperationOptions() DeleteOnenoteNotebookSectionGroupOperationOptions

func (DeleteOnenoteNotebookSectionGroupOperationOptions) ToHeaders

func (DeleteOnenoteNotebookSectionGroupOperationOptions) ToOData

func (DeleteOnenoteNotebookSectionGroupOperationOptions) ToQuery

type DeleteOnenoteNotebookSectionGroupOperationResponse

type DeleteOnenoteNotebookSectionGroupOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetOnenoteNotebookSectionGroupOperationOptions

type GetOnenoteNotebookSectionGroupOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetOnenoteNotebookSectionGroupOperationOptions

func DefaultGetOnenoteNotebookSectionGroupOperationOptions() GetOnenoteNotebookSectionGroupOperationOptions

func (GetOnenoteNotebookSectionGroupOperationOptions) ToHeaders

func (GetOnenoteNotebookSectionGroupOperationOptions) ToOData

func (GetOnenoteNotebookSectionGroupOperationOptions) ToQuery

type GetOnenoteNotebookSectionGroupOperationResponse

type GetOnenoteNotebookSectionGroupOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.SectionGroup
}

type GetOnenoteNotebookSectionGroupsCountOperationOptions

type GetOnenoteNotebookSectionGroupsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetOnenoteNotebookSectionGroupsCountOperationOptions

func DefaultGetOnenoteNotebookSectionGroupsCountOperationOptions() GetOnenoteNotebookSectionGroupsCountOperationOptions

func (GetOnenoteNotebookSectionGroupsCountOperationOptions) ToHeaders

func (GetOnenoteNotebookSectionGroupsCountOperationOptions) ToOData

func (GetOnenoteNotebookSectionGroupsCountOperationOptions) ToQuery

type GetOnenoteNotebookSectionGroupsCountOperationResponse

type GetOnenoteNotebookSectionGroupsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListOnenoteNotebookSectionGroupsCompleteResult

type ListOnenoteNotebookSectionGroupsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.SectionGroup
}

type ListOnenoteNotebookSectionGroupsCustomPager

type ListOnenoteNotebookSectionGroupsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListOnenoteNotebookSectionGroupsOperationOptions

type ListOnenoteNotebookSectionGroupsOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListOnenoteNotebookSectionGroupsOperationOptions

func DefaultListOnenoteNotebookSectionGroupsOperationOptions() ListOnenoteNotebookSectionGroupsOperationOptions

func (ListOnenoteNotebookSectionGroupsOperationOptions) ToHeaders

func (ListOnenoteNotebookSectionGroupsOperationOptions) ToOData

func (ListOnenoteNotebookSectionGroupsOperationOptions) ToQuery

type ListOnenoteNotebookSectionGroupsOperationResponse

type ListOnenoteNotebookSectionGroupsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.SectionGroup
}

type OnenoteNotebookSectionGroupClient

type OnenoteNotebookSectionGroupClient struct {
	Client *msgraph.Client
}

func NewOnenoteNotebookSectionGroupClientWithBaseURI

func NewOnenoteNotebookSectionGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*OnenoteNotebookSectionGroupClient, error)

func (OnenoteNotebookSectionGroupClient) CreateOnenoteNotebookSectionGroup

CreateOnenoteNotebookSectionGroup - Create new navigation property to sectionGroups for users

func (OnenoteNotebookSectionGroupClient) DeleteOnenoteNotebookSectionGroup

DeleteOnenoteNotebookSectionGroup - Delete navigation property sectionGroups for users

func (OnenoteNotebookSectionGroupClient) GetOnenoteNotebookSectionGroup

GetOnenoteNotebookSectionGroup - Get sectionGroups from users. The section groups in the notebook. Read-only. Nullable.

func (OnenoteNotebookSectionGroupClient) GetOnenoteNotebookSectionGroupsCount

GetOnenoteNotebookSectionGroupsCount - Get the number of the resource

func (OnenoteNotebookSectionGroupClient) ListOnenoteNotebookSectionGroups

ListOnenoteNotebookSectionGroups - Get sectionGroups from users. The section groups in the notebook. Read-only. Nullable.

func (OnenoteNotebookSectionGroupClient) ListOnenoteNotebookSectionGroupsComplete

ListOnenoteNotebookSectionGroupsComplete retrieves all the results into a single object

func (OnenoteNotebookSectionGroupClient) ListOnenoteNotebookSectionGroupsCompleteMatchingPredicate

ListOnenoteNotebookSectionGroupsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (OnenoteNotebookSectionGroupClient) UpdateOnenoteNotebookSectionGroup

UpdateOnenoteNotebookSectionGroup - Update the navigation property sectionGroups in users

type SectionGroupOperationPredicate

type SectionGroupOperationPredicate struct {
}

func (SectionGroupOperationPredicate) Matches

type UpdateOnenoteNotebookSectionGroupOperationOptions

type UpdateOnenoteNotebookSectionGroupOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateOnenoteNotebookSectionGroupOperationOptions

func DefaultUpdateOnenoteNotebookSectionGroupOperationOptions() UpdateOnenoteNotebookSectionGroupOperationOptions

func (UpdateOnenoteNotebookSectionGroupOperationOptions) ToHeaders

func (UpdateOnenoteNotebookSectionGroupOperationOptions) ToOData

func (UpdateOnenoteNotebookSectionGroupOperationOptions) ToQuery

type UpdateOnenoteNotebookSectionGroupOperationResponse

type UpdateOnenoteNotebookSectionGroupOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL