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) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Store, ...)
- 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
}
Builds and executes requests for operations under \sites\{site-id}\termStore
func NewTermStoreRequestBuilder ¶
func NewTermStoreRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TermStoreRequestBuilder
Instantiates a new TermStoreRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewTermStoreRequestBuilderInternal ¶
func NewTermStoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TermStoreRequestBuilder
Instantiates a new TermStoreRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*TermStoreRequestBuilder) CreateDeleteRequestInformation ¶
func (m *TermStoreRequestBuilder) CreateDeleteRequestInformation(options *TermStoreRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The default termStore under this site. Parameters:
- options : Options for the request
func (*TermStoreRequestBuilder) CreateGetRequestInformation ¶
func (m *TermStoreRequestBuilder) CreateGetRequestInformation(options *TermStoreRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The default termStore under this site. Parameters:
- options : Options for the request
func (*TermStoreRequestBuilder) CreatePatchRequestInformation ¶
func (m *TermStoreRequestBuilder) CreatePatchRequestInformation(options *TermStoreRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The default termStore under this site. Parameters:
- options : Options for the request
func (*TermStoreRequestBuilder) Delete ¶
func (m *TermStoreRequestBuilder) Delete(options *TermStoreRequestBuilderDeleteOptions) error
The default termStore under this site. Parameters:
- options : Options for the request
func (*TermStoreRequestBuilder) Get ¶
func (m *TermStoreRequestBuilder) Get(options *TermStoreRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Store, error)
The default termStore under this site. Parameters:
- options : Options for the request
func (*TermStoreRequestBuilder) GroupsById ¶
func (m *TermStoreRequestBuilder) GroupsById(id string) *i48733a2ec09122d42c9462e7a9f1da6b9e730ecb166ca81ee7b3abc4aa6dda9d.GroupRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.termStore.groups.item collection Parameters:
- id : Unique identifier of the item
func (*TermStoreRequestBuilder) Patch ¶
func (m *TermStoreRequestBuilder) Patch(options *TermStoreRequestBuilderPatchOptions) error
The default termStore under this site. Parameters:
- options : Options for the request
func (*TermStoreRequestBuilder) SetsById ¶
func (m *TermStoreRequestBuilder) SetsById(id string) *i619b375874405f8a48a2830bcc3f479ceef5c227f0ff2205d5561454de690fef.SetRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.termStore.sets.item collection Parameters:
- id : Unique identifier of the item
type TermStoreRequestBuilderDeleteOptions ¶
type TermStoreRequestBuilderDeleteOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Delete
type TermStoreRequestBuilderGetOptions ¶
type TermStoreRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *TermStoreRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Get
type TermStoreRequestBuilderGetQueryParameters ¶
type TermStoreRequestBuilderGetQueryParameters struct { ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
The default termStore under this site.
type TermStoreRequestBuilderPatchOptions ¶
type TermStoreRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Store // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Patch