Documentation
¶
Index ¶
- func CreateCreateForwardPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CreateForwardPostRequestBody
- func (m *CreateForwardPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CreateForwardPostRequestBody) GetComment() *string
- func (m *CreateForwardPostRequestBody) GetFieldDeserializers() ...
- func (m *CreateForwardPostRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
- func (m *CreateForwardPostRequestBody) GetToRecipients() ...
- func (m *CreateForwardPostRequestBody) Serialize(...) error
- func (m *CreateForwardPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CreateForwardPostRequestBody) SetComment(value *string)
- func (m *CreateForwardPostRequestBody) SetMessage(...)
- func (m *CreateForwardPostRequestBody) SetToRecipients(...)
- type CreateForwardPostRequestBodyable
- type CreateForwardRequestBuilder
- func (m *CreateForwardRequestBuilder) CreatePostRequestInformation(ctx context.Context, body CreateForwardPostRequestBodyable, ...) (...)
- func (m *CreateForwardRequestBuilder) Post(ctx context.Context, body CreateForwardPostRequestBodyable, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, ...)
- type CreateForwardRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCreateForwardPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateCreateForwardPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateCreateForwardPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CreateForwardPostRequestBody ¶ added in v0.24.0
type CreateForwardPostRequestBody struct {
// contains filtered or unexported fields
}
CreateForwardPostRequestBody provides operations to call the createForward method.
func NewCreateForwardPostRequestBody ¶ added in v0.24.0
func NewCreateForwardPostRequestBody() *CreateForwardPostRequestBody
NewCreateForwardPostRequestBody instantiates a new createForwardPostRequestBody and sets the default values.
func (*CreateForwardPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *CreateForwardPostRequestBody) 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 (*CreateForwardPostRequestBody) GetComment ¶ added in v0.24.0
func (m *CreateForwardPostRequestBody) GetComment() *string
GetComment gets the comment property value. The Comment property
func (*CreateForwardPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *CreateForwardPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CreateForwardPostRequestBody) GetMessage ¶ added in v0.24.0
func (m *CreateForwardPostRequestBody) GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable
GetMessage gets the message property value. The Message property
func (*CreateForwardPostRequestBody) GetToRecipients ¶ added in v0.24.0
func (m *CreateForwardPostRequestBody) GetToRecipients() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable
GetToRecipients gets the toRecipients property value. The ToRecipients property
func (*CreateForwardPostRequestBody) Serialize ¶ added in v0.24.0
func (m *CreateForwardPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*CreateForwardPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *CreateForwardPostRequestBody) 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 (*CreateForwardPostRequestBody) SetComment ¶ added in v0.24.0
func (m *CreateForwardPostRequestBody) SetComment(value *string)
SetComment sets the comment property value. The Comment property
func (*CreateForwardPostRequestBody) SetMessage ¶ added in v0.24.0
func (m *CreateForwardPostRequestBody) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable)
SetMessage sets the message property value. The Message property
func (*CreateForwardPostRequestBody) SetToRecipients ¶ added in v0.24.0
func (m *CreateForwardPostRequestBody) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable)
SetToRecipients sets the toRecipients property value. The ToRecipients property
type CreateForwardPostRequestBodyable ¶ added in v0.24.0
type CreateForwardPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetComment() *string GetMessage() iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable GetToRecipients() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable SetComment(value *string) SetMessage(value iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable) SetToRecipients(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Recipientable) }
CreateForwardPostRequestBodyable
type CreateForwardRequestBuilder ¶
type CreateForwardRequestBuilder struct {
// contains filtered or unexported fields
}
CreateForwardRequestBuilder provides operations to call the createForward method.
func NewCreateForwardRequestBuilder ¶
func NewCreateForwardRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreateForwardRequestBuilder
NewCreateForwardRequestBuilder instantiates a new CreateForwardRequestBuilder and sets the default values.
func NewCreateForwardRequestBuilderInternal ¶
func NewCreateForwardRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreateForwardRequestBuilder
NewCreateForwardRequestBuilderInternal instantiates a new CreateForwardRequestBuilder and sets the default values.
func (*CreateForwardRequestBuilder) CreatePostRequestInformation ¶
func (m *CreateForwardRequestBuilder) CreatePostRequestInformation(ctx context.Context, body CreateForwardPostRequestBodyable, requestConfiguration *CreateForwardRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the **body** property of the `message` parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the `toRecipients` parameter or the **toRecipients** property of the `message` parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the **body** or change other message properties. 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. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation.
func (*CreateForwardRequestBuilder) Post ¶
func (m *CreateForwardRequestBuilder) Post(ctx context.Context, body CreateForwardPostRequestBodyable, requestConfiguration *CreateForwardRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, error)
Post create a draft to forward an existing message, in either JSON or MIME format. When using JSON format, you can:- Specify either a comment or the **body** property of the `message` parameter. Specifying both will return an HTTP 400 Bad Request error.- Specify either the `toRecipients` parameter or the **toRecipients** property of the `message` parameter. Specifying both or specifying neither will return an HTTP 400 Bad Request error.- Update the draft later to add content to the **body** or change other message properties. 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. Send the draft message in a subsequent operation. Alternatively, forward a message in a single operation.
type CreateForwardRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type CreateForwardRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
CreateForwardRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.