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
}
Builds and executes requests for operations under \deviceManagement\termsAndConditions\{termsAndConditions-id}
func NewTermsAndConditionsRequestBuilder ¶
func NewTermsAndConditionsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TermsAndConditionsRequestBuilder
Instantiates a new TermsAndConditionsRequestBuilder 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 NewTermsAndConditionsRequestBuilderInternal ¶
func NewTermsAndConditionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *TermsAndConditionsRequestBuilder
Instantiates a new TermsAndConditionsRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*TermsAndConditionsRequestBuilder) AcceptanceStatuses ¶
func (m *TermsAndConditionsRequestBuilder) AcceptanceStatuses() *i1b63f23b60a34f4a2123b7bb0bda1a81794c3af78660cac406cd4a3b1073a36e.AcceptanceStatusesRequestBuilder
func (*TermsAndConditionsRequestBuilder) AcceptanceStatusesById ¶
func (m *TermsAndConditionsRequestBuilder) AcceptanceStatusesById(id string) *i4153c8e1ab57c8baaa98c7558ada5d29fa34dd83a3f935d56846eea107484e94.TermsAndConditionsAcceptanceStatusRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.deviceManagement.termsAndConditions.item.acceptanceStatuses.item collection Parameters:
- id : Unique identifier of the item
func (*TermsAndConditionsRequestBuilder) Assignments ¶
func (*TermsAndConditionsRequestBuilder) AssignmentsById ¶
func (m *TermsAndConditionsRequestBuilder) AssignmentsById(id string) *i2fc7a2614754963997f99635ae3e50b962e993d7cc3fdeb1c79dc9fa08d7674c.TermsAndConditionsAssignmentRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.deviceManagement.termsAndConditions.item.assignments.item collection Parameters:
- id : Unique identifier of the item
func (*TermsAndConditionsRequestBuilder) CreateDeleteRequestInformation ¶
func (m *TermsAndConditionsRequestBuilder) CreateDeleteRequestInformation(options *TermsAndConditionsRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The terms and conditions associated with device management of the company. Parameters:
- options : Options for the request
func (*TermsAndConditionsRequestBuilder) CreateGetRequestInformation ¶
func (m *TermsAndConditionsRequestBuilder) CreateGetRequestInformation(options *TermsAndConditionsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The terms and conditions associated with device management of the company. Parameters:
- options : Options for the request
func (*TermsAndConditionsRequestBuilder) CreatePatchRequestInformation ¶
func (m *TermsAndConditionsRequestBuilder) CreatePatchRequestInformation(options *TermsAndConditionsRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The terms and conditions associated with device management of the company. Parameters:
- options : Options for the request
func (*TermsAndConditionsRequestBuilder) Delete ¶
func (m *TermsAndConditionsRequestBuilder) Delete(options *TermsAndConditionsRequestBuilderDeleteOptions) error
The terms and conditions associated with device management of the company. Parameters:
- options : Options for the request
func (*TermsAndConditionsRequestBuilder) Get ¶
func (m *TermsAndConditionsRequestBuilder) Get(options *TermsAndConditionsRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TermsAndConditions, error)
The terms and conditions associated with device management of the company. Parameters:
- options : Options for the request
func (*TermsAndConditionsRequestBuilder) Patch ¶
func (m *TermsAndConditionsRequestBuilder) Patch(options *TermsAndConditionsRequestBuilderPatchOptions) error
The terms and conditions associated with device management of the company. Parameters:
- options : Options for the request
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 }
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 }
Options for Get
type TermsAndConditionsRequestBuilderGetQueryParameters ¶
type TermsAndConditionsRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
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 }
Options for Patch