Documentation ¶
Index ¶
- type ParentGroupRequestBuilder
- func (m *ParentGroupRequestBuilder) CreateDeleteRequestInformation(options *ParentGroupRequestBuilderDeleteOptions) (...)
- func (m *ParentGroupRequestBuilder) CreateGetRequestInformation(options *ParentGroupRequestBuilderGetOptions) (...)
- func (m *ParentGroupRequestBuilder) CreatePatchRequestInformation(options *ParentGroupRequestBuilderPatchOptions) (...)
- func (m *ParentGroupRequestBuilder) Delete(options *ParentGroupRequestBuilderDeleteOptions) error
- func (m *ParentGroupRequestBuilder) Get(options *ParentGroupRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Group, ...)
- func (m *ParentGroupRequestBuilder) Patch(options *ParentGroupRequestBuilderPatchOptions) error
- func (m *ParentGroupRequestBuilder) Sets() ...
- func (m *ParentGroupRequestBuilder) SetsById(id string) ...
- type ParentGroupRequestBuilderDeleteOptions
- type ParentGroupRequestBuilderGetOptions
- type ParentGroupRequestBuilderGetQueryParameters
- type ParentGroupRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParentGroupRequestBuilder ¶
type ParentGroupRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \sites\{site-id}\termStore\sets\{set-id}\parentGroup
func NewParentGroupRequestBuilder ¶
func NewParentGroupRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ParentGroupRequestBuilder
Instantiates a new ParentGroupRequestBuilder 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 NewParentGroupRequestBuilderInternal ¶
func NewParentGroupRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ParentGroupRequestBuilder
Instantiates a new ParentGroupRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*ParentGroupRequestBuilder) CreateDeleteRequestInformation ¶
func (m *ParentGroupRequestBuilder) CreateDeleteRequestInformation(options *ParentGroupRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The parent [group] that contains the set. Parameters:
- options : Options for the request
func (*ParentGroupRequestBuilder) CreateGetRequestInformation ¶
func (m *ParentGroupRequestBuilder) CreateGetRequestInformation(options *ParentGroupRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The parent [group] that contains the set. Parameters:
- options : Options for the request
func (*ParentGroupRequestBuilder) CreatePatchRequestInformation ¶
func (m *ParentGroupRequestBuilder) CreatePatchRequestInformation(options *ParentGroupRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The parent [group] that contains the set. Parameters:
- options : Options for the request
func (*ParentGroupRequestBuilder) Delete ¶
func (m *ParentGroupRequestBuilder) Delete(options *ParentGroupRequestBuilderDeleteOptions) error
The parent [group] that contains the set. Parameters:
- options : Options for the request
func (*ParentGroupRequestBuilder) Get ¶
func (m *ParentGroupRequestBuilder) Get(options *ParentGroupRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Group, error)
The parent [group] that contains the set. Parameters:
- options : Options for the request
func (*ParentGroupRequestBuilder) Patch ¶
func (m *ParentGroupRequestBuilder) Patch(options *ParentGroupRequestBuilderPatchOptions) error
The parent [group] that contains the set. Parameters:
- options : Options for the request
func (*ParentGroupRequestBuilder) SetsById ¶
func (m *ParentGroupRequestBuilder) SetsById(id string) *i07c679d5935e10d8aa0397aa234ec621d81c0e4c89a8a2085cd7e9c060b89da1.SetRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.sites.item.termStore.sets.item.parentGroup.sets.item collection Parameters:
- id : Unique identifier of the item
type ParentGroupRequestBuilderDeleteOptions ¶
type ParentGroupRequestBuilderDeleteOptions 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 ParentGroupRequestBuilderGetOptions ¶
type ParentGroupRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *ParentGroupRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Get
type ParentGroupRequestBuilderGetQueryParameters ¶
type ParentGroupRequestBuilderGetQueryParameters struct { ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
The parent [group] that contains the set.
type ParentGroupRequestBuilderPatchOptions ¶
type ParentGroupRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Group // 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