Documentation
¶
Index ¶
- type CreateReplyRequestBody
- func (m *CreateReplyRequestBody) GetAdditionalData() map[string]interface{}
- func (m *CreateReplyRequestBody) GetComment() *string
- func (m *CreateReplyRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CreateReplyRequestBody) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
- func (m *CreateReplyRequestBody) IsNil() bool
- func (m *CreateReplyRequestBody) Serialize(...) error
- func (m *CreateReplyRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *CreateReplyRequestBody) SetComment(value *string)
- func (m *CreateReplyRequestBody) SetMessage(...)
- type CreateReplyRequestBuilder
- type CreateReplyRequestBuilderPostOptions
- type CreateReplyResponse
- func (m *CreateReplyResponse) GetAdditionalData() map[string]interface{}
- func (m *CreateReplyResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CreateReplyResponse) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
- func (m *CreateReplyResponse) IsNil() bool
- func (m *CreateReplyResponse) Serialize(...) error
- func (m *CreateReplyResponse) SetAdditionalData(value map[string]interface{})
- func (m *CreateReplyResponse) SetMessage(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateReplyRequestBody ¶
type CreateReplyRequestBody struct {
// contains filtered or unexported fields
}
CreateReplyRequestBody
func NewCreateReplyRequestBody ¶
func NewCreateReplyRequestBody() *CreateReplyRequestBody
NewCreateReplyRequestBody instantiates a new createReplyRequestBody and sets the default values.
func (*CreateReplyRequestBody) GetAdditionalData ¶
func (m *CreateReplyRequestBody) 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 (*CreateReplyRequestBody) GetComment ¶
func (m *CreateReplyRequestBody) GetComment() *string
GetComment gets the Comment property value.
func (*CreateReplyRequestBody) GetFieldDeserializers ¶
func (m *CreateReplyRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CreateReplyRequestBody) GetMessage ¶
func (m *CreateReplyRequestBody) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
GetMessage gets the Message property value.
func (*CreateReplyRequestBody) IsNil ¶
func (m *CreateReplyRequestBody) IsNil() bool
func (*CreateReplyRequestBody) Serialize ¶
func (m *CreateReplyRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*CreateReplyRequestBody) SetAdditionalData ¶
func (m *CreateReplyRequestBody) 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 (*CreateReplyRequestBody) SetComment ¶
func (m *CreateReplyRequestBody) SetComment(value *string)
SetComment sets the Comment property value.
func (*CreateReplyRequestBody) SetMessage ¶
func (m *CreateReplyRequestBody) SetMessage(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message)
SetMessage sets the Message property value.
type CreateReplyRequestBuilder ¶
type CreateReplyRequestBuilder struct {
// contains filtered or unexported fields
}
CreateReplyRequestBuilder builds and executes requests for operations under \me\messages\{message-id}\microsoft.graph.createReply
func NewCreateReplyRequestBuilder ¶
func NewCreateReplyRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreateReplyRequestBuilder
NewCreateReplyRequestBuilder instantiates a new CreateReplyRequestBuilder and sets the default values.
func NewCreateReplyRequestBuilderInternal ¶
func NewCreateReplyRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreateReplyRequestBuilder
NewCreateReplyRequestBuilderInternal instantiates a new CreateReplyRequestBuilder and sets the default values.
func (*CreateReplyRequestBuilder) CreatePostRequestInformation ¶
func (m *CreateReplyRequestBuilder) CreatePostRequestInformation(options *CreateReplyRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action createReply
func (*CreateReplyRequestBuilder) Post ¶
func (m *CreateReplyRequestBuilder) Post(options *CreateReplyRequestBuilderPostOptions) (*CreateReplyResponse, error)
Post invoke action createReply
type CreateReplyRequestBuilderPostOptions ¶
type CreateReplyRequestBuilderPostOptions struct {
//
Body *CreateReplyRequestBody
// 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
}
CreateReplyRequestBuilderPostOptions options for Post
type CreateReplyResponse ¶
type CreateReplyResponse struct {
// contains filtered or unexported fields
}
CreateReplyResponse union type wrapper for classes message
func NewCreateReplyResponse ¶
func NewCreateReplyResponse() *CreateReplyResponse
NewCreateReplyResponse instantiates a new createReplyResponse and sets the default values.
func (*CreateReplyResponse) GetAdditionalData ¶
func (m *CreateReplyResponse) 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 (*CreateReplyResponse) GetFieldDeserializers ¶
func (m *CreateReplyResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CreateReplyResponse) GetMessage ¶
func (m *CreateReplyResponse) GetMessage() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message
GetMessage gets the message property value. Union type representation for type message
func (*CreateReplyResponse) IsNil ¶
func (m *CreateReplyResponse) IsNil() bool
func (*CreateReplyResponse) Serialize ¶
func (m *CreateReplyResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*CreateReplyResponse) SetAdditionalData ¶
func (m *CreateReplyResponse) 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 (*CreateReplyResponse) SetMessage ¶
func (m *CreateReplyResponse) SetMessage(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Message)
SetMessage sets the message property value. Union type representation for type message