Documentation
¶
Index ¶
- type StoreRequestBuilder
- func (m *StoreRequestBuilder) CreateDeleteRequestInformation(options *StoreRequestBuilderDeleteOptions) (...)
- func (m *StoreRequestBuilder) CreateGetRequestInformation(options *StoreRequestBuilderGetOptions) (...)
- func (m *StoreRequestBuilder) CreatePatchRequestInformation(options *StoreRequestBuilderPatchOptions) (...)
- func (m *StoreRequestBuilder) Delete(options *StoreRequestBuilderDeleteOptions) error
- func (m *StoreRequestBuilder) Get(options *StoreRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Store, ...)
- func (m *StoreRequestBuilder) Groups() ...
- func (m *StoreRequestBuilder) GroupsById(id string) ...
- func (m *StoreRequestBuilder) Patch(options *StoreRequestBuilderPatchOptions) error
- func (m *StoreRequestBuilder) Sets() ...
- func (m *StoreRequestBuilder) SetsById(id string) ...
- type StoreRequestBuilderDeleteOptions
- type StoreRequestBuilderGetOptions
- type StoreRequestBuilderGetQueryParameters
- type StoreRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StoreRequestBuilder ¶
type StoreRequestBuilder struct {
// contains filtered or unexported fields
}
StoreRequestBuilder builds and executes requests for operations under \sites\{site-id}\termStores\{store-id}
func NewStoreRequestBuilder ¶
func NewStoreRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *StoreRequestBuilder
NewStoreRequestBuilder instantiates a new StoreRequestBuilder and sets the default values.
func NewStoreRequestBuilderInternal ¶
func NewStoreRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *StoreRequestBuilder
NewStoreRequestBuilderInternal instantiates a new StoreRequestBuilder and sets the default values.
func (*StoreRequestBuilder) CreateDeleteRequestInformation ¶
func (m *StoreRequestBuilder) CreateDeleteRequestInformation(options *StoreRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the collection of termStores under this site.
func (*StoreRequestBuilder) CreateGetRequestInformation ¶
func (m *StoreRequestBuilder) CreateGetRequestInformation(options *StoreRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the collection of termStores under this site.
func (*StoreRequestBuilder) CreatePatchRequestInformation ¶
func (m *StoreRequestBuilder) CreatePatchRequestInformation(options *StoreRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the collection of termStores under this site.
func (*StoreRequestBuilder) Delete ¶
func (m *StoreRequestBuilder) Delete(options *StoreRequestBuilderDeleteOptions) error
Delete the collection of termStores under this site.
func (*StoreRequestBuilder) Get ¶
func (m *StoreRequestBuilder) Get(options *StoreRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Store, error)
Get the collection of termStores under this site.
func (*StoreRequestBuilder) GroupsById ¶
func (m *StoreRequestBuilder) GroupsById(id string) *iab727bf89f62d932b7d66fef22c81af81d898a18ffb7aff5b451ac7d9f07b34e.GroupRequestBuilder
GroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.termStores.item.groups.item collection
func (*StoreRequestBuilder) Patch ¶
func (m *StoreRequestBuilder) Patch(options *StoreRequestBuilderPatchOptions) error
Patch the collection of termStores under this site.
func (*StoreRequestBuilder) SetsById ¶
func (m *StoreRequestBuilder) SetsById(id string) *ib6b55dfc35d41e5306edb4c31882d97fa855e36e1f8d413bfb9bdb0f532f0d2c.SetRequestBuilder
SetsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.sites.item.termStores.item.sets.item collection
type StoreRequestBuilderDeleteOptions ¶
type StoreRequestBuilderDeleteOptions 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
}
StoreRequestBuilderDeleteOptions options for Delete
type StoreRequestBuilderGetOptions ¶
type StoreRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *StoreRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
StoreRequestBuilderGetOptions options for Get
type StoreRequestBuilderGetQueryParameters ¶
type StoreRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
StoreRequestBuilderGetQueryParameters the collection of termStores under this site.
type StoreRequestBuilderPatchOptions ¶
type StoreRequestBuilderPatchOptions 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
}
StoreRequestBuilderPatchOptions options for Patch