Documentation
¶
Index ¶
- type ReplyAllRequestBody
- func (m *ReplyAllRequestBody) GetAdditionalData() map[string]interface{}
- func (m *ReplyAllRequestBody) GetComment() *string
- func (m *ReplyAllRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *ReplyAllRequestBody) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
- func (m *ReplyAllRequestBody) IsNil() bool
- func (m *ReplyAllRequestBody) Serialize(...) error
- func (m *ReplyAllRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *ReplyAllRequestBody) SetComment(value *string)
- func (m *ReplyAllRequestBody) SetMessage(...)
- type ReplyAllRequestBuilder
- type ReplyAllRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReplyAllRequestBody ¶
type ReplyAllRequestBody struct {
// contains filtered or unexported fields
}
ReplyAllRequestBody
func NewReplyAllRequestBody ¶
func NewReplyAllRequestBody() *ReplyAllRequestBody
NewReplyAllRequestBody instantiates a new replyAllRequestBody and sets the default values.
func (*ReplyAllRequestBody) GetAdditionalData ¶
func (m *ReplyAllRequestBody) 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 (*ReplyAllRequestBody) GetComment ¶
func (m *ReplyAllRequestBody) GetComment() *string
GetComment gets the Comment property value.
func (*ReplyAllRequestBody) GetFieldDeserializers ¶
func (m *ReplyAllRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*ReplyAllRequestBody) GetMessage ¶
func (m *ReplyAllRequestBody) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
GetMessage gets the Message property value.
func (*ReplyAllRequestBody) IsNil ¶
func (m *ReplyAllRequestBody) IsNil() bool
func (*ReplyAllRequestBody) Serialize ¶
func (m *ReplyAllRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*ReplyAllRequestBody) SetAdditionalData ¶
func (m *ReplyAllRequestBody) 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 (*ReplyAllRequestBody) SetComment ¶
func (m *ReplyAllRequestBody) SetComment(value *string)
SetComment sets the Comment property value.
func (*ReplyAllRequestBody) SetMessage ¶
func (m *ReplyAllRequestBody) SetMessage(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message)
SetMessage sets the Message property value.
type ReplyAllRequestBuilder ¶
type ReplyAllRequestBuilder struct {
// contains filtered or unexported fields
}
ReplyAllRequestBuilder builds and executes requests for operations under \users\{user-id}\messages\{message-id}\microsoft.graph.replyAll
func NewReplyAllRequestBuilder ¶
func NewReplyAllRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ReplyAllRequestBuilder
NewReplyAllRequestBuilder instantiates a new ReplyAllRequestBuilder and sets the default values.
func NewReplyAllRequestBuilderInternal ¶
func NewReplyAllRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ReplyAllRequestBuilder
NewReplyAllRequestBuilderInternal instantiates a new ReplyAllRequestBuilder and sets the default values.
func (*ReplyAllRequestBuilder) CreatePostRequestInformation ¶
func (m *ReplyAllRequestBuilder) CreatePostRequestInformation(options *ReplyAllRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action replyAll
func (*ReplyAllRequestBuilder) Post ¶
func (m *ReplyAllRequestBuilder) Post(options *ReplyAllRequestBuilderPostOptions) error
Post invoke action replyAll
type ReplyAllRequestBuilderPostOptions ¶
type ReplyAllRequestBuilderPostOptions struct {
//
Body *ReplyAllRequestBody
// 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
}
ReplyAllRequestBuilderPostOptions options for Post