Documentation
¶
Index ¶
- type TermsAndConditionsItemRequestBuilder
- func (m *TermsAndConditionsItemRequestBuilder) AcceptanceStatuses() ...
- func (m *TermsAndConditionsItemRequestBuilder) AcceptanceStatusesById(id string) ...
- func (m *TermsAndConditionsItemRequestBuilder) Assignments() ...
- func (m *TermsAndConditionsItemRequestBuilder) AssignmentsById(id string) ...
- func (m *TermsAndConditionsItemRequestBuilder) CreateDeleteRequestInformation(options *TermsAndConditionsItemRequestBuilderDeleteOptions) (...)
- func (m *TermsAndConditionsItemRequestBuilder) CreateGetRequestInformation(options *TermsAndConditionsItemRequestBuilderGetOptions) (...)
- func (m *TermsAndConditionsItemRequestBuilder) CreatePatchRequestInformation(options *TermsAndConditionsItemRequestBuilderPatchOptions) (...)
- func (m *TermsAndConditionsItemRequestBuilder) Delete(options *TermsAndConditionsItemRequestBuilderDeleteOptions) error
- func (m *TermsAndConditionsItemRequestBuilder) Get(options *TermsAndConditionsItemRequestBuilderGetOptions) (...)
- func (m *TermsAndConditionsItemRequestBuilder) Patch(options *TermsAndConditionsItemRequestBuilderPatchOptions) error
- type TermsAndConditionsItemRequestBuilderDeleteOptions
- type TermsAndConditionsItemRequestBuilderGetOptions
- type TermsAndConditionsItemRequestBuilderGetQueryParameters
- type TermsAndConditionsItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TermsAndConditionsItemRequestBuilder ¶ added in v0.12.0
type TermsAndConditionsItemRequestBuilder struct {
// contains filtered or unexported fields
}
TermsAndConditionsItemRequestBuilder provides operations to manage the termsAndConditions property of the microsoft.graph.deviceManagement entity.
func NewTermsAndConditionsItemRequestBuilder ¶ added in v0.12.0
func NewTermsAndConditionsItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TermsAndConditionsItemRequestBuilder
NewTermsAndConditionsItemRequestBuilder instantiates a new TermsAndConditionsItemRequestBuilder and sets the default values.
func NewTermsAndConditionsItemRequestBuilderInternal ¶ added in v0.12.0
func NewTermsAndConditionsItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TermsAndConditionsItemRequestBuilder
NewTermsAndConditionsItemRequestBuilderInternal instantiates a new TermsAndConditionsItemRequestBuilder and sets the default values.
func (*TermsAndConditionsItemRequestBuilder) AcceptanceStatuses ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) AcceptanceStatuses() *i1b63f23b60a34f4a2123b7bb0bda1a81794c3af78660cac406cd4a3b1073a36e.AcceptanceStatusesRequestBuilder
func (*TermsAndConditionsItemRequestBuilder) AcceptanceStatusesById ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) AcceptanceStatusesById(id string) *i4153c8e1ab57c8baaa98c7558ada5d29fa34dd83a3f935d56846eea107484e94.TermsAndConditionsAcceptanceStatusItemRequestBuilder
AcceptanceStatusesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.deviceManagement.termsAndConditions.item.acceptanceStatuses.item collection
func (*TermsAndConditionsItemRequestBuilder) Assignments ¶ added in v0.12.0
func (*TermsAndConditionsItemRequestBuilder) AssignmentsById ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) AssignmentsById(id string) *i2fc7a2614754963997f99635ae3e50b962e993d7cc3fdeb1c79dc9fa08d7674c.TermsAndConditionsAssignmentItemRequestBuilder
AssignmentsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.deviceManagement.termsAndConditions.item.assignments.item collection
func (*TermsAndConditionsItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) CreateDeleteRequestInformation(options *TermsAndConditionsItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property termsAndConditions for deviceManagement
func (*TermsAndConditionsItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) CreateGetRequestInformation(options *TermsAndConditionsItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the terms and conditions associated with device management of the company.
func (*TermsAndConditionsItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) CreatePatchRequestInformation(options *TermsAndConditionsItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property termsAndConditions in deviceManagement
func (*TermsAndConditionsItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) Delete(options *TermsAndConditionsItemRequestBuilderDeleteOptions) error
Delete delete navigation property termsAndConditions for deviceManagement
func (*TermsAndConditionsItemRequestBuilder) Get ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) Get(options *TermsAndConditionsItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TermsAndConditionsable, error)
Get the terms and conditions associated with device management of the company.
func (*TermsAndConditionsItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) Patch(options *TermsAndConditionsItemRequestBuilderPatchOptions) error
Patch update the navigation property termsAndConditions in deviceManagement
type TermsAndConditionsItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type TermsAndConditionsItemRequestBuilderDeleteOptions 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
}
TermsAndConditionsItemRequestBuilderDeleteOptions options for Delete
type TermsAndConditionsItemRequestBuilderGetOptions ¶ added in v0.12.0
type TermsAndConditionsItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *TermsAndConditionsItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
TermsAndConditionsItemRequestBuilderGetOptions options for Get
type TermsAndConditionsItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type TermsAndConditionsItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
TermsAndConditionsItemRequestBuilderGetQueryParameters the terms and conditions associated with device management of the company.
type TermsAndConditionsItemRequestBuilderPatchOptions ¶ added in v0.12.0
type TermsAndConditionsItemRequestBuilderPatchOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TermsAndConditionsable
// 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
}
TermsAndConditionsItemRequestBuilderPatchOptions options for Patch