Documentation
¶
Index ¶
- type CaseRequestBuilder
- func (m *CaseRequestBuilder) Close() ...
- func (m *CaseRequestBuilder) CreateDeleteRequestInformation(options *CaseRequestBuilderDeleteOptions) (...)
- func (m *CaseRequestBuilder) CreateGetRequestInformation(options *CaseRequestBuilderGetOptions) (...)
- func (m *CaseRequestBuilder) CreatePatchRequestInformation(options *CaseRequestBuilderPatchOptions) (...)
- func (m *CaseRequestBuilder) Custodians() ...
- func (m *CaseRequestBuilder) CustodiansById(id string) ...
- func (m *CaseRequestBuilder) Delete(options *CaseRequestBuilderDeleteOptions) error
- func (m *CaseRequestBuilder) Get(options *CaseRequestBuilderGetOptions) (...)
- func (m *CaseRequestBuilder) LegalHolds() ...
- func (m *CaseRequestBuilder) LegalHoldsById(id string) ...
- func (m *CaseRequestBuilder) NoncustodialDataSources() ...
- func (m *CaseRequestBuilder) NoncustodialDataSourcesById(id string) ...
- func (m *CaseRequestBuilder) Operations() ...
- func (m *CaseRequestBuilder) OperationsById(id string) ...
- func (m *CaseRequestBuilder) Patch(options *CaseRequestBuilderPatchOptions) error
- func (m *CaseRequestBuilder) Reopen() ...
- func (m *CaseRequestBuilder) ReviewSets() ...
- func (m *CaseRequestBuilder) ReviewSetsById(id string) ...
- func (m *CaseRequestBuilder) Settings() ...
- func (m *CaseRequestBuilder) SourceCollections() ...
- func (m *CaseRequestBuilder) SourceCollectionsById(id string) ...
- func (m *CaseRequestBuilder) Tags() ...
- func (m *CaseRequestBuilder) TagsById(id string) ...
- type CaseRequestBuilderDeleteOptions
- type CaseRequestBuilderGetOptions
- type CaseRequestBuilderGetQueryParameters
- type CaseRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaseRequestBuilder ¶
type CaseRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \compliance\ediscovery\cases\{case-id}
func NewCaseRequestBuilder ¶
func NewCaseRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CaseRequestBuilder
Instantiates a new CaseRequestBuilder 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 NewCaseRequestBuilderInternal ¶
func NewCaseRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CaseRequestBuilder
Instantiates a new CaseRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*CaseRequestBuilder) CreateDeleteRequestInformation ¶
func (m *CaseRequestBuilder) CreateDeleteRequestInformation(options *CaseRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Delete navigation property cases for compliance Parameters:
- options : Options for the request
func (*CaseRequestBuilder) CreateGetRequestInformation ¶
func (m *CaseRequestBuilder) CreateGetRequestInformation(options *CaseRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Get cases from compliance Parameters:
- options : Options for the request
func (*CaseRequestBuilder) CreatePatchRequestInformation ¶
func (m *CaseRequestBuilder) CreatePatchRequestInformation(options *CaseRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Update the navigation property cases in compliance Parameters:
- options : Options for the request
func (*CaseRequestBuilder) Custodians ¶
func (*CaseRequestBuilder) CustodiansById ¶
func (m *CaseRequestBuilder) CustodiansById(id string) *i708067d6776642a4aacabd9ea917f6b8275a1f15cc6c35141c931aff1bb42156.CustodianRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.compliance.ediscovery.cases.item.custodians.item collection Parameters:
- id : Unique identifier of the item
func (*CaseRequestBuilder) Delete ¶
func (m *CaseRequestBuilder) Delete(options *CaseRequestBuilderDeleteOptions) error
Delete navigation property cases for compliance Parameters:
- options : Options for the request
func (*CaseRequestBuilder) Get ¶
func (m *CaseRequestBuilder) Get(options *CaseRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Case_escaped, error)
Get cases from compliance Parameters:
- options : Options for the request
func (*CaseRequestBuilder) LegalHolds ¶
func (*CaseRequestBuilder) LegalHoldsById ¶
func (m *CaseRequestBuilder) LegalHoldsById(id string) *i5678950134df902871479649dcc98de02d8e2edbecbc25c3b5a5907ca1b9115c.LegalHoldRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.compliance.ediscovery.cases.item.legalHolds.item collection Parameters:
- id : Unique identifier of the item
func (*CaseRequestBuilder) NoncustodialDataSources ¶
func (m *CaseRequestBuilder) NoncustodialDataSources() *i077b9469338cd6fe76c9dfeda6243e6b5d520b8243a664903766f7f5af28b90b.NoncustodialDataSourcesRequestBuilder
func (*CaseRequestBuilder) NoncustodialDataSourcesById ¶
func (m *CaseRequestBuilder) NoncustodialDataSourcesById(id string) *id76a53de1db93f10adcd7de19ca0e597fc304ca23f5ac8d9324d16ffb3e4b578.NoncustodialDataSourceRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.compliance.ediscovery.cases.item.noncustodialDataSources.item collection Parameters:
- id : Unique identifier of the item
func (*CaseRequestBuilder) Operations ¶
func (*CaseRequestBuilder) OperationsById ¶
func (m *CaseRequestBuilder) OperationsById(id string) *iea59213ebdd82950a7fb82ce688e93cf81050dcc2c557572cf5940d272df5ed0.CaseOperationRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.compliance.ediscovery.cases.item.operations.item collection Parameters:
- id : Unique identifier of the item
func (*CaseRequestBuilder) Patch ¶
func (m *CaseRequestBuilder) Patch(options *CaseRequestBuilderPatchOptions) error
Update the navigation property cases in compliance Parameters:
- options : Options for the request
func (*CaseRequestBuilder) ReviewSets ¶
func (*CaseRequestBuilder) ReviewSetsById ¶
func (m *CaseRequestBuilder) ReviewSetsById(id string) *i25a74a234f89f3c7d72202262fe2486f396192162bfd2ddaaa38419906519095.ReviewSetRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.compliance.ediscovery.cases.item.reviewSets.item collection Parameters:
- id : Unique identifier of the item
func (*CaseRequestBuilder) SourceCollections ¶
func (m *CaseRequestBuilder) SourceCollections() *id798b04ba84cb0cb17a30b9cd4e27f23d7cfd2716289b8db290b971dcf198c87.SourceCollectionsRequestBuilder
func (*CaseRequestBuilder) SourceCollectionsById ¶
func (m *CaseRequestBuilder) SourceCollectionsById(id string) *if85e073d14e518a57564e86e007651fd9029f94947d243843900ea08d7231ec7.SourceCollectionRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.compliance.ediscovery.cases.item.sourceCollections.item collection Parameters:
- id : Unique identifier of the item
func (*CaseRequestBuilder) TagsById ¶
func (m *CaseRequestBuilder) TagsById(id string) *i446437d64b3005964e44a434329d694612081d1ce27e8660be0424dbabd26dee.TagRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.compliance.ediscovery.cases.item.tags.item collection Parameters:
- id : Unique identifier of the item
type CaseRequestBuilderDeleteOptions ¶
type CaseRequestBuilderDeleteOptions 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 CaseRequestBuilderGetOptions ¶
type CaseRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *CaseRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Options for Get
type CaseRequestBuilderGetQueryParameters ¶
type CaseRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select_escaped []string
}
Get cases from compliance
type CaseRequestBuilderPatchOptions ¶
type CaseRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Case_escaped
// 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