Documentation
¶
Index ¶
- type AgreementAcceptancesRequestBuilder
- func (m *AgreementAcceptancesRequestBuilder) CreateGetRequestInformation(options *AgreementAcceptancesRequestBuilderGetOptions) (...)
- func (m *AgreementAcceptancesRequestBuilder) CreatePostRequestInformation(options *AgreementAcceptancesRequestBuilderPostOptions) (...)
- func (m *AgreementAcceptancesRequestBuilder) Get(options *AgreementAcceptancesRequestBuilderGetOptions) (...)
- func (m *AgreementAcceptancesRequestBuilder) Post(options *AgreementAcceptancesRequestBuilderPostOptions) (...)
- type AgreementAcceptancesRequestBuilderGetOptions
- type AgreementAcceptancesRequestBuilderGetQueryParameters
- type AgreementAcceptancesRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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(options *AgreementAcceptancesRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get entities from agreementAcceptances
func (*AgreementAcceptancesRequestBuilder) CreatePostRequestInformation ¶
func (m *AgreementAcceptancesRequestBuilder) CreatePostRequestInformation(options *AgreementAcceptancesRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation add new entity to agreementAcceptances
func (*AgreementAcceptancesRequestBuilder) Get ¶
func (m *AgreementAcceptancesRequestBuilder) Get(options *AgreementAcceptancesRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceCollectionResponseable, error)
Get get entities from agreementAcceptances
func (*AgreementAcceptancesRequestBuilder) Post ¶
func (m *AgreementAcceptancesRequestBuilder) Post(options *AgreementAcceptancesRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceable, error)
Post add new entity to agreementAcceptances
type AgreementAcceptancesRequestBuilderGetOptions ¶
type AgreementAcceptancesRequestBuilderGetOptions struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *AgreementAcceptancesRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
AgreementAcceptancesRequestBuilderGetOptions options for Get
type AgreementAcceptancesRequestBuilderGetQueryParameters ¶
type AgreementAcceptancesRequestBuilderGetQueryParameters struct {
// Search items by search phrases
Search *string
// Select properties to be returned
Select []string
}
AgreementAcceptancesRequestBuilderGetQueryParameters get entities from agreementAcceptances
type AgreementAcceptancesRequestBuilderPostOptions ¶
type AgreementAcceptancesRequestBuilderPostOptions struct {
//
Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AgreementAcceptanceable
// 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
}
AgreementAcceptancesRequestBuilderPostOptions options for Post