Documentation
¶
Index ¶
- type TermStoresRequestBuilder
- func (m *TermStoresRequestBuilder) Count() ...
- func (m *TermStoresRequestBuilder) CreateGetRequestInformation() (...)
- func (m *TermStoresRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *TermStoresRequestBuilderGetRequestConfiguration) (...)
- func (m *TermStoresRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *TermStoresRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *TermStoresRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *TermStoresRequestBuilder) Post(ctx context.Context, ...) (ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, ...)
- type TermStoresRequestBuilderGetQueryParameters
- type TermStoresRequestBuilderGetRequestConfiguration
- type TermStoresRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TermStoresRequestBuilder ¶
type TermStoresRequestBuilder struct {
// contains filtered or unexported fields
}
TermStoresRequestBuilder provides operations to manage the termStores property of the microsoft.graph.site entity.
func NewTermStoresRequestBuilder ¶
func NewTermStoresRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TermStoresRequestBuilder
NewTermStoresRequestBuilder instantiates a new TermStoresRequestBuilder and sets the default values.
func NewTermStoresRequestBuilderInternal ¶
func NewTermStoresRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TermStoresRequestBuilder
NewTermStoresRequestBuilderInternal instantiates a new TermStoresRequestBuilder and sets the default values.
func (*TermStoresRequestBuilder) Count ¶ added in v0.13.0
func (m *TermStoresRequestBuilder) Count() *i3d73e5736bd1c7bfa29ed159869eda2e11a651ceb2dd179dc0c76e6b4ce90c39.CountRequestBuilder
Count the Count property
func (*TermStoresRequestBuilder) CreateGetRequestInformation ¶
func (m *TermStoresRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the collection of termStores under this site.
func (*TermStoresRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TermStoresRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *TermStoresRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the collection of termStores under this site.
func (*TermStoresRequestBuilder) CreatePostRequestInformation ¶
func (m *TermStoresRequestBuilder) CreatePostRequestInformation(body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to termStores for sites
func (*TermStoresRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TermStoresRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, requestConfiguration *TermStoresRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to termStores for sites
func (*TermStoresRequestBuilder) Get ¶
func (m *TermStoresRequestBuilder) Get(ctx context.Context, requestConfiguration *TermStoresRequestBuilderGetRequestConfiguration) (ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.StoreCollectionResponseable, error)
Get the collection of termStores under this site.
func (*TermStoresRequestBuilder) Post ¶
func (m *TermStoresRequestBuilder) Post(ctx context.Context, body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, requestConfiguration *TermStoresRequestBuilderPostRequestConfiguration) (ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, error)
Post create new navigation property to termStores for sites
type TermStoresRequestBuilderGetQueryParameters ¶
type TermStoresRequestBuilderGetQueryParameters 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"`
}
TermStoresRequestBuilderGetQueryParameters the collection of termStores under this site.
type TermStoresRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type TermStoresRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *TermStoresRequestBuilderGetQueryParameters
}
TermStoresRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TermStoresRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type TermStoresRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
TermStoresRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.