Documentation
¶
Index ¶
- type CreateForwardRequestBody
- func (m *CreateForwardRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CreateForwardRequestBody) GetComment() *string
- func (m *CreateForwardRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CreateForwardRequestBody) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
- func (m *CreateForwardRequestBody) GetToRecipients() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Recipient
- func (m *CreateForwardRequestBody) IsNil() bool
- func (m *CreateForwardRequestBody) Serialize(...) error
- func (m *CreateForwardRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CreateForwardRequestBody) SetComment(value *string)
- func (m *CreateForwardRequestBody) SetMessage(...)
- func (m *CreateForwardRequestBody) SetToRecipients(...)
- type CreateForwardRequestBuilder
- type CreateForwardRequestBuilderPostOptions
- type CreateForwardResponse
- func (m *CreateForwardResponse) GetAdditionalData() map[string]interface{}
- func (m *CreateForwardResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CreateForwardResponse) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
- func (m *CreateForwardResponse) IsNil() bool
- func (m *CreateForwardResponse) Serialize(...) error
- func (m *CreateForwardResponse) SetAdditionalData(value map[string]interface{})
- func (m *CreateForwardResponse) SetMessage(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateForwardRequestBody ¶
type CreateForwardRequestBody struct {
// contains filtered or unexported fields
}
func NewCreateForwardRequestBody ¶
func NewCreateForwardRequestBody() *CreateForwardRequestBody
Instantiates a new createForwardRequestBody and sets the default values.
func (*CreateForwardRequestBody) GetAdditionalData ¶
func (m *CreateForwardRequestBody) GetAdditionalData() map[string]interface{}
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 (*CreateForwardRequestBody) GetComment ¶
func (m *CreateForwardRequestBody) GetComment() *string
Gets the Comment property value.
func (*CreateForwardRequestBody) GetFieldDeserializers ¶
func (m *CreateForwardRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*CreateForwardRequestBody) GetMessage ¶
func (m *CreateForwardRequestBody) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
Gets the Message property value.
func (*CreateForwardRequestBody) GetToRecipients ¶
func (m *CreateForwardRequestBody) GetToRecipients() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Recipient
Gets the ToRecipients property value.
func (*CreateForwardRequestBody) IsNil ¶
func (m *CreateForwardRequestBody) IsNil() bool
func (*CreateForwardRequestBody) Serialize ¶
func (m *CreateForwardRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*CreateForwardRequestBody) SetAdditionalData ¶
func (m *CreateForwardRequestBody) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*CreateForwardRequestBody) SetComment ¶
func (m *CreateForwardRequestBody) SetComment(value *string)
Sets the Comment property value. Parameters:
- value : Value to set for the Comment property.
func (*CreateForwardRequestBody) SetMessage ¶
func (m *CreateForwardRequestBody) SetMessage(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message)
Sets the Message property value. Parameters:
- value : Value to set for the Message property.
func (*CreateForwardRequestBody) SetToRecipients ¶
func (m *CreateForwardRequestBody) SetToRecipients(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Recipient)
Sets the ToRecipients property value. Parameters:
- value : Value to set for the ToRecipients property.
type CreateForwardRequestBuilder ¶
type CreateForwardRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \me\messages\{message-id}\microsoft.graph.createForward
func NewCreateForwardRequestBuilder ¶
func NewCreateForwardRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreateForwardRequestBuilder
Instantiates a new CreateForwardRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewCreateForwardRequestBuilderInternal ¶
func NewCreateForwardRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreateForwardRequestBuilder
Instantiates a new CreateForwardRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*CreateForwardRequestBuilder) CreatePostRequestInformation ¶
func (m *CreateForwardRequestBuilder) CreatePostRequestInformation(options *CreateForwardRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action createForward Parameters:
- options : Options for the request
func (*CreateForwardRequestBuilder) Post ¶
func (m *CreateForwardRequestBuilder) Post(options *CreateForwardRequestBuilderPostOptions) (*CreateForwardResponse, error)
Invoke action createForward Parameters:
- options : Options for the request
type CreateForwardRequestBuilderPostOptions ¶
type CreateForwardRequestBuilderPostOptions struct {
//
Body *CreateForwardRequestBody
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Options for Post
type CreateForwardResponse ¶
type CreateForwardResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes message
func NewCreateForwardResponse ¶
func NewCreateForwardResponse() *CreateForwardResponse
Instantiates a new createForwardResponse and sets the default values.
func (*CreateForwardResponse) GetAdditionalData ¶
func (m *CreateForwardResponse) GetAdditionalData() map[string]interface{}
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 (*CreateForwardResponse) GetFieldDeserializers ¶
func (m *CreateForwardResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*CreateForwardResponse) GetMessage ¶
func (m *CreateForwardResponse) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
Gets the message property value. Union type representation for type message
func (*CreateForwardResponse) IsNil ¶
func (m *CreateForwardResponse) IsNil() bool
func (*CreateForwardResponse) Serialize ¶
func (m *CreateForwardResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*CreateForwardResponse) SetAdditionalData ¶
func (m *CreateForwardResponse) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*CreateForwardResponse) SetMessage ¶
func (m *CreateForwardResponse) SetMessage(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message)
Sets the message property value. Union type representation for type message Parameters:
- value : Value to set for the message property.