Documentation ¶
Index ¶
- func CreateCancelPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CancelPostRequestBody
- func (m *CancelPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CancelPostRequestBody) GetComment() *string
- func (m *CancelPostRequestBody) GetFieldDeserializers() ...
- func (m *CancelPostRequestBody) Serialize(...) error
- func (m *CancelPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CancelPostRequestBody) SetComment(value *string)
- type CancelPostRequestBodyable
- type CancelRequestBuilder
- type CancelRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCancelPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateCancelPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCancelPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CancelPostRequestBody ¶ added in v0.24.0
type CancelPostRequestBody struct {
// contains filtered or unexported fields
}
CancelPostRequestBody provides operations to call the cancel method.
func NewCancelPostRequestBody ¶ added in v0.24.0
func NewCancelPostRequestBody() *CancelPostRequestBody
NewCancelPostRequestBody instantiates a new cancelPostRequestBody and sets the default values.
func (*CancelPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *CancelPostRequestBody) 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 (*CancelPostRequestBody) GetComment ¶ added in v0.24.0
func (m *CancelPostRequestBody) GetComment() *string
GetComment gets the comment property value. The Comment property
func (*CancelPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *CancelPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CancelPostRequestBody) Serialize ¶ added in v0.24.0
func (m *CancelPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CancelPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *CancelPostRequestBody) 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 (*CancelPostRequestBody) SetComment ¶ added in v0.24.0
func (m *CancelPostRequestBody) SetComment(value *string)
SetComment sets the comment property value. The Comment property
type CancelPostRequestBodyable ¶ added in v0.24.0
type CancelPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetComment() *string SetComment(value *string) }
CancelPostRequestBodyable
type CancelRequestBuilder ¶
type CancelRequestBuilder struct {
// contains filtered or unexported fields
}
CancelRequestBuilder provides operations to call the cancel method.
func NewCancelRequestBuilder ¶
func NewCancelRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CancelRequestBuilder
NewCancelRequestBuilder instantiates a new CancelRequestBuilder and sets the default values.
func NewCancelRequestBuilderInternal ¶
func NewCancelRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CancelRequestBuilder
NewCancelRequestBuilderInternal instantiates a new CancelRequestBuilder and sets the default values.
func (*CancelRequestBuilder) CreatePostRequestInformation ¶
func (m *CancelRequestBuilder) CreatePostRequestInformation(ctx context.Context, body CancelPostRequestBodyable, requestConfiguration *CancelRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation this action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that **Cancel** is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation.
func (*CancelRequestBuilder) Post ¶
func (m *CancelRequestBuilder) Post(ctx context.Context, body CancelPostRequestBodyable, requestConfiguration *CancelRequestBuilderPostRequestConfiguration) error
Post this action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting by providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the followingerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that **Cancel** is available to only the organizer, and letsthe organizer send a custom message to the attendees about the cancellation.
type CancelRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type CancelRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
CancelRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.