Documentation ¶
Index ¶
- func CreateTentativelyAcceptPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type TentativelyAcceptPostRequestBody
- func (m *TentativelyAcceptPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *TentativelyAcceptPostRequestBody) GetComment() *string
- func (m *TentativelyAcceptPostRequestBody) GetFieldDeserializers() ...
- func (m *TentativelyAcceptPostRequestBody) GetProposedNewTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable
- func (m *TentativelyAcceptPostRequestBody) GetSendResponse() *bool
- func (m *TentativelyAcceptPostRequestBody) Serialize(...) error
- func (m *TentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *TentativelyAcceptPostRequestBody) SetComment(value *string)
- func (m *TentativelyAcceptPostRequestBody) SetProposedNewTime(...)
- func (m *TentativelyAcceptPostRequestBody) SetSendResponse(value *bool)
- type TentativelyAcceptPostRequestBodyable
- type TentativelyAcceptRequestBuilder
- func (m *TentativelyAcceptRequestBuilder) CreatePostRequestInformation(body TentativelyAcceptPostRequestBodyable) (...)
- func (m *TentativelyAcceptRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body TentativelyAcceptPostRequestBodyable, ...) (...)
- func (m *TentativelyAcceptRequestBuilder) Post(ctx context.Context, body TentativelyAcceptPostRequestBodyable, ...) error
- type TentativelyAcceptRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTentativelyAcceptPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateTentativelyAcceptPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateTentativelyAcceptPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type TentativelyAcceptPostRequestBody ¶ added in v0.24.0
type TentativelyAcceptPostRequestBody struct {
// contains filtered or unexported fields
}
TentativelyAcceptPostRequestBody provides operations to call the tentativelyAccept method.
func NewTentativelyAcceptPostRequestBody ¶ added in v0.24.0
func NewTentativelyAcceptPostRequestBody() *TentativelyAcceptPostRequestBody
NewTentativelyAcceptPostRequestBody instantiates a new tentativelyAcceptPostRequestBody and sets the default values.
func (*TentativelyAcceptPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *TentativelyAcceptPostRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*TentativelyAcceptPostRequestBody) GetComment ¶ added in v0.24.0
func (m *TentativelyAcceptPostRequestBody) GetComment() *string
GetComment gets the comment property value. The Comment property
func (*TentativelyAcceptPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *TentativelyAcceptPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*TentativelyAcceptPostRequestBody) GetProposedNewTime ¶ added in v0.24.0
func (m *TentativelyAcceptPostRequestBody) GetProposedNewTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable
GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
func (*TentativelyAcceptPostRequestBody) GetSendResponse ¶ added in v0.24.0
func (m *TentativelyAcceptPostRequestBody) GetSendResponse() *bool
GetSendResponse gets the sendResponse property value. The SendResponse property
func (*TentativelyAcceptPostRequestBody) Serialize ¶ added in v0.24.0
func (m *TentativelyAcceptPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*TentativelyAcceptPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *TentativelyAcceptPostRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*TentativelyAcceptPostRequestBody) SetComment ¶ added in v0.24.0
func (m *TentativelyAcceptPostRequestBody) SetComment(value *string)
SetComment sets the comment property value. The Comment property
func (*TentativelyAcceptPostRequestBody) SetProposedNewTime ¶ added in v0.24.0
func (m *TentativelyAcceptPostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)
SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
func (*TentativelyAcceptPostRequestBody) SetSendResponse ¶ added in v0.24.0
func (m *TentativelyAcceptPostRequestBody) SetSendResponse(value *bool)
SetSendResponse sets the sendResponse property value. The SendResponse property
type TentativelyAcceptPostRequestBodyable ¶ added in v0.24.0
type TentativelyAcceptPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetComment() *string GetProposedNewTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable GetSendResponse() *bool SetComment(value *string) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) SetSendResponse(value *bool) }
TentativelyAcceptPostRequestBodyable
type TentativelyAcceptRequestBuilder ¶
type TentativelyAcceptRequestBuilder struct {
// contains filtered or unexported fields
}
TentativelyAcceptRequestBuilder provides operations to call the tentativelyAccept method.
func NewTentativelyAcceptRequestBuilder ¶
func NewTentativelyAcceptRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TentativelyAcceptRequestBuilder
NewTentativelyAcceptRequestBuilder instantiates a new TentativelyAcceptRequestBuilder and sets the default values.
func NewTentativelyAcceptRequestBuilderInternal ¶
func NewTentativelyAcceptRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TentativelyAcceptRequestBuilder
NewTentativelyAcceptRequestBuilderInternal instantiates a new TentativelyAcceptRequestBuilder and sets the default values.
func (*TentativelyAcceptRequestBuilder) CreatePostRequestInformation ¶
func (m *TentativelyAcceptRequestBuilder) CreatePostRequestInformation(body TentativelyAcceptPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action tentativelyAccept
func (*TentativelyAcceptRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TentativelyAcceptRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body TentativelyAcceptPostRequestBodyable, requestConfiguration *TentativelyAcceptRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action tentativelyAccept
func (*TentativelyAcceptRequestBuilder) Post ¶
func (m *TentativelyAcceptRequestBuilder) Post(ctx context.Context, body TentativelyAcceptPostRequestBodyable, requestConfiguration *TentativelyAcceptRequestBuilderPostRequestConfiguration) error
Post invoke action tentativelyAccept
type TentativelyAcceptRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type TentativelyAcceptRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
TentativelyAcceptRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.