Documentation ¶
Index ¶
- type ContentTypeOperationPredicate
- type GetSiteContentTypeBaseTypeOperationOptions
- type GetSiteContentTypeBaseTypeOperationResponse
- type GetSiteContentTypeBaseTypesCountOperationOptions
- type GetSiteContentTypeBaseTypesCountOperationResponse
- type ListSiteContentTypeBaseTypesCompleteResult
- type ListSiteContentTypeBaseTypesCustomPager
- type ListSiteContentTypeBaseTypesOperationOptions
- type ListSiteContentTypeBaseTypesOperationResponse
- type SiteContentTypeBaseTypeClient
- func (c SiteContentTypeBaseTypeClient) GetSiteContentTypeBaseType(ctx context.Context, id stable.GroupIdSiteIdContentTypeIdBaseTypeId, ...) (result GetSiteContentTypeBaseTypeOperationResponse, err error)
- func (c SiteContentTypeBaseTypeClient) GetSiteContentTypeBaseTypesCount(ctx context.Context, id stable.GroupIdSiteIdContentTypeId, ...) (result GetSiteContentTypeBaseTypesCountOperationResponse, err error)
- func (c SiteContentTypeBaseTypeClient) ListSiteContentTypeBaseTypes(ctx context.Context, id stable.GroupIdSiteIdContentTypeId, ...) (result ListSiteContentTypeBaseTypesOperationResponse, err error)
- func (c SiteContentTypeBaseTypeClient) ListSiteContentTypeBaseTypesComplete(ctx context.Context, id stable.GroupIdSiteIdContentTypeId, ...) (ListSiteContentTypeBaseTypesCompleteResult, error)
- func (c SiteContentTypeBaseTypeClient) ListSiteContentTypeBaseTypesCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdSiteIdContentTypeId, ...) (result ListSiteContentTypeBaseTypesCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentTypeOperationPredicate ¶
type ContentTypeOperationPredicate struct { }
func (ContentTypeOperationPredicate) Matches ¶
func (p ContentTypeOperationPredicate) Matches(input stable.ContentType) bool
type GetSiteContentTypeBaseTypeOperationOptions ¶
type GetSiteContentTypeBaseTypeOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetSiteContentTypeBaseTypeOperationOptions ¶
func DefaultGetSiteContentTypeBaseTypeOperationOptions() GetSiteContentTypeBaseTypeOperationOptions
func (GetSiteContentTypeBaseTypeOperationOptions) ToHeaders ¶
func (o GetSiteContentTypeBaseTypeOperationOptions) ToHeaders() *client.Headers
func (GetSiteContentTypeBaseTypeOperationOptions) ToOData ¶
func (o GetSiteContentTypeBaseTypeOperationOptions) ToOData() *odata.Query
func (GetSiteContentTypeBaseTypeOperationOptions) ToQuery ¶
func (o GetSiteContentTypeBaseTypeOperationOptions) ToQuery() *client.QueryParams
type GetSiteContentTypeBaseTypesCountOperationOptions ¶
type GetSiteContentTypeBaseTypesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetSiteContentTypeBaseTypesCountOperationOptions ¶
func DefaultGetSiteContentTypeBaseTypesCountOperationOptions() GetSiteContentTypeBaseTypesCountOperationOptions
func (GetSiteContentTypeBaseTypesCountOperationOptions) ToHeaders ¶
func (o GetSiteContentTypeBaseTypesCountOperationOptions) ToHeaders() *client.Headers
func (GetSiteContentTypeBaseTypesCountOperationOptions) ToOData ¶
func (o GetSiteContentTypeBaseTypesCountOperationOptions) ToOData() *odata.Query
func (GetSiteContentTypeBaseTypesCountOperationOptions) ToQuery ¶
func (o GetSiteContentTypeBaseTypesCountOperationOptions) ToQuery() *client.QueryParams
type ListSiteContentTypeBaseTypesCompleteResult ¶
type ListSiteContentTypeBaseTypesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.ContentType }
type ListSiteContentTypeBaseTypesCustomPager ¶
type ListSiteContentTypeBaseTypesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListSiteContentTypeBaseTypesCustomPager) NextPageLink ¶
func (p *ListSiteContentTypeBaseTypesCustomPager) NextPageLink() *odata.Link
type ListSiteContentTypeBaseTypesOperationOptions ¶
type ListSiteContentTypeBaseTypesOperationOptions 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 DefaultListSiteContentTypeBaseTypesOperationOptions ¶
func DefaultListSiteContentTypeBaseTypesOperationOptions() ListSiteContentTypeBaseTypesOperationOptions
func (ListSiteContentTypeBaseTypesOperationOptions) ToHeaders ¶
func (o ListSiteContentTypeBaseTypesOperationOptions) ToHeaders() *client.Headers
func (ListSiteContentTypeBaseTypesOperationOptions) ToOData ¶
func (o ListSiteContentTypeBaseTypesOperationOptions) ToOData() *odata.Query
func (ListSiteContentTypeBaseTypesOperationOptions) ToQuery ¶
func (o ListSiteContentTypeBaseTypesOperationOptions) ToQuery() *client.QueryParams
type SiteContentTypeBaseTypeClient ¶
func NewSiteContentTypeBaseTypeClientWithBaseURI ¶
func NewSiteContentTypeBaseTypeClientWithBaseURI(sdkApi sdkEnv.Api) (*SiteContentTypeBaseTypeClient, error)
func (SiteContentTypeBaseTypeClient) GetSiteContentTypeBaseType ¶
func (c SiteContentTypeBaseTypeClient) GetSiteContentTypeBaseType(ctx context.Context, id stable.GroupIdSiteIdContentTypeIdBaseTypeId, options GetSiteContentTypeBaseTypeOperationOptions) (result GetSiteContentTypeBaseTypeOperationResponse, err error)
GetSiteContentTypeBaseType - Get baseTypes from groups. The collection of content types that are ancestors of this content type.
func (SiteContentTypeBaseTypeClient) GetSiteContentTypeBaseTypesCount ¶
func (c SiteContentTypeBaseTypeClient) GetSiteContentTypeBaseTypesCount(ctx context.Context, id stable.GroupIdSiteIdContentTypeId, options GetSiteContentTypeBaseTypesCountOperationOptions) (result GetSiteContentTypeBaseTypesCountOperationResponse, err error)
GetSiteContentTypeBaseTypesCount - Get the number of the resource
func (SiteContentTypeBaseTypeClient) ListSiteContentTypeBaseTypes ¶
func (c SiteContentTypeBaseTypeClient) ListSiteContentTypeBaseTypes(ctx context.Context, id stable.GroupIdSiteIdContentTypeId, options ListSiteContentTypeBaseTypesOperationOptions) (result ListSiteContentTypeBaseTypesOperationResponse, err error)
ListSiteContentTypeBaseTypes - Get baseTypes from groups. The collection of content types that are ancestors of this content type.
func (SiteContentTypeBaseTypeClient) ListSiteContentTypeBaseTypesComplete ¶
func (c SiteContentTypeBaseTypeClient) ListSiteContentTypeBaseTypesComplete(ctx context.Context, id stable.GroupIdSiteIdContentTypeId, options ListSiteContentTypeBaseTypesOperationOptions) (ListSiteContentTypeBaseTypesCompleteResult, error)
ListSiteContentTypeBaseTypesComplete retrieves all the results into a single object
func (SiteContentTypeBaseTypeClient) ListSiteContentTypeBaseTypesCompleteMatchingPredicate ¶
func (c SiteContentTypeBaseTypeClient) ListSiteContentTypeBaseTypesCompleteMatchingPredicate(ctx context.Context, id stable.GroupIdSiteIdContentTypeId, options ListSiteContentTypeBaseTypesOperationOptions, predicate ContentTypeOperationPredicate) (result ListSiteContentTypeBaseTypesCompleteResult, err error)
ListSiteContentTypeBaseTypesCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.