Documentation ¶
Index ¶
- func CreateGetAllMessagesResponseFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type GetAllMessagesRequestBuilder
- type GetAllMessagesRequestBuilderGetOptions
- type GetAllMessagesResponse
- func (m *GetAllMessagesResponse) GetAdditionalData() map[string]interface{}
- func (m *GetAllMessagesResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetAllMessagesResponse) GetValue() ...
- func (m *GetAllMessagesResponse) IsNil() bool
- func (m *GetAllMessagesResponse) Serialize(...) error
- func (m *GetAllMessagesResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetAllMessagesResponse) SetValue(...)
- type GetAllMessagesResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetAllMessagesResponseFromDiscriminatorValue ¶
func CreateGetAllMessagesResponseFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateGetAllMessagesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetAllMessagesRequestBuilder ¶
type GetAllMessagesRequestBuilder struct {
// contains filtered or unexported fields
}
GetAllMessagesRequestBuilder provides operations to call the getAllMessages method.
func NewGetAllMessagesRequestBuilder ¶
func NewGetAllMessagesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetAllMessagesRequestBuilder
NewGetAllMessagesRequestBuilder instantiates a new GetAllMessagesRequestBuilder and sets the default values.
func NewGetAllMessagesRequestBuilderInternal ¶
func NewGetAllMessagesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetAllMessagesRequestBuilder
NewGetAllMessagesRequestBuilderInternal instantiates a new GetAllMessagesRequestBuilder and sets the default values.
func (*GetAllMessagesRequestBuilder) CreateGetRequestInformation ¶
func (m *GetAllMessagesRequestBuilder) CreateGetRequestInformation(options *GetAllMessagesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation invoke function getAllMessages
func (*GetAllMessagesRequestBuilder) Get ¶
func (m *GetAllMessagesRequestBuilder) Get(options *GetAllMessagesRequestBuilderGetOptions) (GetAllMessagesResponseable, error)
Get invoke function getAllMessages
type GetAllMessagesRequestBuilderGetOptions ¶
type GetAllMessagesRequestBuilderGetOptions struct { // 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 }
GetAllMessagesRequestBuilderGetOptions options for Get
type GetAllMessagesResponse ¶
type GetAllMessagesResponse struct {
// contains filtered or unexported fields
}
GetAllMessagesResponse provides operations to call the getAllMessages method.
func NewGetAllMessagesResponse ¶
func NewGetAllMessagesResponse() *GetAllMessagesResponse
NewGetAllMessagesResponse instantiates a new getAllMessagesResponse and sets the default values.
func (*GetAllMessagesResponse) GetAdditionalData ¶
func (m *GetAllMessagesResponse) 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 (*GetAllMessagesResponse) GetFieldDeserializers ¶
func (m *GetAllMessagesResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetAllMessagesResponse) GetValue ¶
func (m *GetAllMessagesResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ChatMessageable
GetValue gets the value property value.
func (*GetAllMessagesResponse) IsNil ¶
func (m *GetAllMessagesResponse) IsNil() bool
func (*GetAllMessagesResponse) Serialize ¶
func (m *GetAllMessagesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetAllMessagesResponse) SetAdditionalData ¶
func (m *GetAllMessagesResponse) 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 (*GetAllMessagesResponse) SetValue ¶
func (m *GetAllMessagesResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ChatMessageable)
SetValue sets the value property value.
type GetAllMessagesResponseable ¶
type GetAllMessagesResponseable interface { i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ChatMessageable SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ChatMessageable) }
GetAllMessagesResponseable