Documentation
¶
Index ¶
- func CreateReplyAllPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type ReplyAllPostRequestBody
- func (m *ReplyAllPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *ReplyAllPostRequestBody) GetComment() *string
- func (m *ReplyAllPostRequestBody) GetFieldDeserializers() ...
- func (m *ReplyAllPostRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
- func (m *ReplyAllPostRequestBody) Serialize(...) error
- func (m *ReplyAllPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *ReplyAllPostRequestBody) SetComment(value *string)
- func (m *ReplyAllPostRequestBody) SetMessage(...)
- type ReplyAllPostRequestBodyable
- type ReplyAllRequestBuilder
- type ReplyAllRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateReplyAllPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateReplyAllPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateReplyAllPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type ReplyAllPostRequestBody ¶ added in v0.24.0
type ReplyAllPostRequestBody struct {
// contains filtered or unexported fields
}
ReplyAllPostRequestBody provides operations to call the replyAll method.
func NewReplyAllPostRequestBody ¶ added in v0.24.0
func NewReplyAllPostRequestBody() *ReplyAllPostRequestBody
NewReplyAllPostRequestBody instantiates a new replyAllPostRequestBody and sets the default values.
func (*ReplyAllPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *ReplyAllPostRequestBody) 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 (*ReplyAllPostRequestBody) GetComment ¶ added in v0.24.0
func (m *ReplyAllPostRequestBody) GetComment() *string
GetComment gets the comment property value. The Comment property
func (*ReplyAllPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *ReplyAllPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ReplyAllPostRequestBody) GetMessage ¶ added in v0.24.0
func (m *ReplyAllPostRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
GetMessage gets the message property value. The Message property
func (*ReplyAllPostRequestBody) Serialize ¶ added in v0.24.0
func (m *ReplyAllPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*ReplyAllPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *ReplyAllPostRequestBody) 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 (*ReplyAllPostRequestBody) SetComment ¶ added in v0.24.0
func (m *ReplyAllPostRequestBody) SetComment(value *string)
SetComment sets the comment property value. The Comment property
func (*ReplyAllPostRequestBody) SetMessage ¶ added in v0.24.0
func (m *ReplyAllPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)
SetMessage sets the message property value. The Message property
type ReplyAllPostRequestBodyable ¶ added in v0.24.0
type ReplyAllPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetComment() *string GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable SetComment(value *string) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) }
ReplyAllPostRequestBodyable
type ReplyAllRequestBuilder ¶
type ReplyAllRequestBuilder struct {
// contains filtered or unexported fields
}
ReplyAllRequestBuilder provides operations to call the replyAll method.
func NewReplyAllRequestBuilder ¶
func NewReplyAllRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ReplyAllRequestBuilder
NewReplyAllRequestBuilder instantiates a new ReplyAllRequestBuilder and sets the default values.
func NewReplyAllRequestBuilderInternal ¶
func NewReplyAllRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ReplyAllRequestBuilder
NewReplyAllRequestBuilderInternal instantiates a new ReplyAllRequestBuilder and sets the default values.
func (*ReplyAllRequestBuilder) CreatePostRequestInformation ¶
func (m *ReplyAllRequestBuilder) CreatePostRequestInformation(ctx context.Context, body ReplyAllPostRequestBodyable, requestConfiguration *ReplyAllRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the **body** property of the `message` parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the **replyTo** property, per Internet Message Format (RFC 2822), send the reply to the recipients in **replyTo** and not the recipient in the **from** property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in **base64** format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the **Sent Items** folder. Alternatively, create a draft to reply-all to a message and send it later.
func (*ReplyAllRequestBuilder) Post ¶
func (m *ReplyAllRequestBuilder) Post(ctx context.Context, body ReplyAllPostRequestBodyable, requestConfiguration *ReplyAllRequestBuilderPostRequestConfiguration) error
Post reply to all recipients of a message using either JSON or MIME format. When using JSON format:- Specify either a comment or the **body** property of the `message` parameter. Specifying both will return an HTTP 400 Bad Request error.- If the original message specifies a recipient in the **replyTo** property, per Internet Message Format (RFC 2822), send the reply to the recipients in **replyTo** and not the recipient in the **from** property. When using MIME format:- Provide the applicable Internet message headers and the MIME content, all encoded in **base64** format in the request body.- Add any attachments and S/MIME properties to the MIME content. This method saves the message in the **Sent Items** folder. Alternatively, create a draft to reply-all to a message and send it later.
type ReplyAllRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type ReplyAllRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ReplyAllRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.