Documentation ¶
Index ¶
- type TermsAndConditionsRequestBuilder
- func (m *TermsAndConditionsRequestBuilder) Count() ...
- func (m *TermsAndConditionsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *TermsAndConditionsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *TermsAndConditionsRequestBuilderGetRequestConfiguration) (...)
- func (m *TermsAndConditionsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *TermsAndConditionsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *TermsAndConditionsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *TermsAndConditionsRequestBuilder) Post(ctx context.Context, ...) (...)
- type TermsAndConditionsRequestBuilderGetQueryParameters
- type TermsAndConditionsRequestBuilderGetRequestConfiguration
- type TermsAndConditionsRequestBuilderPostRequestConfiguration
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 provides operations to manage the termsAndConditions property of the microsoft.graph.deviceManagement entity.
func NewTermsAndConditionsRequestBuilder ¶
func NewTermsAndConditionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TermsAndConditionsRequestBuilder
NewTermsAndConditionsRequestBuilder instantiates a new TermsAndConditionsRequestBuilder and sets the default values.
func NewTermsAndConditionsRequestBuilderInternal ¶
func NewTermsAndConditionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TermsAndConditionsRequestBuilder
NewTermsAndConditionsRequestBuilderInternal instantiates a new TermsAndConditionsRequestBuilder and sets the default values.
func (*TermsAndConditionsRequestBuilder) Count ¶ added in v0.13.0
func (m *TermsAndConditionsRequestBuilder) Count() *i2cb675eb61cccc403be2b43d7902ddfdfbf5376e3d4195dd9ffa7ebd36cbcbdb.CountRequestBuilder
Count the Count property
func (*TermsAndConditionsRequestBuilder) CreateGetRequestInformation ¶
func (m *TermsAndConditionsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the terms and conditions associated with device management of the company.
func (*TermsAndConditionsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TermsAndConditionsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *TermsAndConditionsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the terms and conditions associated with device management of the company.
func (*TermsAndConditionsRequestBuilder) CreatePostRequestInformation ¶
func (m *TermsAndConditionsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsAndConditionsable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to termsAndConditions for deviceManagement
func (*TermsAndConditionsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TermsAndConditionsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsAndConditionsable, requestConfiguration *TermsAndConditionsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to termsAndConditions for deviceManagement
func (*TermsAndConditionsRequestBuilder) Get ¶
func (m *TermsAndConditionsRequestBuilder) Get(ctx context.Context, requestConfiguration *TermsAndConditionsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsAndConditionsCollectionResponseable, error)
Get the terms and conditions associated with device management of the company.
func (*TermsAndConditionsRequestBuilder) Post ¶
func (m *TermsAndConditionsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsAndConditionsable, requestConfiguration *TermsAndConditionsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TermsAndConditionsable, error)
Post create new navigation property to termsAndConditions for deviceManagement
type TermsAndConditionsRequestBuilderGetQueryParameters ¶
type TermsAndConditionsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Expand related entities Expand []string `uriparametername:"%24expand"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
TermsAndConditionsRequestBuilderGetQueryParameters the terms and conditions associated with device management of the company.
type TermsAndConditionsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type TermsAndConditionsRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *TermsAndConditionsRequestBuilderGetQueryParameters }
TermsAndConditionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TermsAndConditionsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type TermsAndConditionsRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
TermsAndConditionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.