siteonenotenotebooksectiongroup

package
v0.20241118.1115603 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateSiteOnenoteNotebookSectionGroupOperationOptions

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

func DefaultCreateSiteOnenoteNotebookSectionGroupOperationOptions

func DefaultCreateSiteOnenoteNotebookSectionGroupOperationOptions() CreateSiteOnenoteNotebookSectionGroupOperationOptions

func (CreateSiteOnenoteNotebookSectionGroupOperationOptions) ToHeaders

func (CreateSiteOnenoteNotebookSectionGroupOperationOptions) ToOData

func (CreateSiteOnenoteNotebookSectionGroupOperationOptions) ToQuery

type CreateSiteOnenoteNotebookSectionGroupOperationResponse

type CreateSiteOnenoteNotebookSectionGroupOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.SectionGroup
}

type DeleteSiteOnenoteNotebookSectionGroupOperationOptions

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

func DefaultDeleteSiteOnenoteNotebookSectionGroupOperationOptions

func DefaultDeleteSiteOnenoteNotebookSectionGroupOperationOptions() DeleteSiteOnenoteNotebookSectionGroupOperationOptions

func (DeleteSiteOnenoteNotebookSectionGroupOperationOptions) ToHeaders

func (DeleteSiteOnenoteNotebookSectionGroupOperationOptions) ToOData

func (DeleteSiteOnenoteNotebookSectionGroupOperationOptions) ToQuery

type DeleteSiteOnenoteNotebookSectionGroupOperationResponse

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

type GetSiteOnenoteNotebookSectionGroupOperationOptions

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

func DefaultGetSiteOnenoteNotebookSectionGroupOperationOptions

func DefaultGetSiteOnenoteNotebookSectionGroupOperationOptions() GetSiteOnenoteNotebookSectionGroupOperationOptions

func (GetSiteOnenoteNotebookSectionGroupOperationOptions) ToHeaders

func (GetSiteOnenoteNotebookSectionGroupOperationOptions) ToOData

func (GetSiteOnenoteNotebookSectionGroupOperationOptions) ToQuery

type GetSiteOnenoteNotebookSectionGroupOperationResponse

type GetSiteOnenoteNotebookSectionGroupOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.SectionGroup
}

type GetSiteOnenoteNotebookSectionGroupsCountOperationOptions

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

func (GetSiteOnenoteNotebookSectionGroupsCountOperationOptions) ToHeaders

func (GetSiteOnenoteNotebookSectionGroupsCountOperationOptions) ToOData

func (GetSiteOnenoteNotebookSectionGroupsCountOperationOptions) ToQuery

type GetSiteOnenoteNotebookSectionGroupsCountOperationResponse

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

type ListSiteOnenoteNotebookSectionGroupsCompleteResult

type ListSiteOnenoteNotebookSectionGroupsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.SectionGroup
}

type ListSiteOnenoteNotebookSectionGroupsCustomPager

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

type ListSiteOnenoteNotebookSectionGroupsOperationOptions

type ListSiteOnenoteNotebookSectionGroupsOperationOptions 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 DefaultListSiteOnenoteNotebookSectionGroupsOperationOptions

func DefaultListSiteOnenoteNotebookSectionGroupsOperationOptions() ListSiteOnenoteNotebookSectionGroupsOperationOptions

func (ListSiteOnenoteNotebookSectionGroupsOperationOptions) ToHeaders

func (ListSiteOnenoteNotebookSectionGroupsOperationOptions) ToOData

func (ListSiteOnenoteNotebookSectionGroupsOperationOptions) ToQuery

type ListSiteOnenoteNotebookSectionGroupsOperationResponse

type ListSiteOnenoteNotebookSectionGroupsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.SectionGroup
}

type SectionGroupOperationPredicate

type SectionGroupOperationPredicate struct {
}

func (SectionGroupOperationPredicate) Matches

type SiteOnenoteNotebookSectionGroupClient

type SiteOnenoteNotebookSectionGroupClient struct {
	Client *msgraph.Client
}

func NewSiteOnenoteNotebookSectionGroupClientWithBaseURI

func NewSiteOnenoteNotebookSectionGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteOnenoteNotebookSectionGroupClient, error)

func (SiteOnenoteNotebookSectionGroupClient) CreateSiteOnenoteNotebookSectionGroup

CreateSiteOnenoteNotebookSectionGroup - Create new navigation property to sectionGroups for groups

func (SiteOnenoteNotebookSectionGroupClient) DeleteSiteOnenoteNotebookSectionGroup

DeleteSiteOnenoteNotebookSectionGroup - Delete navigation property sectionGroups for groups

func (SiteOnenoteNotebookSectionGroupClient) GetSiteOnenoteNotebookSectionGroup

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

func (SiteOnenoteNotebookSectionGroupClient) GetSiteOnenoteNotebookSectionGroupsCount

GetSiteOnenoteNotebookSectionGroupsCount - Get the number of the resource

func (SiteOnenoteNotebookSectionGroupClient) ListSiteOnenoteNotebookSectionGroups

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

func (SiteOnenoteNotebookSectionGroupClient) ListSiteOnenoteNotebookSectionGroupsComplete

ListSiteOnenoteNotebookSectionGroupsComplete retrieves all the results into a single object

func (SiteOnenoteNotebookSectionGroupClient) ListSiteOnenoteNotebookSectionGroupsCompleteMatchingPredicate

ListSiteOnenoteNotebookSectionGroupsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (SiteOnenoteNotebookSectionGroupClient) UpdateSiteOnenoteNotebookSectionGroup

UpdateSiteOnenoteNotebookSectionGroup - Update the navigation property sectionGroups in groups

type UpdateSiteOnenoteNotebookSectionGroupOperationOptions

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

func DefaultUpdateSiteOnenoteNotebookSectionGroupOperationOptions

func DefaultUpdateSiteOnenoteNotebookSectionGroupOperationOptions() UpdateSiteOnenoteNotebookSectionGroupOperationOptions

func (UpdateSiteOnenoteNotebookSectionGroupOperationOptions) ToHeaders

func (UpdateSiteOnenoteNotebookSectionGroupOperationOptions) ToOData

func (UpdateSiteOnenoteNotebookSectionGroupOperationOptions) ToQuery

type UpdateSiteOnenoteNotebookSectionGroupOperationResponse

type UpdateSiteOnenoteNotebookSectionGroupOperationResponse 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