Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRecentResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateRecentResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateRecentResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type RecentRequestBuilder ¶
type RecentRequestBuilder struct {
// contains filtered or unexported fields
}
RecentRequestBuilder provides operations to call the recent method.
func NewRecentRequestBuilder ¶
func NewRecentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RecentRequestBuilder
NewRecentRequestBuilder instantiates a new RecentRequestBuilder and sets the default values.
func NewRecentRequestBuilderInternal ¶
func NewRecentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RecentRequestBuilder
NewRecentRequestBuilderInternal instantiates a new RecentRequestBuilder and sets the default values.
func (*RecentRequestBuilder) CreateGetRequestInformation ¶
func (m *RecentRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *RecentRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service will query for the most recent historyItems, and then pull those related activities. Activities will be sorted according to the most recent **lastModified** on the **historyItem**. This means that activities without **historyItems** will not be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is particularly active and other applications have created more recent activities. To get your application's activities, use the **nextLink** property to paginate.
func (*RecentRequestBuilder) Get ¶
func (m *RecentRequestBuilder) Get(ctx context.Context, requestConfiguration *RecentRequestBuilderGetRequestConfiguration) (RecentResponseable, error)
Get get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service will query for the most recent historyItems, and then pull those related activities. Activities will be sorted according to the most recent **lastModified** on the **historyItem**. This means that activities without **historyItems** will not be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is particularly active and other applications have created more recent activities. To get your application's activities, use the **nextLink** property to paginate.
type RecentRequestBuilderGetQueryParameters ¶ added in v0.41.0
type RecentRequestBuilderGetQueryParameters 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"` }
RecentRequestBuilderGetQueryParameters get recent activities for a given user. This OData function has some default behaviors included to make it operate like a 'most recently used' API. The service will query for the most recent historyItems, and then pull those related activities. Activities will be sorted according to the most recent **lastModified** on the **historyItem**. This means that activities without **historyItems** will not be included in the response. The UserActivity.ReadWrite.CreatedByApp permission will also apply extra filtering to the response, so that only activities created by your application are returned. This server-side filtering might result in empty pages if the user is particularly active and other applications have created more recent activities. To get your application's activities, use the **nextLink** property to paginate.
type RecentRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type RecentRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *RecentRequestBuilderGetQueryParameters }
RecentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type RecentResponse ¶ added in v0.13.0
type RecentResponse struct { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse // contains filtered or unexported fields }
RecentResponse provides operations to call the recent method.
func NewRecentResponse ¶ added in v0.13.0
func NewRecentResponse() *RecentResponse
NewRecentResponse instantiates a new recentResponse and sets the default values.
func (*RecentResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *RecentResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*RecentResponse) GetValue ¶ added in v0.13.0
func (m *RecentResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserActivityable
GetValue gets the value property value. The value property
func (*RecentResponse) Serialize ¶ added in v0.13.0
func (m *RecentResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*RecentResponse) SetValue ¶ added in v0.13.0
func (m *RecentResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserActivityable)
SetValue sets the value property value. The value property
type RecentResponseable ¶ added in v0.13.0
type RecentResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserActivityable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UserActivityable) }
RecentResponseable