Documentation ¶
Index ¶
- type TermStoreRequestBuilder
- func (m *TermStoreRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *TermStoreRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *TermStoreRequestBuilderDeleteRequestConfiguration) (...)
- func (m *TermStoreRequestBuilder) CreateGetRequestInformation() (...)
- func (m *TermStoreRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *TermStoreRequestBuilderGetRequestConfiguration) (...)
- func (m *TermStoreRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *TermStoreRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *TermStoreRequestBuilder) Delete() error
- func (m *TermStoreRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *TermStoreRequestBuilderDeleteRequestConfiguration, ...) error
- func (m *TermStoreRequestBuilder) Get() (ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, ...)
- func (m *TermStoreRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *TermStoreRequestBuilderGetRequestConfiguration, ...) (ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, ...)
- func (m *TermStoreRequestBuilder) Groups() ...
- func (m *TermStoreRequestBuilder) GroupsById(id string) ...
- func (m *TermStoreRequestBuilder) Patch(...) error
- func (m *TermStoreRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- func (m *TermStoreRequestBuilder) Sets() ...
- func (m *TermStoreRequestBuilder) SetsById(id string) ...
- type TermStoreRequestBuilderDeleteRequestConfiguration
- type TermStoreRequestBuilderGetQueryParameters
- type TermStoreRequestBuilderGetRequestConfiguration
- type TermStoreRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TermStoreRequestBuilder ¶
type TermStoreRequestBuilder struct {
// contains filtered or unexported fields
}
TermStoreRequestBuilder provides operations to manage the termStore property of the microsoft.graph.site entity.
func NewTermStoreRequestBuilder ¶
func NewTermStoreRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TermStoreRequestBuilder
NewTermStoreRequestBuilder instantiates a new TermStoreRequestBuilder and sets the default values.
func NewTermStoreRequestBuilderInternal ¶
func NewTermStoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TermStoreRequestBuilder
NewTermStoreRequestBuilderInternal instantiates a new TermStoreRequestBuilder and sets the default values.
func (*TermStoreRequestBuilder) CreateDeleteRequestInformation ¶
func (m *TermStoreRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property termStore for sites
func (*TermStoreRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TermStoreRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *TermStoreRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property termStore for sites
func (*TermStoreRequestBuilder) CreateGetRequestInformation ¶
func (m *TermStoreRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the default termStore under this site.
func (*TermStoreRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TermStoreRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *TermStoreRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the default termStore under this site.
func (*TermStoreRequestBuilder) CreatePatchRequestInformation ¶
func (m *TermStoreRequestBuilder) CreatePatchRequestInformation(body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property termStore in sites
func (*TermStoreRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TermStoreRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, requestConfiguration *TermStoreRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property termStore in sites
func (*TermStoreRequestBuilder) Delete ¶
func (m *TermStoreRequestBuilder) Delete() error
Delete delete navigation property termStore for sites
func (*TermStoreRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *TermStoreRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *TermStoreRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property termStore for sites
func (*TermStoreRequestBuilder) Get ¶
func (m *TermStoreRequestBuilder) Get() (ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, error)
Get the default termStore under this site.
func (*TermStoreRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *TermStoreRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *TermStoreRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, error)
GetWithRequestConfigurationAndResponseHandler the default termStore under this site.
func (*TermStoreRequestBuilder) Groups ¶
func (m *TermStoreRequestBuilder) Groups() *i94e3df8b0a254a0fef7a65f7cbfe92598b1244a4aa6d133096ee43e26c51ba83.GroupsRequestBuilder
Groups the groups property
func (*TermStoreRequestBuilder) GroupsById ¶
func (m *TermStoreRequestBuilder) GroupsById(id string) *i48733a2ec09122d42c9462e7a9f1da6b9e730ecb166ca81ee7b3abc4aa6dda9d.GroupItemRequestBuilder
GroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.termStore.groups.item collection
func (*TermStoreRequestBuilder) Patch ¶
func (m *TermStoreRequestBuilder) Patch(body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable) error
Patch update the navigation property termStore in sites
func (*TermStoreRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *TermStoreRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, requestConfiguration *TermStoreRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property termStore in sites
func (*TermStoreRequestBuilder) Sets ¶
func (m *TermStoreRequestBuilder) Sets() *i9c66c577a9424b767c16c7bd6f240fe77c582158fd3831451a8d57ea4b8be5e4.SetsRequestBuilder
Sets the sets property
func (*TermStoreRequestBuilder) SetsById ¶
func (m *TermStoreRequestBuilder) SetsById(id string) *i619b375874405f8a48a2830bcc3f479ceef5c227f0ff2205d5561454de690fef.SetItemRequestBuilder
SetsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.termStore.sets.item collection
type TermStoreRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type TermStoreRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
TermStoreRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TermStoreRequestBuilderGetQueryParameters ¶
type TermStoreRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
TermStoreRequestBuilderGetQueryParameters the default termStore under this site.
type TermStoreRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type TermStoreRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *TermStoreRequestBuilderGetQueryParameters }
TermStoreRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TermStoreRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type TermStoreRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
TermStoreRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.