reply

package
v0.41.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateReplyPostRequestBodyFromDiscriminatorValue added in v0.24.0

CreateReplyPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

Types

type ReplyPostRequestBody added in v0.24.0

type ReplyPostRequestBody struct {
	// contains filtered or unexported fields
}

ReplyPostRequestBody provides operations to call the reply method.

func NewReplyPostRequestBody added in v0.24.0

func NewReplyPostRequestBody() *ReplyPostRequestBody

NewReplyPostRequestBody instantiates a new replyPostRequestBody and sets the default values.

func (*ReplyPostRequestBody) GetAdditionalData added in v0.24.0

func (m *ReplyPostRequestBody) 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 (*ReplyPostRequestBody) GetComment added in v0.24.0

func (m *ReplyPostRequestBody) GetComment() *string

GetComment gets the comment property value. The Comment property

func (*ReplyPostRequestBody) GetFieldDeserializers added in v0.24.0

GetFieldDeserializers the deserialization information for the current model

func (*ReplyPostRequestBody) GetMessage added in v0.24.0

GetMessage gets the message property value. The Message property

func (*ReplyPostRequestBody) Serialize added in v0.24.0

Serialize serializes information the current object

func (*ReplyPostRequestBody) SetAdditionalData added in v0.24.0

func (m *ReplyPostRequestBody) 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 (*ReplyPostRequestBody) SetComment added in v0.24.0

func (m *ReplyPostRequestBody) SetComment(value *string)

SetComment sets the comment property value. The Comment property

func (*ReplyPostRequestBody) SetMessage added in v0.24.0

SetMessage sets the message property value. The Message property

type ReplyRequestBuilder

type ReplyRequestBuilder struct {
	// contains filtered or unexported fields
}

ReplyRequestBuilder provides operations to call the reply method.

func NewReplyRequestBuilder

NewReplyRequestBuilder instantiates a new ReplyRequestBuilder and sets the default values.

func NewReplyRequestBuilderInternal

func NewReplyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ReplyRequestBuilder

NewReplyRequestBuilderInternal instantiates a new ReplyRequestBuilder and sets the default values.

func (*ReplyRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation reply to the sender 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 to an existing message and send it later.

func (*ReplyRequestBuilder) CreatePostRequestInformationWithRequestConfiguration added in v0.22.0

CreatePostRequestInformationWithRequestConfiguration reply to the sender 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 to an existing message and send it later.

func (*ReplyRequestBuilder) Post

Post reply to the sender 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 to an existing message and send it later.

type ReplyRequestBuilderPostRequestConfiguration added in v0.22.0

type ReplyRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ReplyRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL