Documentation ¶
Index ¶
- type TermStoreRequestBuilder
- func (m *TermStoreRequestBuilder) CreateDeleteRequestInformation(options *TermStoreRequestBuilderDeleteOptions) (...)
- func (m *TermStoreRequestBuilder) CreateGetRequestInformation(options *TermStoreRequestBuilderGetOptions) (...)
- func (m *TermStoreRequestBuilder) CreatePatchRequestInformation(options *TermStoreRequestBuilderPatchOptions) (...)
- func (m *TermStoreRequestBuilder) Delete(options *TermStoreRequestBuilderDeleteOptions) error
- func (m *TermStoreRequestBuilder) Get(options *TermStoreRequestBuilderGetOptions) (ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, ...)
- func (m *TermStoreRequestBuilder) Groups() ...
- func (m *TermStoreRequestBuilder) GroupsById(id string) ...
- func (m *TermStoreRequestBuilder) Patch(options *TermStoreRequestBuilderPatchOptions) error
- func (m *TermStoreRequestBuilder) Sets() ...
- func (m *TermStoreRequestBuilder) SetsById(id string) ...
- type TermStoreRequestBuilderDeleteOptions
- type TermStoreRequestBuilderGetOptions
- type TermStoreRequestBuilderGetQueryParameters
- type TermStoreRequestBuilderPatchOptions
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(options *TermStoreRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property termStore for sites
func (*TermStoreRequestBuilder) CreateGetRequestInformation ¶
func (m *TermStoreRequestBuilder) CreateGetRequestInformation(options *TermStoreRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the default termStore under this site.
func (*TermStoreRequestBuilder) CreatePatchRequestInformation ¶
func (m *TermStoreRequestBuilder) CreatePatchRequestInformation(options *TermStoreRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property termStore in sites
func (*TermStoreRequestBuilder) Delete ¶
func (m *TermStoreRequestBuilder) Delete(options *TermStoreRequestBuilderDeleteOptions) error
Delete delete navigation property termStore for sites
func (*TermStoreRequestBuilder) Get ¶
func (m *TermStoreRequestBuilder) Get(options *TermStoreRequestBuilderGetOptions) (ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable, error)
Get 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(options *TermStoreRequestBuilderPatchOptions) error
Patch 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 TermStoreRequestBuilderDeleteOptions ¶
type TermStoreRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
TermStoreRequestBuilderDeleteOptions options for Delete
type TermStoreRequestBuilderGetOptions ¶
type TermStoreRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *TermStoreRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
TermStoreRequestBuilderGetOptions options for Get
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 TermStoreRequestBuilderPatchOptions ¶
type TermStoreRequestBuilderPatchOptions struct { // Body ia3c27b33aa3d3ed80f9de797c48fbb8ed73f13887e301daf51f08450e9a634a3.Storeable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
TermStoreRequestBuilderPatchOptions options for Patch