siteitem

package
v0.20241029.1112340 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseItemOperationPredicate

type BaseItemOperationPredicate struct {
}

func (BaseItemOperationPredicate) Matches

func (p BaseItemOperationPredicate) Matches(input beta.BaseItem) bool

type GetSiteItemOperationOptions

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

func DefaultGetSiteItemOperationOptions

func DefaultGetSiteItemOperationOptions() GetSiteItemOperationOptions

func (GetSiteItemOperationOptions) ToHeaders

func (GetSiteItemOperationOptions) ToOData

func (GetSiteItemOperationOptions) ToQuery

type GetSiteItemOperationResponse

type GetSiteItemOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.BaseItem
}

type GetSiteItemsCountOperationOptions

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

func DefaultGetSiteItemsCountOperationOptions

func DefaultGetSiteItemsCountOperationOptions() GetSiteItemsCountOperationOptions

func (GetSiteItemsCountOperationOptions) ToHeaders

func (GetSiteItemsCountOperationOptions) ToOData

func (GetSiteItemsCountOperationOptions) ToQuery

type GetSiteItemsCountOperationResponse

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

type ListSiteItemsCompleteResult

type ListSiteItemsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.BaseItem
}

type ListSiteItemsCustomPager

type ListSiteItemsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListSiteItemsCustomPager) NextPageLink() *odata.Link

type ListSiteItemsOperationOptions

type ListSiteItemsOperationOptions 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 DefaultListSiteItemsOperationOptions

func DefaultListSiteItemsOperationOptions() ListSiteItemsOperationOptions

func (ListSiteItemsOperationOptions) ToHeaders

func (ListSiteItemsOperationOptions) ToOData

func (ListSiteItemsOperationOptions) ToQuery

type ListSiteItemsOperationResponse

type ListSiteItemsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.BaseItem
}

type SiteItemClient

type SiteItemClient struct {
	Client *msgraph.Client
}

func NewSiteItemClientWithBaseURI

func NewSiteItemClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteItemClient, error)

func (SiteItemClient) GetSiteItem

GetSiteItem - Get items from groups. Used to address any item contained in this site. This collection can't be enumerated.

func (SiteItemClient) GetSiteItemsCount

GetSiteItemsCount - Get the number of the resource

func (SiteItemClient) ListSiteItems

ListSiteItems - Get items from groups. Used to address any item contained in this site. This collection can't be enumerated.

func (SiteItemClient) ListSiteItemsComplete

ListSiteItemsComplete retrieves all the results into a single object

func (SiteItemClient) ListSiteItemsCompleteMatchingPredicate

func (c SiteItemClient) ListSiteItemsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteId, options ListSiteItemsOperationOptions, predicate BaseItemOperationPredicate) (result ListSiteItemsCompleteResult, err error)

ListSiteItemsCompleteMatchingPredicate retrieves all the results and then applies the predicate

Jump to

Keyboard shortcuts

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