Documentation
¶
Index ¶
- func CreateGetAllMessagesResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetAllMessagesRequestBuilder
- func (m *GetAllMessagesRequestBuilder) CreateGetRequestInformation() (...)
- func (m *GetAllMessagesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *GetAllMessagesRequestBuilderGetRequestConfiguration) (...)
- func (m *GetAllMessagesRequestBuilder) Get(ctx context.Context, ...) (GetAllMessagesResponseable, error)
- type GetAllMessagesRequestBuilderGetQueryParameters
- type GetAllMessagesRequestBuilderGetRequestConfiguration
- 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 ¶ added in v0.13.0
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() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function getAllMessages
func (*GetAllMessagesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *GetAllMessagesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *GetAllMessagesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration invoke function getAllMessages
func (*GetAllMessagesRequestBuilder) Get ¶
func (m *GetAllMessagesRequestBuilder) Get(ctx context.Context, requestConfiguration *GetAllMessagesRequestBuilderGetRequestConfiguration) (GetAllMessagesResponseable, error)
Get invoke function getAllMessages
type GetAllMessagesRequestBuilderGetQueryParameters ¶ added in v0.41.0
type GetAllMessagesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
GetAllMessagesRequestBuilderGetQueryParameters invoke function getAllMessages
type GetAllMessagesRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type GetAllMessagesRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *GetAllMessagesRequestBuilderGetQueryParameters
}
GetAllMessagesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type GetAllMessagesResponse ¶ added in v0.13.0
type GetAllMessagesResponse struct {
// contains filtered or unexported fields
}
GetAllMessagesResponse provides operations to call the getAllMessages method.
func NewGetAllMessagesResponse ¶ added in v0.13.0
func NewGetAllMessagesResponse() *GetAllMessagesResponse
NewGetAllMessagesResponse instantiates a new getAllMessagesResponse and sets the default values.
func (*GetAllMessagesResponse) GetAdditionalData ¶ added in v0.13.0
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 ¶ added in v0.13.0
func (m *GetAllMessagesResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetAllMessagesResponse) GetValue ¶ added in v0.13.0
func (m *GetAllMessagesResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable
GetValue gets the value property value. The value property
func (*GetAllMessagesResponse) Serialize ¶ added in v0.13.0
func (m *GetAllMessagesResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetAllMessagesResponse) SetAdditionalData ¶ added in v0.13.0
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 ¶ added in v0.13.0
func (m *GetAllMessagesResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable)
SetValue sets the value property value. The value property
type GetAllMessagesResponseable ¶ added in v0.13.0
type GetAllMessagesResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable
SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ChatMessageable)
}
GetAllMessagesResponseable