Documentation ¶
Index ¶
- func CreateGetAllMessagesResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetAllMessagesRequestBuilder
- type GetAllMessagesRequestBuilderGetOptions
- type GetAllMessagesResponse
- func (m *GetAllMessagesResponse) GetAdditionalData() map[string]interface{}
- func (m *GetAllMessagesResponse) GetFieldDeserializers() ...
- func (m *GetAllMessagesResponse) GetValue() ...
- 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 i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetAllMessagesRequestBuilder
NewGetAllMessagesRequestBuilder instantiates a new GetAllMessagesRequestBuilder and sets the default values.
func NewGetAllMessagesRequestBuilderInternal ¶
func NewGetAllMessagesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetAllMessagesRequestBuilder
NewGetAllMessagesRequestBuilderInternal instantiates a new GetAllMessagesRequestBuilder and sets the default values.
func (*GetAllMessagesRequestBuilder) CreateGetRequestInformation ¶
func (m *GetAllMessagesRequestBuilder) CreateGetRequestInformation(options *GetAllMessagesRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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 Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetAllMessagesResponse) GetValue ¶
func (m *GetAllMessagesResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable
GetValue gets the value property value. The value property
func (*GetAllMessagesResponse) Serialize ¶
func (m *GetAllMessagesResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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 []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable)
SetValue sets the value property value. The value property
type GetAllMessagesResponseable ¶
type GetAllMessagesResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable) }
GetAllMessagesResponseable