Documentation
¶
Index ¶
- type ColumnLinkOperationPredicate
- type CreateSiteContentTypeColumnLinkOperationOptions
- type CreateSiteContentTypeColumnLinkOperationResponse
- type DeleteSiteContentTypeColumnLinkOperationOptions
- type DeleteSiteContentTypeColumnLinkOperationResponse
- type GetSiteContentTypeColumnLinkOperationOptions
- type GetSiteContentTypeColumnLinkOperationResponse
- type GetSiteContentTypeColumnLinksCountOperationOptions
- type GetSiteContentTypeColumnLinksCountOperationResponse
- type ListSiteContentTypeColumnLinksCompleteResult
- type ListSiteContentTypeColumnLinksCustomPager
- type ListSiteContentTypeColumnLinksOperationOptions
- type ListSiteContentTypeColumnLinksOperationResponse
- type SiteContentTypeColumnLinkClient
- func (c SiteContentTypeColumnLinkClient) CreateSiteContentTypeColumnLink(ctx context.Context, id beta.GroupIdSiteIdContentTypeId, input beta.ColumnLink, ...) (result CreateSiteContentTypeColumnLinkOperationResponse, err error)
- func (c SiteContentTypeColumnLinkClient) DeleteSiteContentTypeColumnLink(ctx context.Context, id beta.GroupIdSiteIdContentTypeIdColumnLinkId, ...) (result DeleteSiteContentTypeColumnLinkOperationResponse, err error)
- func (c SiteContentTypeColumnLinkClient) GetSiteContentTypeColumnLink(ctx context.Context, id beta.GroupIdSiteIdContentTypeIdColumnLinkId, ...) (result GetSiteContentTypeColumnLinkOperationResponse, err error)
- func (c SiteContentTypeColumnLinkClient) GetSiteContentTypeColumnLinksCount(ctx context.Context, id beta.GroupIdSiteIdContentTypeId, ...) (result GetSiteContentTypeColumnLinksCountOperationResponse, err error)
- func (c SiteContentTypeColumnLinkClient) ListSiteContentTypeColumnLinks(ctx context.Context, id beta.GroupIdSiteIdContentTypeId, ...) (result ListSiteContentTypeColumnLinksOperationResponse, err error)
- func (c SiteContentTypeColumnLinkClient) ListSiteContentTypeColumnLinksComplete(ctx context.Context, id beta.GroupIdSiteIdContentTypeId, ...) (ListSiteContentTypeColumnLinksCompleteResult, error)
- func (c SiteContentTypeColumnLinkClient) ListSiteContentTypeColumnLinksCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteIdContentTypeId, ...) (result ListSiteContentTypeColumnLinksCompleteResult, err error)
- func (c SiteContentTypeColumnLinkClient) UpdateSiteContentTypeColumnLink(ctx context.Context, id beta.GroupIdSiteIdContentTypeIdColumnLinkId, ...) (result UpdateSiteContentTypeColumnLinkOperationResponse, err error)
- type UpdateSiteContentTypeColumnLinkOperationOptions
- type UpdateSiteContentTypeColumnLinkOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnLinkOperationPredicate ¶
type ColumnLinkOperationPredicate struct { }
func (ColumnLinkOperationPredicate) Matches ¶
func (p ColumnLinkOperationPredicate) Matches(input beta.ColumnLink) bool
type CreateSiteContentTypeColumnLinkOperationOptions ¶
type CreateSiteContentTypeColumnLinkOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateSiteContentTypeColumnLinkOperationOptions ¶
func DefaultCreateSiteContentTypeColumnLinkOperationOptions() CreateSiteContentTypeColumnLinkOperationOptions
func (CreateSiteContentTypeColumnLinkOperationOptions) ToHeaders ¶
func (o CreateSiteContentTypeColumnLinkOperationOptions) ToHeaders() *client.Headers
func (CreateSiteContentTypeColumnLinkOperationOptions) ToOData ¶
func (o CreateSiteContentTypeColumnLinkOperationOptions) ToOData() *odata.Query
func (CreateSiteContentTypeColumnLinkOperationOptions) ToQuery ¶
func (o CreateSiteContentTypeColumnLinkOperationOptions) ToQuery() *client.QueryParams
type DeleteSiteContentTypeColumnLinkOperationOptions ¶
type DeleteSiteContentTypeColumnLinkOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteSiteContentTypeColumnLinkOperationOptions ¶
func DefaultDeleteSiteContentTypeColumnLinkOperationOptions() DeleteSiteContentTypeColumnLinkOperationOptions
func (DeleteSiteContentTypeColumnLinkOperationOptions) ToHeaders ¶
func (o DeleteSiteContentTypeColumnLinkOperationOptions) ToHeaders() *client.Headers
func (DeleteSiteContentTypeColumnLinkOperationOptions) ToOData ¶
func (o DeleteSiteContentTypeColumnLinkOperationOptions) ToOData() *odata.Query
func (DeleteSiteContentTypeColumnLinkOperationOptions) ToQuery ¶
func (o DeleteSiteContentTypeColumnLinkOperationOptions) ToQuery() *client.QueryParams
type GetSiteContentTypeColumnLinkOperationOptions ¶
type GetSiteContentTypeColumnLinkOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSiteContentTypeColumnLinkOperationOptions ¶
func DefaultGetSiteContentTypeColumnLinkOperationOptions() GetSiteContentTypeColumnLinkOperationOptions
func (GetSiteContentTypeColumnLinkOperationOptions) ToHeaders ¶
func (o GetSiteContentTypeColumnLinkOperationOptions) ToHeaders() *client.Headers
func (GetSiteContentTypeColumnLinkOperationOptions) ToOData ¶
func (o GetSiteContentTypeColumnLinkOperationOptions) ToOData() *odata.Query
func (GetSiteContentTypeColumnLinkOperationOptions) ToQuery ¶
func (o GetSiteContentTypeColumnLinkOperationOptions) ToQuery() *client.QueryParams
type GetSiteContentTypeColumnLinksCountOperationOptions ¶
type GetSiteContentTypeColumnLinksCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetSiteContentTypeColumnLinksCountOperationOptions ¶
func DefaultGetSiteContentTypeColumnLinksCountOperationOptions() GetSiteContentTypeColumnLinksCountOperationOptions
func (GetSiteContentTypeColumnLinksCountOperationOptions) ToHeaders ¶
func (o GetSiteContentTypeColumnLinksCountOperationOptions) ToHeaders() *client.Headers
func (GetSiteContentTypeColumnLinksCountOperationOptions) ToOData ¶
func (o GetSiteContentTypeColumnLinksCountOperationOptions) ToOData() *odata.Query
func (GetSiteContentTypeColumnLinksCountOperationOptions) ToQuery ¶
func (o GetSiteContentTypeColumnLinksCountOperationOptions) ToQuery() *client.QueryParams
type ListSiteContentTypeColumnLinksCompleteResult ¶
type ListSiteContentTypeColumnLinksCompleteResult struct { LatestHttpResponse *http.Response Items []beta.ColumnLink }
type ListSiteContentTypeColumnLinksCustomPager ¶
type ListSiteContentTypeColumnLinksCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListSiteContentTypeColumnLinksCustomPager) NextPageLink ¶
func (p *ListSiteContentTypeColumnLinksCustomPager) NextPageLink() *odata.Link
type ListSiteContentTypeColumnLinksOperationOptions ¶
type ListSiteContentTypeColumnLinksOperationOptions 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 DefaultListSiteContentTypeColumnLinksOperationOptions ¶
func DefaultListSiteContentTypeColumnLinksOperationOptions() ListSiteContentTypeColumnLinksOperationOptions
func (ListSiteContentTypeColumnLinksOperationOptions) ToHeaders ¶
func (o ListSiteContentTypeColumnLinksOperationOptions) ToHeaders() *client.Headers
func (ListSiteContentTypeColumnLinksOperationOptions) ToOData ¶
func (o ListSiteContentTypeColumnLinksOperationOptions) ToOData() *odata.Query
func (ListSiteContentTypeColumnLinksOperationOptions) ToQuery ¶
func (o ListSiteContentTypeColumnLinksOperationOptions) ToQuery() *client.QueryParams
type SiteContentTypeColumnLinkClient ¶
func NewSiteContentTypeColumnLinkClientWithBaseURI ¶
func NewSiteContentTypeColumnLinkClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteContentTypeColumnLinkClient, error)
func (SiteContentTypeColumnLinkClient) CreateSiteContentTypeColumnLink ¶
func (c SiteContentTypeColumnLinkClient) CreateSiteContentTypeColumnLink(ctx context.Context, id beta.GroupIdSiteIdContentTypeId, input beta.ColumnLink, options CreateSiteContentTypeColumnLinkOperationOptions) (result CreateSiteContentTypeColumnLinkOperationResponse, err error)
CreateSiteContentTypeColumnLink - Create new navigation property to columnLinks for groups
func (SiteContentTypeColumnLinkClient) DeleteSiteContentTypeColumnLink ¶
func (c SiteContentTypeColumnLinkClient) DeleteSiteContentTypeColumnLink(ctx context.Context, id beta.GroupIdSiteIdContentTypeIdColumnLinkId, options DeleteSiteContentTypeColumnLinkOperationOptions) (result DeleteSiteContentTypeColumnLinkOperationResponse, err error)
DeleteSiteContentTypeColumnLink - Delete navigation property columnLinks for groups
func (SiteContentTypeColumnLinkClient) GetSiteContentTypeColumnLink ¶
func (c SiteContentTypeColumnLinkClient) GetSiteContentTypeColumnLink(ctx context.Context, id beta.GroupIdSiteIdContentTypeIdColumnLinkId, options GetSiteContentTypeColumnLinkOperationOptions) (result GetSiteContentTypeColumnLinkOperationResponse, err error)
GetSiteContentTypeColumnLink - Get columnLinks from groups. The collection of columns that are required by this content type.
func (SiteContentTypeColumnLinkClient) GetSiteContentTypeColumnLinksCount ¶
func (c SiteContentTypeColumnLinkClient) GetSiteContentTypeColumnLinksCount(ctx context.Context, id beta.GroupIdSiteIdContentTypeId, options GetSiteContentTypeColumnLinksCountOperationOptions) (result GetSiteContentTypeColumnLinksCountOperationResponse, err error)
GetSiteContentTypeColumnLinksCount - Get the number of the resource
func (SiteContentTypeColumnLinkClient) ListSiteContentTypeColumnLinks ¶
func (c SiteContentTypeColumnLinkClient) ListSiteContentTypeColumnLinks(ctx context.Context, id beta.GroupIdSiteIdContentTypeId, options ListSiteContentTypeColumnLinksOperationOptions) (result ListSiteContentTypeColumnLinksOperationResponse, err error)
ListSiteContentTypeColumnLinks - Get columnLinks from groups. The collection of columns that are required by this content type.
func (SiteContentTypeColumnLinkClient) ListSiteContentTypeColumnLinksComplete ¶
func (c SiteContentTypeColumnLinkClient) ListSiteContentTypeColumnLinksComplete(ctx context.Context, id beta.GroupIdSiteIdContentTypeId, options ListSiteContentTypeColumnLinksOperationOptions) (ListSiteContentTypeColumnLinksCompleteResult, error)
ListSiteContentTypeColumnLinksComplete retrieves all the results into a single object
func (SiteContentTypeColumnLinkClient) ListSiteContentTypeColumnLinksCompleteMatchingPredicate ¶
func (c SiteContentTypeColumnLinkClient) ListSiteContentTypeColumnLinksCompleteMatchingPredicate(ctx context.Context, id beta.GroupIdSiteIdContentTypeId, options ListSiteContentTypeColumnLinksOperationOptions, predicate ColumnLinkOperationPredicate) (result ListSiteContentTypeColumnLinksCompleteResult, err error)
ListSiteContentTypeColumnLinksCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SiteContentTypeColumnLinkClient) UpdateSiteContentTypeColumnLink ¶
func (c SiteContentTypeColumnLinkClient) UpdateSiteContentTypeColumnLink(ctx context.Context, id beta.GroupIdSiteIdContentTypeIdColumnLinkId, input beta.ColumnLink, options UpdateSiteContentTypeColumnLinkOperationOptions) (result UpdateSiteContentTypeColumnLinkOperationResponse, err error)
UpdateSiteContentTypeColumnLink - Update the navigation property columnLinks in groups
type UpdateSiteContentTypeColumnLinkOperationOptions ¶
type UpdateSiteContentTypeColumnLinkOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateSiteContentTypeColumnLinkOperationOptions ¶
func DefaultUpdateSiteContentTypeColumnLinkOperationOptions() UpdateSiteContentTypeColumnLinkOperationOptions
func (UpdateSiteContentTypeColumnLinkOperationOptions) ToHeaders ¶
func (o UpdateSiteContentTypeColumnLinkOperationOptions) ToHeaders() *client.Headers
func (UpdateSiteContentTypeColumnLinkOperationOptions) ToOData ¶
func (o UpdateSiteContentTypeColumnLinkOperationOptions) ToOData() *odata.Query
func (UpdateSiteContentTypeColumnLinkOperationOptions) ToQuery ¶
func (o UpdateSiteContentTypeColumnLinkOperationOptions) ToQuery() *client.QueryParams