Documentation ¶
Index ¶
- func CreateDeltaWithTokenResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type DeltaWithTokenRequestBuilder
- type DeltaWithTokenRequestBuilderGetQueryParameters
- type DeltaWithTokenRequestBuilderGetRequestConfiguration
- type DeltaWithTokenResponse
- type DeltaWithTokenResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDeltaWithTokenResponseFromDiscriminatorValue ¶
func CreateDeltaWithTokenResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateDeltaWithTokenResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type DeltaWithTokenRequestBuilder ¶
type DeltaWithTokenRequestBuilder struct {
// contains filtered or unexported fields
}
DeltaWithTokenRequestBuilder provides operations to call the delta method.
func NewDeltaWithTokenRequestBuilder ¶
func NewDeltaWithTokenRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeltaWithTokenRequestBuilder
NewDeltaWithTokenRequestBuilder instantiates a new DeltaWithTokenRequestBuilder and sets the default values.
func NewDeltaWithTokenRequestBuilderInternal ¶
func NewDeltaWithTokenRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, token *string) *DeltaWithTokenRequestBuilder
NewDeltaWithTokenRequestBuilderInternal instantiates a new DeltaWithTokenRequestBuilder and sets the default values.
func (*DeltaWithTokenRequestBuilder) CreateGetRequestInformation ¶
func (m *DeltaWithTokenRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *DeltaWithTokenRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function delta
func (*DeltaWithTokenRequestBuilder) Get ¶
func (m *DeltaWithTokenRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaWithTokenRequestBuilderGetRequestConfiguration) (DeltaWithTokenResponseable, error)
Get invoke function delta
type DeltaWithTokenRequestBuilderGetQueryParameters ¶ added in v0.41.0
type DeltaWithTokenRequestBuilderGetQueryParameters 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"` }
DeltaWithTokenRequestBuilderGetQueryParameters invoke function delta
type DeltaWithTokenRequestBuilderGetRequestConfiguration ¶
type DeltaWithTokenRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *DeltaWithTokenRequestBuilderGetQueryParameters }
DeltaWithTokenRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type DeltaWithTokenResponse ¶
type DeltaWithTokenResponse struct { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponse // contains filtered or unexported fields }
DeltaWithTokenResponse provides operations to call the delta method.
func NewDeltaWithTokenResponse ¶
func NewDeltaWithTokenResponse() *DeltaWithTokenResponse
NewDeltaWithTokenResponse instantiates a new deltaWithTokenResponse and sets the default values.
func (*DeltaWithTokenResponse) GetFieldDeserializers ¶
func (m *DeltaWithTokenResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*DeltaWithTokenResponse) GetValue ¶
func (m *DeltaWithTokenResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable
GetValue gets the value property value. The value property
func (*DeltaWithTokenResponse) Serialize ¶
func (m *DeltaWithTokenResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*DeltaWithTokenResponse) SetValue ¶
func (m *DeltaWithTokenResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable)
SetValue sets the value property value. The value property
type DeltaWithTokenResponseable ¶
type DeltaWithTokenResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseDeltaFunctionResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable) }
DeltaWithTokenResponseable