Documentation
¶
Index ¶
- type ContentTypesRequestBuilder
- func (m *ContentTypesRequestBuilder) AddCopy() ...
- func (m *ContentTypesRequestBuilder) AddCopyFromContentTypeHub() ...
- func (m *ContentTypesRequestBuilder) Count() ...
- func (m *ContentTypesRequestBuilder) CreateGetRequestInformation() (...)
- func (m *ContentTypesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ContentTypesRequestBuilderGetRequestConfiguration) (...)
- func (m *ContentTypesRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *ContentTypesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *ContentTypesRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ContentTypesRequestBuilder) GetCompatibleHubContentTypes() ...
- func (m *ContentTypesRequestBuilder) Post(ctx context.Context, ...) (...)
- type ContentTypesRequestBuilderGetQueryParameters
- type ContentTypesRequestBuilderGetRequestConfiguration
- type ContentTypesRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentTypesRequestBuilder ¶
type ContentTypesRequestBuilder struct {
// contains filtered or unexported fields
}
ContentTypesRequestBuilder provides operations to manage the contentTypes property of the microsoft.graph.site entity.
func NewContentTypesRequestBuilder ¶
func NewContentTypesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ContentTypesRequestBuilder
NewContentTypesRequestBuilder instantiates a new ContentTypesRequestBuilder and sets the default values.
func NewContentTypesRequestBuilderInternal ¶
func NewContentTypesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ContentTypesRequestBuilder
NewContentTypesRequestBuilderInternal instantiates a new ContentTypesRequestBuilder and sets the default values.
func (*ContentTypesRequestBuilder) AddCopy ¶
func (m *ContentTypesRequestBuilder) AddCopy() *if0f8a521900156e4f061916d36fc9ca484118489200e865c0eef4e6c7413644e.AddCopyRequestBuilder
AddCopy the addCopy property
func (*ContentTypesRequestBuilder) AddCopyFromContentTypeHub ¶ added in v0.22.0
func (m *ContentTypesRequestBuilder) AddCopyFromContentTypeHub() *i5b042a03453bc5fda4d4fdfef53c9efc5460ec0d4db923d4a10105c4746f253f.AddCopyFromContentTypeHubRequestBuilder
AddCopyFromContentTypeHub the addCopyFromContentTypeHub property
func (*ContentTypesRequestBuilder) Count ¶ added in v0.13.0
func (m *ContentTypesRequestBuilder) Count() *ibf44dc79d912b74065294cc9b04effdbe7f0cf362451c06d6d4ca2c44c851e85.CountRequestBuilder
Count the Count property
func (*ContentTypesRequestBuilder) CreateGetRequestInformation ¶
func (m *ContentTypesRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the collection of [contentType][contentType] resources in a [site][].
func (*ContentTypesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ContentTypesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ContentTypesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get the collection of [contentType][contentType] resources in a [site][].
func (*ContentTypesRequestBuilder) CreatePostRequestInformation ¶
func (m *ContentTypesRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create a new [contentType][] in a [site][].
func (*ContentTypesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ContentTypesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable, requestConfiguration *ContentTypesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create a new [contentType][] in a [site][].
func (*ContentTypesRequestBuilder) Get ¶
func (m *ContentTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *ContentTypesRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeCollectionResponseable, error)
Get get the collection of [contentType][contentType] resources in a [site][].
func (*ContentTypesRequestBuilder) GetCompatibleHubContentTypes ¶ added in v0.22.0
func (m *ContentTypesRequestBuilder) GetCompatibleHubContentTypes() *ibf4a662de558d1ed2ffdf39bfb885b5f9b94d5ce9077f3fc9dd5d65761fe26ec.GetCompatibleHubContentTypesRequestBuilder
GetCompatibleHubContentTypes provides operations to call the getCompatibleHubContentTypes method.
func (*ContentTypesRequestBuilder) Post ¶
func (m *ContentTypesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable, requestConfiguration *ContentTypesRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ContentTypeable, error)
Post create a new [contentType][] in a [site][].
type ContentTypesRequestBuilderGetQueryParameters ¶
type ContentTypesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
ContentTypesRequestBuilderGetQueryParameters get the collection of [contentType][contentType] resources in a [site][].
type ContentTypesRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type ContentTypesRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *ContentTypesRequestBuilderGetQueryParameters
}
ContentTypesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ContentTypesRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type ContentTypesRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
ContentTypesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.