Documentation
¶
Index ¶
- func CreateDeltaResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type DeltaRequestBuilder
- func (m *DeltaRequestBuilder) CreateGetRequestInformation() (...)
- func (m *DeltaRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *DeltaRequestBuilderGetRequestConfiguration) (...)
- func (m *DeltaRequestBuilder) Get(ctx context.Context, ...) (DeltaResponseable, error)
- type DeltaRequestBuilderGetQueryParameters
- type DeltaRequestBuilderGetRequestConfiguration
- type DeltaResponse
- func (m *DeltaResponse) GetAdditionalData() map[string]interface{}
- func (m *DeltaResponse) GetFieldDeserializers() ...
- func (m *DeltaResponse) GetValue() ...
- func (m *DeltaResponse) Serialize(...) error
- func (m *DeltaResponse) SetAdditionalData(value map[string]interface{})
- func (m *DeltaResponse) SetValue(...)
- type DeltaResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDeltaResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateDeltaResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateDeltaResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type DeltaRequestBuilder ¶
type DeltaRequestBuilder struct {
// contains filtered or unexported fields
}
DeltaRequestBuilder provides operations to call the delta method.
func NewDeltaRequestBuilder ¶
func NewDeltaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeltaRequestBuilder
NewDeltaRequestBuilder instantiates a new DeltaRequestBuilder and sets the default values.
func NewDeltaRequestBuilderInternal ¶
func NewDeltaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeltaRequestBuilder
NewDeltaRequestBuilderInternal instantiates a new DeltaRequestBuilder and sets the default values.
func (*DeltaRequestBuilder) CreateGetRequestInformation ¶
func (m *DeltaRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get a set of contacts that have been added, deleted, or updated in a specified folder. A **delta** function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time.
func (*DeltaRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeltaRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *DeltaRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get a set of contacts that have been added, deleted, or updated in a specified folder. A **delta** function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time.
func (*DeltaRequestBuilder) Get ¶
func (m *DeltaRequestBuilder) Get(ctx context.Context, requestConfiguration *DeltaRequestBuilderGetRequestConfiguration) (DeltaResponseable, error)
Get get a set of contacts that have been added, deleted, or updated in a specified folder. A **delta** function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time.
type DeltaRequestBuilderGetQueryParameters ¶ added in v0.41.0
type DeltaRequestBuilderGetQueryParameters 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"`
}
DeltaRequestBuilderGetQueryParameters get a set of contacts that have been added, deleted, or updated in a specified folder. A **delta** function call for contacts in a folder is similar to a GET request, except that by appropriately applying state tokens in one or more of these calls, you can query for incremental changes in the contacts in that folder. This allows you to maintain and synchronize a local store of a user's contacts without having to fetch the entire set of contacts from the server every time.
type DeltaRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type DeltaRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *DeltaRequestBuilderGetQueryParameters
}
DeltaRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type DeltaResponse ¶ added in v0.13.0
type DeltaResponse struct {
// contains filtered or unexported fields
}
DeltaResponse provides operations to call the delta method.
func NewDeltaResponse ¶ added in v0.13.0
func NewDeltaResponse() *DeltaResponse
NewDeltaResponse instantiates a new deltaResponse and sets the default values.
func (*DeltaResponse) GetAdditionalData ¶ added in v0.13.0
func (m *DeltaResponse) 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 (*DeltaResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *DeltaResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*DeltaResponse) GetValue ¶ added in v0.13.0
func (m *DeltaResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contactable
GetValue gets the value property value. The value property
func (*DeltaResponse) Serialize ¶ added in v0.13.0
func (m *DeltaResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*DeltaResponse) SetAdditionalData ¶ added in v0.13.0
func (m *DeltaResponse) 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 (*DeltaResponse) SetValue ¶ added in v0.13.0
func (m *DeltaResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contactable)
SetValue sets the value property value. The value property
type DeltaResponseable ¶ added in v0.13.0
type DeltaResponseable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contactable
SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Contactable)
}
DeltaResponseable