Documentation ¶
Index ¶
- func CreateDeclinePostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type DeclinePostRequestBody
- func (m *DeclinePostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *DeclinePostRequestBody) GetComment() *string
- func (m *DeclinePostRequestBody) GetFieldDeserializers() ...
- func (m *DeclinePostRequestBody) GetProposedNewTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable
- func (m *DeclinePostRequestBody) GetSendResponse() *bool
- func (m *DeclinePostRequestBody) Serialize(...) error
- func (m *DeclinePostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *DeclinePostRequestBody) SetComment(value *string)
- func (m *DeclinePostRequestBody) SetProposedNewTime(...)
- func (m *DeclinePostRequestBody) SetSendResponse(value *bool)
- type DeclinePostRequestBodyable
- type DeclineRequestBuilder
- func (m *DeclineRequestBuilder) CreatePostRequestInformation(body DeclinePostRequestBodyable) (...)
- func (m *DeclineRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body DeclinePostRequestBodyable, ...) (...)
- func (m *DeclineRequestBuilder) Post(body DeclinePostRequestBodyable) error
- func (m *DeclineRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body DeclinePostRequestBodyable, ...) error
- type DeclineRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDeclinePostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateDeclinePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateDeclinePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type DeclinePostRequestBody ¶ added in v0.24.0
type DeclinePostRequestBody struct {
// contains filtered or unexported fields
}
DeclinePostRequestBody provides operations to call the decline method.
func NewDeclinePostRequestBody ¶ added in v0.24.0
func NewDeclinePostRequestBody() *DeclinePostRequestBody
NewDeclinePostRequestBody instantiates a new declinePostRequestBody and sets the default values.
func (*DeclinePostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *DeclinePostRequestBody) 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 (*DeclinePostRequestBody) GetComment ¶ added in v0.24.0
func (m *DeclinePostRequestBody) GetComment() *string
GetComment gets the comment property value. The Comment property
func (*DeclinePostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *DeclinePostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*DeclinePostRequestBody) GetProposedNewTime ¶ added in v0.24.0
func (m *DeclinePostRequestBody) GetProposedNewTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable
GetProposedNewTime gets the proposedNewTime property value. The ProposedNewTime property
func (*DeclinePostRequestBody) GetSendResponse ¶ added in v0.24.0
func (m *DeclinePostRequestBody) GetSendResponse() *bool
GetSendResponse gets the sendResponse property value. The SendResponse property
func (*DeclinePostRequestBody) Serialize ¶ added in v0.24.0
func (m *DeclinePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*DeclinePostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *DeclinePostRequestBody) 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 (*DeclinePostRequestBody) SetComment ¶ added in v0.24.0
func (m *DeclinePostRequestBody) SetComment(value *string)
SetComment sets the comment property value. The Comment property
func (*DeclinePostRequestBody) SetProposedNewTime ¶ added in v0.24.0
func (m *DeclinePostRequestBody) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable)
SetProposedNewTime sets the proposedNewTime property value. The ProposedNewTime property
func (*DeclinePostRequestBody) SetSendResponse ¶ added in v0.24.0
func (m *DeclinePostRequestBody) SetSendResponse(value *bool)
SetSendResponse sets the sendResponse property value. The SendResponse property
type DeclinePostRequestBodyable ¶ added in v0.24.0
type DeclinePostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetComment() *string GetProposedNewTime() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable GetSendResponse() *bool SetComment(value *string) SetProposedNewTime(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.TimeSlotable) SetSendResponse(value *bool) }
DeclinePostRequestBodyable
type DeclineRequestBuilder ¶
type DeclineRequestBuilder struct {
// contains filtered or unexported fields
}
DeclineRequestBuilder provides operations to call the decline method.
func NewDeclineRequestBuilder ¶
func NewDeclineRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeclineRequestBuilder
NewDeclineRequestBuilder instantiates a new DeclineRequestBuilder and sets the default values.
func NewDeclineRequestBuilderInternal ¶
func NewDeclineRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeclineRequestBuilder
NewDeclineRequestBuilderInternal instantiates a new DeclineRequestBuilder and sets the default values.
func (*DeclineRequestBuilder) CreatePostRequestInformation ¶
func (m *DeclineRequestBuilder) CreatePostRequestInformation(body DeclinePostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action decline
func (*DeclineRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeclineRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body DeclinePostRequestBodyable, requestConfiguration *DeclineRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action decline
func (*DeclineRequestBuilder) Post ¶
func (m *DeclineRequestBuilder) Post(body DeclinePostRequestBodyable) error
Post invoke action decline
func (*DeclineRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *DeclineRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body DeclinePostRequestBodyable, requestConfiguration *DeclineRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PostWithRequestConfigurationAndResponseHandler invoke action decline
type DeclineRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type DeclineRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
DeclineRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.