Documentation
¶
Index ¶
- type TermsAndConditionsRequestBuilder
- func (m *TermsAndConditionsRequestBuilder) AcceptanceStatuses() ...
- func (m *TermsAndConditionsRequestBuilder) AcceptanceStatusesById(id string) ...
- func (m *TermsAndConditionsRequestBuilder) Assignments() ...
- func (m *TermsAndConditionsRequestBuilder) AssignmentsById(id string) ...
- func (m *TermsAndConditionsRequestBuilder) CreateDeleteRequestInformation(options *TermsAndConditionsRequestBuilderDeleteOptions) (...)
- func (m *TermsAndConditionsRequestBuilder) CreateGetRequestInformation(options *TermsAndConditionsRequestBuilderGetOptions) (...)
- func (m *TermsAndConditionsRequestBuilder) CreatePatchRequestInformation(options *TermsAndConditionsRequestBuilderPatchOptions) (...)
- func (m *TermsAndConditionsRequestBuilder) Delete(options *TermsAndConditionsRequestBuilderDeleteOptions) error
- func (m *TermsAndConditionsRequestBuilder) Get(options *TermsAndConditionsRequestBuilderGetOptions) (...)
- func (m *TermsAndConditionsRequestBuilder) Patch(options *TermsAndConditionsRequestBuilderPatchOptions) error
- type TermsAndConditionsRequestBuilderDeleteOptions
- type TermsAndConditionsRequestBuilderGetOptions
- type TermsAndConditionsRequestBuilderGetQueryParameters
- type TermsAndConditionsRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TermsAndConditionsRequestBuilder ¶
type TermsAndConditionsRequestBuilder struct {
// contains filtered or unexported fields
}
TermsAndConditionsRequestBuilder builds and executes requests for operations under \deviceManagement\termsAndConditions\{termsAndConditions-id}
func NewTermsAndConditionsRequestBuilder ¶
func NewTermsAndConditionsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TermsAndConditionsRequestBuilder
NewTermsAndConditionsRequestBuilder instantiates a new TermsAndConditionsRequestBuilder and sets the default values.
func NewTermsAndConditionsRequestBuilderInternal ¶
func NewTermsAndConditionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TermsAndConditionsRequestBuilder
NewTermsAndConditionsRequestBuilderInternal instantiates a new TermsAndConditionsRequestBuilder and sets the default values.
func (*TermsAndConditionsRequestBuilder) AcceptanceStatuses ¶
func (m *TermsAndConditionsRequestBuilder) AcceptanceStatuses() *i1b63f23b60a34f4a2123b7bb0bda1a81794c3af78660cac406cd4a3b1073a36e.AcceptanceStatusesRequestBuilder
func (*TermsAndConditionsRequestBuilder) AcceptanceStatusesById ¶
func (m *TermsAndConditionsRequestBuilder) AcceptanceStatusesById(id string) *i4153c8e1ab57c8baaa98c7558ada5d29fa34dd83a3f935d56846eea107484e94.TermsAndConditionsAcceptanceStatusRequestBuilder
AcceptanceStatusesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.deviceManagement.termsAndConditions.item.acceptanceStatuses.item collection
func (*TermsAndConditionsRequestBuilder) Assignments ¶
func (*TermsAndConditionsRequestBuilder) AssignmentsById ¶
func (m *TermsAndConditionsRequestBuilder) AssignmentsById(id string) *i2fc7a2614754963997f99635ae3e50b962e993d7cc3fdeb1c79dc9fa08d7674c.TermsAndConditionsAssignmentRequestBuilder
AssignmentsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.deviceManagement.termsAndConditions.item.assignments.item collection
func (*TermsAndConditionsRequestBuilder) CreateDeleteRequestInformation ¶
func (m *TermsAndConditionsRequestBuilder) CreateDeleteRequestInformation(options *TermsAndConditionsRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the terms and conditions associated with device management of the company.
func (*TermsAndConditionsRequestBuilder) CreateGetRequestInformation ¶
func (m *TermsAndConditionsRequestBuilder) CreateGetRequestInformation(options *TermsAndConditionsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the terms and conditions associated with device management of the company.
func (*TermsAndConditionsRequestBuilder) CreatePatchRequestInformation ¶
func (m *TermsAndConditionsRequestBuilder) CreatePatchRequestInformation(options *TermsAndConditionsRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the terms and conditions associated with device management of the company.
func (*TermsAndConditionsRequestBuilder) Delete ¶
func (m *TermsAndConditionsRequestBuilder) Delete(options *TermsAndConditionsRequestBuilderDeleteOptions) error
Delete the terms and conditions associated with device management of the company.
func (*TermsAndConditionsRequestBuilder) Get ¶
func (m *TermsAndConditionsRequestBuilder) Get(options *TermsAndConditionsRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TermsAndConditions, error)
Get the terms and conditions associated with device management of the company.
func (*TermsAndConditionsRequestBuilder) Patch ¶
func (m *TermsAndConditionsRequestBuilder) Patch(options *TermsAndConditionsRequestBuilderPatchOptions) error
Patch the terms and conditions associated with device management of the company.
type TermsAndConditionsRequestBuilderDeleteOptions ¶
type TermsAndConditionsRequestBuilderDeleteOptions 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 }
TermsAndConditionsRequestBuilderDeleteOptions options for Delete
type TermsAndConditionsRequestBuilderGetOptions ¶
type TermsAndConditionsRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *TermsAndConditionsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
TermsAndConditionsRequestBuilderGetOptions options for Get
type TermsAndConditionsRequestBuilderGetQueryParameters ¶
type TermsAndConditionsRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
TermsAndConditionsRequestBuilderGetQueryParameters the terms and conditions associated with device management of the company.
type TermsAndConditionsRequestBuilderPatchOptions ¶
type TermsAndConditionsRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TermsAndConditions // 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 }
TermsAndConditionsRequestBuilderPatchOptions options for Patch