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() (...)
- func (m *TermsAndConditionsItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *TermsAndConditionsItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *TermsAndConditionsItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *TermsAndConditionsItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *TermsAndConditionsItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *TermsAndConditionsItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *TermsAndConditionsItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *TermsAndConditionsItemRequestBuilder) Patch(ctx context.Context, ...) error
- type TermsAndConditionsItemRequestBuilderDeleteRequestConfiguration
- type TermsAndConditionsItemRequestBuilderGetQueryParameters
- type TermsAndConditionsItemRequestBuilderGetRequestConfiguration
- type TermsAndConditionsItemRequestBuilderPatchRequestConfiguration
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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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
AcceptanceStatuses the acceptanceStatuses property
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 (m *TermsAndConditionsItemRequestBuilder) Assignments() *i311c330be28d96ff5663f2910da29ba0b1a78acd2fc73a31a5135e243041cb6e.AssignmentsRequestBuilder
Assignments the assignments property
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() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property termsAndConditions for deviceManagement
func (*TermsAndConditionsItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TermsAndConditionsItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *TermsAndConditionsItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property termsAndConditions for deviceManagement
func (*TermsAndConditionsItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the terms and conditions associated with device management of the company.
func (*TermsAndConditionsItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TermsAndConditionsItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *TermsAndConditionsItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the terms and conditions associated with device management of the company.
func (*TermsAndConditionsItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsAndConditionsable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property termsAndConditions in deviceManagement
func (*TermsAndConditionsItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TermsAndConditionsItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsAndConditionsable, requestConfiguration *TermsAndConditionsItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property termsAndConditions in deviceManagement
func (*TermsAndConditionsItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *TermsAndConditionsItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property termsAndConditions for deviceManagement
func (*TermsAndConditionsItemRequestBuilder) Get ¶ added in v0.12.0
func (m *TermsAndConditionsItemRequestBuilder) Get(ctx context.Context, requestConfiguration *TermsAndConditionsItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.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(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsAndConditionsable, requestConfiguration *TermsAndConditionsItemRequestBuilderPatchRequestConfiguration) error
Patch update the navigation property termsAndConditions in deviceManagement
type TermsAndConditionsItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type TermsAndConditionsItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
TermsAndConditionsItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TermsAndConditionsItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
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 TermsAndConditionsItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type TermsAndConditionsItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *TermsAndConditionsItemRequestBuilderGetQueryParameters }
TermsAndConditionsItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TermsAndConditionsItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type TermsAndConditionsItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
TermsAndConditionsItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.