Documentation
¶
Index ¶
- type AgreementAcceptancesAgreementAcceptanceItemRequestBuilder
- func NewAgreementAcceptancesAgreementAcceptanceItemRequestBuilder(rawUrl string, ...) *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder
- func NewAgreementAcceptancesAgreementAcceptanceItemRequestBuilderInternal(pathParameters map[string]string, ...) *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder
- func (m *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- type AgreementAcceptancesAgreementAcceptanceItemRequestBuilderDeleteRequestConfiguration
- type AgreementAcceptancesAgreementAcceptanceItemRequestBuilderGetQueryParameters
- type AgreementAcceptancesAgreementAcceptanceItemRequestBuilderGetRequestConfiguration
- type AgreementAcceptancesAgreementAcceptanceItemRequestBuilderPatchRequestConfiguration
- type AgreementAcceptancesRequestBuilder
- func (m *AgreementAcceptancesRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AgreementAcceptancesRequestBuilder) CreatePostRequestInformation(ctx context.Context, ...) (...)
- func (m *AgreementAcceptancesRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AgreementAcceptancesRequestBuilder) Post(ctx context.Context, ...) (...)
- type AgreementAcceptancesRequestBuilderGetQueryParameters
- type AgreementAcceptancesRequestBuilderGetRequestConfiguration
- type AgreementAcceptancesRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgreementAcceptancesAgreementAcceptanceItemRequestBuilder ¶ added in v0.48.0
type AgreementAcceptancesAgreementAcceptanceItemRequestBuilder struct {
// contains filtered or unexported fields
}
AgreementAcceptancesAgreementAcceptanceItemRequestBuilder provides operations to manage the collection of agreementAcceptance entities.
func NewAgreementAcceptancesAgreementAcceptanceItemRequestBuilder ¶ added in v0.48.0
func NewAgreementAcceptancesAgreementAcceptanceItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder
NewAgreementAcceptancesAgreementAcceptanceItemRequestBuilder instantiates a new AgreementAcceptanceItemRequestBuilder and sets the default values.
func NewAgreementAcceptancesAgreementAcceptanceItemRequestBuilderInternal ¶ added in v0.48.0
func NewAgreementAcceptancesAgreementAcceptanceItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder
NewAgreementAcceptancesAgreementAcceptanceItemRequestBuilderInternal instantiates a new AgreementAcceptanceItemRequestBuilder and sets the default values.
func (*AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.48.0
func (m *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *AgreementAcceptancesAgreementAcceptanceItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete entity from agreementAcceptances
func (*AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.48.0
func (m *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *AgreementAcceptancesAgreementAcceptanceItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get entity from agreementAcceptances by key
func (*AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.48.0
func (m *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceable, requestConfiguration *AgreementAcceptancesAgreementAcceptanceItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update entity in agreementAcceptances
func (*AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) Delete ¶ added in v0.48.0
func (m *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *AgreementAcceptancesAgreementAcceptanceItemRequestBuilderDeleteRequestConfiguration) error
Delete delete entity from agreementAcceptances
func (*AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) Get ¶ added in v0.48.0
func (m *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) Get(ctx context.Context, requestConfiguration *AgreementAcceptancesAgreementAcceptanceItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceable, error)
Get get entity from agreementAcceptances by key
func (*AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) Patch ¶ added in v0.48.0
func (m *AgreementAcceptancesAgreementAcceptanceItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceable, requestConfiguration *AgreementAcceptancesAgreementAcceptanceItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceable, error)
Patch update entity in agreementAcceptances
type AgreementAcceptancesAgreementAcceptanceItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.48.0
type AgreementAcceptancesAgreementAcceptanceItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
AgreementAcceptancesAgreementAcceptanceItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AgreementAcceptancesAgreementAcceptanceItemRequestBuilderGetQueryParameters ¶ added in v0.48.0
type AgreementAcceptancesAgreementAcceptanceItemRequestBuilderGetQueryParameters struct {
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
AgreementAcceptancesAgreementAcceptanceItemRequestBuilderGetQueryParameters get entity from agreementAcceptances by key
type AgreementAcceptancesAgreementAcceptanceItemRequestBuilderGetRequestConfiguration ¶ added in v0.48.0
type AgreementAcceptancesAgreementAcceptanceItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *AgreementAcceptancesAgreementAcceptanceItemRequestBuilderGetQueryParameters
}
AgreementAcceptancesAgreementAcceptanceItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AgreementAcceptancesAgreementAcceptanceItemRequestBuilderPatchRequestConfiguration ¶ added in v0.48.0
type AgreementAcceptancesAgreementAcceptanceItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
AgreementAcceptancesAgreementAcceptanceItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AgreementAcceptancesRequestBuilder ¶
type AgreementAcceptancesRequestBuilder struct {
// contains filtered or unexported fields
}
AgreementAcceptancesRequestBuilder provides operations to manage the collection of agreementAcceptance entities.
func NewAgreementAcceptancesRequestBuilder ¶
func NewAgreementAcceptancesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementAcceptancesRequestBuilder
NewAgreementAcceptancesRequestBuilder instantiates a new AgreementAcceptancesRequestBuilder and sets the default values.
func NewAgreementAcceptancesRequestBuilderInternal ¶
func NewAgreementAcceptancesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AgreementAcceptancesRequestBuilder
NewAgreementAcceptancesRequestBuilderInternal instantiates a new AgreementAcceptancesRequestBuilder and sets the default values.
func (*AgreementAcceptancesRequestBuilder) CreateGetRequestInformation ¶
func (m *AgreementAcceptancesRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *AgreementAcceptancesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get entities from agreementAcceptances
func (*AgreementAcceptancesRequestBuilder) CreatePostRequestInformation ¶
func (m *AgreementAcceptancesRequestBuilder) CreatePostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceable, requestConfiguration *AgreementAcceptancesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation add new entity to agreementAcceptances
func (*AgreementAcceptancesRequestBuilder) Get ¶
func (m *AgreementAcceptancesRequestBuilder) Get(ctx context.Context, requestConfiguration *AgreementAcceptancesRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceCollectionResponseable, error)
Get get entities from agreementAcceptances
func (*AgreementAcceptancesRequestBuilder) Post ¶
func (m *AgreementAcceptancesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceable, requestConfiguration *AgreementAcceptancesRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceable, error)
Post add new entity to agreementAcceptances
type AgreementAcceptancesRequestBuilderGetQueryParameters ¶
type AgreementAcceptancesRequestBuilderGetQueryParameters struct {
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
AgreementAcceptancesRequestBuilderGetQueryParameters get entities from agreementAcceptances
type AgreementAcceptancesRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AgreementAcceptancesRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *AgreementAcceptancesRequestBuilderGetQueryParameters
}
AgreementAcceptancesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AgreementAcceptancesRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type AgreementAcceptancesRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
AgreementAcceptancesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.