Documentation ¶
Index ¶
- func CreateTentativelyAcceptRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type TentativelyAcceptRequestBody
- func (m *TentativelyAcceptRequestBody) GetAdditionalData() map[string]interface{}
- func (m *TentativelyAcceptRequestBody) GetComment() *string
- func (m *TentativelyAcceptRequestBody) GetFieldDeserializers() ...
- func (m *TentativelyAcceptRequestBody) GetProposedNewTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable
- func (m *TentativelyAcceptRequestBody) GetSendResponse() *bool
- func (m *TentativelyAcceptRequestBody) Serialize(...) error
- func (m *TentativelyAcceptRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *TentativelyAcceptRequestBody) SetComment(value *string)
- func (m *TentativelyAcceptRequestBody) SetProposedNewTime(...)
- func (m *TentativelyAcceptRequestBody) SetSendResponse(value *bool)
- type TentativelyAcceptRequestBodyable
- type TentativelyAcceptRequestBuilder
- type TentativelyAcceptRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTentativelyAcceptRequestBodyFromDiscriminatorValue ¶
func CreateTentativelyAcceptRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateTentativelyAcceptRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type TentativelyAcceptRequestBody ¶
type TentativelyAcceptRequestBody struct {
// contains filtered or unexported fields
}
TentativelyAcceptRequestBody provides operations to call the tentativelyAccept method.
func NewTentativelyAcceptRequestBody ¶
func NewTentativelyAcceptRequestBody() *TentativelyAcceptRequestBody
NewTentativelyAcceptRequestBody instantiates a new tentativelyAcceptRequestBody and sets the default values.
func (*TentativelyAcceptRequestBody) GetAdditionalData ¶
func (m *TentativelyAcceptRequestBody) 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 (*TentativelyAcceptRequestBody) GetComment ¶
func (m *TentativelyAcceptRequestBody) GetComment() *string
GetComment gets the comment property value. The Comment property
func (*TentativelyAcceptRequestBody) GetFieldDeserializers ¶
func (m *TentativelyAcceptRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*TentativelyAcceptRequestBody) GetProposedNewTime ¶
func (m *TentativelyAcceptRequestBody) GetProposedNewTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable
GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
func (*TentativelyAcceptRequestBody) GetSendResponse ¶
func (m *TentativelyAcceptRequestBody) GetSendResponse() *bool
GetSendResponse gets the sendResponse property value. The SendResponse property
func (*TentativelyAcceptRequestBody) Serialize ¶
func (m *TentativelyAcceptRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*TentativelyAcceptRequestBody) SetAdditionalData ¶
func (m *TentativelyAcceptRequestBody) 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 (*TentativelyAcceptRequestBody) SetComment ¶
func (m *TentativelyAcceptRequestBody) SetComment(value *string)
SetComment sets the comment property value. The Comment property
func (*TentativelyAcceptRequestBody) SetProposedNewTime ¶
func (m *TentativelyAcceptRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)
SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
func (*TentativelyAcceptRequestBody) SetSendResponse ¶
func (m *TentativelyAcceptRequestBody) SetSendResponse(value *bool)
SetSendResponse sets the sendResponse property value. The SendResponse property
type TentativelyAcceptRequestBodyable ¶
type TentativelyAcceptRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetComment() *string GetProposedNewTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable GetSendResponse() *bool SetComment(value *string) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) SetSendResponse(value *bool) }
TentativelyAcceptRequestBodyable
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(options *TentativelyAcceptRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action tentativelyAccept
func (*TentativelyAcceptRequestBuilder) Post ¶
func (m *TentativelyAcceptRequestBuilder) Post(options *TentativelyAcceptRequestBuilderPostOptions) error
Post invoke action tentativelyAccept
type TentativelyAcceptRequestBuilderPostOptions ¶
type TentativelyAcceptRequestBuilderPostOptions struct { // Body TentativelyAcceptRequestBodyable // 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 }
TentativelyAcceptRequestBuilderPostOptions options for Post