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 ¶
type TermsAndConditionsItemRequestBuilder struct {
// contains filtered or unexported fields
}
TermsAndConditionsItemRequestBuilder provides operations to manage the termsAndConditions property of the microsoft.graph.deviceManagement entity.
func NewTermsAndConditionsItemRequestBuilder ¶
func NewTermsAndConditionsItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TermsAndConditionsItemRequestBuilder
NewTermsAndConditionsItemRequestBuilder instantiates a new TermsAndConditionsItemRequestBuilder and sets the default values.
func NewTermsAndConditionsItemRequestBuilderInternal ¶
func NewTermsAndConditionsItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TermsAndConditionsItemRequestBuilder
NewTermsAndConditionsItemRequestBuilderInternal instantiates a new TermsAndConditionsItemRequestBuilder and sets the default values.
func (*TermsAndConditionsItemRequestBuilder) AcceptanceStatuses ¶
func (m *TermsAndConditionsItemRequestBuilder) AcceptanceStatuses() *i1b63f23b60a34f4a2123b7bb0bda1a81794c3af78660cac406cd4a3b1073a36e.AcceptanceStatusesRequestBuilder
AcceptanceStatuses the acceptanceStatuses property
func (*TermsAndConditionsItemRequestBuilder) AcceptanceStatusesById ¶
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 ¶
func (m *TermsAndConditionsItemRequestBuilder) Assignments() *i311c330be28d96ff5663f2910da29ba0b1a78acd2fc73a31a5135e243041cb6e.AssignmentsRequestBuilder
Assignments the assignments property
func (*TermsAndConditionsItemRequestBuilder) AssignmentsById ¶
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 ¶
func (m *TermsAndConditionsItemRequestBuilder) CreateDeleteRequestInformation(options *TermsAndConditionsItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property termsAndConditions for deviceManagement
func (*TermsAndConditionsItemRequestBuilder) CreateGetRequestInformation ¶
func (m *TermsAndConditionsItemRequestBuilder) CreateGetRequestInformation(options *TermsAndConditionsItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the terms and conditions associated with device management of the company.
func (*TermsAndConditionsItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *TermsAndConditionsItemRequestBuilder) CreatePatchRequestInformation(options *TermsAndConditionsItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property termsAndConditions in deviceManagement
func (*TermsAndConditionsItemRequestBuilder) Delete ¶
func (m *TermsAndConditionsItemRequestBuilder) Delete(options *TermsAndConditionsItemRequestBuilderDeleteOptions) error
Delete delete navigation property termsAndConditions for deviceManagement
func (*TermsAndConditionsItemRequestBuilder) Get ¶
func (m *TermsAndConditionsItemRequestBuilder) Get(options *TermsAndConditionsItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsAndConditionsable, error)
Get the terms and conditions associated with device management of the company.
func (*TermsAndConditionsItemRequestBuilder) Patch ¶
func (m *TermsAndConditionsItemRequestBuilder) Patch(options *TermsAndConditionsItemRequestBuilderPatchOptions) error
Patch update the navigation property termsAndConditions in deviceManagement
type TermsAndConditionsItemRequestBuilderDeleteOptions ¶
type TermsAndConditionsItemRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
TermsAndConditionsItemRequestBuilderDeleteOptions options for Delete
type TermsAndConditionsItemRequestBuilderGetOptions ¶
type TermsAndConditionsItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *TermsAndConditionsItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
TermsAndConditionsItemRequestBuilderGetOptions options for Get
type TermsAndConditionsItemRequestBuilderGetQueryParameters ¶
type TermsAndConditionsItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
TermsAndConditionsItemRequestBuilderGetQueryParameters the terms and conditions associated with device management of the company.
type TermsAndConditionsItemRequestBuilderPatchOptions ¶
type TermsAndConditionsItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsAndConditionsable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
TermsAndConditionsItemRequestBuilderPatchOptions options for Patch