Documentation
¶
Index ¶
- type CreateReplyAllRequestBody
- func (m *CreateReplyAllRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CreateReplyAllRequestBody) GetComment() *string
- func (m *CreateReplyAllRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CreateReplyAllRequestBody) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
- func (m *CreateReplyAllRequestBody) IsNil() bool
- func (m *CreateReplyAllRequestBody) Serialize(...) error
- func (m *CreateReplyAllRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CreateReplyAllRequestBody) SetComment(value *string)
- func (m *CreateReplyAllRequestBody) SetMessage(...)
- type CreateReplyAllRequestBuilder
- type CreateReplyAllRequestBuilderPostOptions
- type CreateReplyAllResponse
- func (m *CreateReplyAllResponse) GetAdditionalData() map[string]interface{}
- func (m *CreateReplyAllResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CreateReplyAllResponse) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
- func (m *CreateReplyAllResponse) IsNil() bool
- func (m *CreateReplyAllResponse) Serialize(...) error
- func (m *CreateReplyAllResponse) SetAdditionalData(value map[string]interface{})
- func (m *CreateReplyAllResponse) SetMessage(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateReplyAllRequestBody ¶
type CreateReplyAllRequestBody struct {
// contains filtered or unexported fields
}
func NewCreateReplyAllRequestBody ¶
func NewCreateReplyAllRequestBody() *CreateReplyAllRequestBody
Instantiates a new createReplyAllRequestBody and sets the default values.
func (*CreateReplyAllRequestBody) GetAdditionalData ¶
func (m *CreateReplyAllRequestBody) 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 (*CreateReplyAllRequestBody) GetComment ¶
func (m *CreateReplyAllRequestBody) GetComment() *string
Gets the Comment property value.
func (*CreateReplyAllRequestBody) GetFieldDeserializers ¶
func (m *CreateReplyAllRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*CreateReplyAllRequestBody) GetMessage ¶
func (m *CreateReplyAllRequestBody) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
Gets the Message property value.
func (*CreateReplyAllRequestBody) IsNil ¶
func (m *CreateReplyAllRequestBody) IsNil() bool
func (*CreateReplyAllRequestBody) Serialize ¶
func (m *CreateReplyAllRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*CreateReplyAllRequestBody) SetAdditionalData ¶
func (m *CreateReplyAllRequestBody) 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 (*CreateReplyAllRequestBody) SetComment ¶
func (m *CreateReplyAllRequestBody) SetComment(value *string)
Sets the Comment property value. Parameters:
- value : Value to set for the Comment property.
func (*CreateReplyAllRequestBody) SetMessage ¶
func (m *CreateReplyAllRequestBody) SetMessage(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message)
Sets the Message property value. Parameters:
- value : Value to set for the Message property.
type CreateReplyAllRequestBuilder ¶
type CreateReplyAllRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \users\{user-id}\messages\{message-id}\microsoft.graph.createReplyAll
func NewCreateReplyAllRequestBuilder ¶
func NewCreateReplyAllRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreateReplyAllRequestBuilder
Instantiates a new CreateReplyAllRequestBuilder 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 NewCreateReplyAllRequestBuilderInternal ¶
func NewCreateReplyAllRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreateReplyAllRequestBuilder
Instantiates a new CreateReplyAllRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*CreateReplyAllRequestBuilder) CreatePostRequestInformation ¶
func (m *CreateReplyAllRequestBuilder) CreatePostRequestInformation(options *CreateReplyAllRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action createReplyAll Parameters:
- options : Options for the request
func (*CreateReplyAllRequestBuilder) Post ¶
func (m *CreateReplyAllRequestBuilder) Post(options *CreateReplyAllRequestBuilderPostOptions) (*CreateReplyAllResponse, error)
Invoke action createReplyAll Parameters:
- options : Options for the request
type CreateReplyAllRequestBuilderPostOptions ¶
type CreateReplyAllRequestBuilderPostOptions struct {
//
Body *CreateReplyAllRequestBody
// 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 CreateReplyAllResponse ¶
type CreateReplyAllResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes message
func NewCreateReplyAllResponse ¶
func NewCreateReplyAllResponse() *CreateReplyAllResponse
Instantiates a new createReplyAllResponse and sets the default values.
func (*CreateReplyAllResponse) GetAdditionalData ¶
func (m *CreateReplyAllResponse) 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 (*CreateReplyAllResponse) GetFieldDeserializers ¶
func (m *CreateReplyAllResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*CreateReplyAllResponse) GetMessage ¶
func (m *CreateReplyAllResponse) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
Gets the message property value. Union type representation for type message
func (*CreateReplyAllResponse) IsNil ¶
func (m *CreateReplyAllResponse) IsNil() bool
func (*CreateReplyAllResponse) Serialize ¶
func (m *CreateReplyAllResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*CreateReplyAllResponse) SetAdditionalData ¶
func (m *CreateReplyAllResponse) 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 (*CreateReplyAllResponse) SetMessage ¶
func (m *CreateReplyAllResponse) SetMessage(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message)
Sets the message property value. Union type representation for type message Parameters:
- value : Value to set for the message property.