Documentation ¶
Index ¶
- func CreateFilterByCurrentUserWithOnResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type FilterByCurrentUserWithOnRequestBuilder
- type FilterByCurrentUserWithOnRequestBuilderGetQueryParameters
- type FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration
- type FilterByCurrentUserWithOnResponse
- type FilterByCurrentUserWithOnResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFilterByCurrentUserWithOnResponseFromDiscriminatorValue ¶
func CreateFilterByCurrentUserWithOnResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateFilterByCurrentUserWithOnResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type FilterByCurrentUserWithOnRequestBuilder ¶
type FilterByCurrentUserWithOnRequestBuilder struct {
// contains filtered or unexported fields
}
FilterByCurrentUserWithOnRequestBuilder provides operations to call the filterByCurrentUser method.
func NewFilterByCurrentUserWithOnRequestBuilder ¶
func NewFilterByCurrentUserWithOnRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FilterByCurrentUserWithOnRequestBuilder
NewFilterByCurrentUserWithOnRequestBuilder instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values.
func NewFilterByCurrentUserWithOnRequestBuilderInternal ¶
func NewFilterByCurrentUserWithOnRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, on *string) *FilterByCurrentUserWithOnRequestBuilder
NewFilterByCurrentUserWithOnRequestBuilderInternal instantiates a new FilterByCurrentUserWithOnRequestBuilder and sets the default values.
func (*FilterByCurrentUserWithOnRequestBuilder) CreateGetRequestInformation ¶
func (m *FilterByCurrentUserWithOnRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function filterByCurrentUser
func (*FilterByCurrentUserWithOnRequestBuilder) Get ¶
func (m *FilterByCurrentUserWithOnRequestBuilder) Get(ctx context.Context, requestConfiguration *FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration) (FilterByCurrentUserWithOnResponseable, error)
Get invoke function filterByCurrentUser
type FilterByCurrentUserWithOnRequestBuilderGetQueryParameters ¶ added in v0.41.0
type FilterByCurrentUserWithOnRequestBuilderGetQueryParameters 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"` }
FilterByCurrentUserWithOnRequestBuilderGetQueryParameters invoke function filterByCurrentUser
type FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *FilterByCurrentUserWithOnRequestBuilderGetQueryParameters }
FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type FilterByCurrentUserWithOnResponse ¶
type FilterByCurrentUserWithOnResponse struct { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse // contains filtered or unexported fields }
FilterByCurrentUserWithOnResponse provides operations to call the filterByCurrentUser method.
func NewFilterByCurrentUserWithOnResponse ¶
func NewFilterByCurrentUserWithOnResponse() *FilterByCurrentUserWithOnResponse
NewFilterByCurrentUserWithOnResponse instantiates a new filterByCurrentUserWithOnResponse and sets the default values.
func (*FilterByCurrentUserWithOnResponse) GetFieldDeserializers ¶
func (m *FilterByCurrentUserWithOnResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*FilterByCurrentUserWithOnResponse) GetValue ¶
func (m *FilterByCurrentUserWithOnResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleable
GetValue gets the value property value. The value property
func (*FilterByCurrentUserWithOnResponse) Serialize ¶
func (m *FilterByCurrentUserWithOnResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*FilterByCurrentUserWithOnResponse) SetValue ¶
func (m *FilterByCurrentUserWithOnResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleable)
SetValue sets the value property value. The value property
type FilterByCurrentUserWithOnResponseable ¶
type FilterByCurrentUserWithOnResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleAssignmentScheduleable) }
FilterByCurrentUserWithOnResponseable