Documentation ¶
Index ¶
- type BaseItemOperationPredicate
- type GetSiteItemOperationOptions
- type GetSiteItemOperationResponse
- type GetSiteItemsCountOperationOptions
- type GetSiteItemsCountOperationResponse
- type ListSiteItemsCompleteResult
- type ListSiteItemsCustomPager
- type ListSiteItemsOperationOptions
- type ListSiteItemsOperationResponse
- type SiteItemClient
- func (c SiteItemClient) GetSiteItem(ctx context.Context, id beta.GroupIdSiteIdItemId, ...) (result GetSiteItemOperationResponse, err error)
- func (c SiteItemClient) GetSiteItemsCount(ctx context.Context, id beta.GroupIdSiteId, ...) (result GetSiteItemsCountOperationResponse, err error)
- func (c SiteItemClient) ListSiteItems(ctx context.Context, id beta.GroupIdSiteId, ...) (result ListSiteItemsOperationResponse, err error)
- func (c SiteItemClient) ListSiteItemsComplete(ctx context.Context, id beta.GroupIdSiteId, ...) (ListSiteItemsCompleteResult, error)
- func (c SiteItemClient) ListSiteItemsCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteId, ...) (result ListSiteItemsCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseItemOperationPredicate ¶
type BaseItemOperationPredicate struct { }
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 (o GetSiteItemOperationOptions) ToHeaders() *client.Headers
func (GetSiteItemOperationOptions) ToOData ¶
func (o GetSiteItemOperationOptions) ToOData() *odata.Query
func (GetSiteItemOperationOptions) ToQuery ¶
func (o GetSiteItemOperationOptions) ToQuery() *client.QueryParams
type GetSiteItemsCountOperationOptions ¶
type GetSiteItemsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetSiteItemsCountOperationOptions ¶
func DefaultGetSiteItemsCountOperationOptions() GetSiteItemsCountOperationOptions
func (GetSiteItemsCountOperationOptions) ToHeaders ¶
func (o GetSiteItemsCountOperationOptions) ToHeaders() *client.Headers
func (GetSiteItemsCountOperationOptions) ToOData ¶
func (o GetSiteItemsCountOperationOptions) ToOData() *odata.Query
func (GetSiteItemsCountOperationOptions) ToQuery ¶
func (o GetSiteItemsCountOperationOptions) ToQuery() *client.QueryParams
type ListSiteItemsCustomPager ¶
func (*ListSiteItemsCustomPager) NextPageLink ¶
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 (o ListSiteItemsOperationOptions) ToHeaders() *client.Headers
func (ListSiteItemsOperationOptions) ToOData ¶
func (o ListSiteItemsOperationOptions) ToOData() *odata.Query
func (ListSiteItemsOperationOptions) ToQuery ¶
func (o ListSiteItemsOperationOptions) ToQuery() *client.QueryParams
type SiteItemClient ¶
func NewSiteItemClientWithBaseURI ¶
func NewSiteItemClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteItemClient, error)
func (SiteItemClient) GetSiteItem ¶
func (c SiteItemClient) GetSiteItem(ctx context.Context, id beta.GroupIdSiteIdItemId, options GetSiteItemOperationOptions) (result GetSiteItemOperationResponse, err error)
GetSiteItem - Get items from groups. Used to address any item contained in this site. This collection can't be enumerated.
func (SiteItemClient) GetSiteItemsCount ¶
func (c SiteItemClient) GetSiteItemsCount(ctx context.Context, id beta.GroupIdSiteId, options GetSiteItemsCountOperationOptions) (result GetSiteItemsCountOperationResponse, err error)
GetSiteItemsCount - Get the number of the resource
func (SiteItemClient) ListSiteItems ¶
func (c SiteItemClient) ListSiteItems(ctx context.Context, id beta.GroupIdSiteId, options ListSiteItemsOperationOptions) (result ListSiteItemsOperationResponse, err error)
ListSiteItems - Get items from groups. Used to address any item contained in this site. This collection can't be enumerated.
func (SiteItemClient) ListSiteItemsComplete ¶
func (c SiteItemClient) ListSiteItemsComplete(ctx context.Context, id beta.GroupIdSiteId, options ListSiteItemsOperationOptions) (ListSiteItemsCompleteResult, error)
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
Click to show internal directories.
Click to hide internal directories.