Documentation ¶
Index ¶
- func CreateSendMailRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type SendMailRequestBody
- func (m *SendMailRequestBody) GetAdditionalData() map[string]interface{}
- func (m *SendMailRequestBody) GetFieldDeserializers() ...
- func (m *SendMailRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
- func (m *SendMailRequestBody) GetSaveToSentItems() *bool
- func (m *SendMailRequestBody) Serialize(...) error
- func (m *SendMailRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *SendMailRequestBody) SetMessage(...)
- func (m *SendMailRequestBody) SetSaveToSentItems(value *bool)
- type SendMailRequestBodyable
- type SendMailRequestBuilder
- type SendMailRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSendMailRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateSendMailRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateSendMailRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type SendMailRequestBody ¶
type SendMailRequestBody struct {
// contains filtered or unexported fields
}
SendMailRequestBody provides operations to call the sendMail method.
func NewSendMailRequestBody ¶
func NewSendMailRequestBody() *SendMailRequestBody
NewSendMailRequestBody instantiates a new sendMailRequestBody and sets the default values.
func (*SendMailRequestBody) GetAdditionalData ¶
func (m *SendMailRequestBody) 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 (*SendMailRequestBody) GetFieldDeserializers ¶
func (m *SendMailRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*SendMailRequestBody) GetMessage ¶
func (m *SendMailRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
GetMessage gets the message property value. The Message property
func (*SendMailRequestBody) GetSaveToSentItems ¶
func (m *SendMailRequestBody) GetSaveToSentItems() *bool
GetSaveToSentItems gets the saveToSentItems property value. The SaveToSentItems property
func (*SendMailRequestBody) Serialize ¶
func (m *SendMailRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*SendMailRequestBody) SetAdditionalData ¶
func (m *SendMailRequestBody) 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 (*SendMailRequestBody) SetMessage ¶
func (m *SendMailRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)
SetMessage sets the message property value. The Message property
func (*SendMailRequestBody) SetSaveToSentItems ¶
func (m *SendMailRequestBody) SetSaveToSentItems(value *bool)
SetSaveToSentItems sets the saveToSentItems property value. The SaveToSentItems property
type SendMailRequestBodyable ¶ added in v0.13.0
type SendMailRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable GetSaveToSentItems() *bool SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) SetSaveToSentItems(value *bool) }
SendMailRequestBodyable
type SendMailRequestBuilder ¶
type SendMailRequestBuilder struct {
// contains filtered or unexported fields
}
SendMailRequestBuilder provides operations to call the sendMail method.
func NewSendMailRequestBuilder ¶
func NewSendMailRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SendMailRequestBuilder
NewSendMailRequestBuilder instantiates a new SendMailRequestBuilder and sets the default values.
func NewSendMailRequestBuilderInternal ¶
func NewSendMailRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SendMailRequestBuilder
NewSendMailRequestBuilderInternal instantiates a new SendMailRequestBuilder and sets the default values.
func (*SendMailRequestBuilder) CreatePostRequestInformation ¶
func (m *SendMailRequestBuilder) CreatePostRequestInformation(options *SendMailRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action sendMail
func (*SendMailRequestBuilder) Post ¶
func (m *SendMailRequestBuilder) Post(options *SendMailRequestBuilderPostOptions) error
Post invoke action sendMail
type SendMailRequestBuilderPostOptions ¶
type SendMailRequestBuilderPostOptions struct { // Body SendMailRequestBodyable // 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 }
SendMailRequestBuilderPostOptions options for Post