Documentation ¶
Index ¶
- func CreateSharedWithMeResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type SharedWithMeRequestBuilder
- func (m *SharedWithMeRequestBuilder) CreateGetRequestInformation() (...)
- func (m *SharedWithMeRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SharedWithMeRequestBuilderGetRequestConfiguration) (...)
- func (m *SharedWithMeRequestBuilder) Get() (SharedWithMeResponseable, error)
- func (m *SharedWithMeRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *SharedWithMeRequestBuilderGetRequestConfiguration, ...) (SharedWithMeResponseable, error)
- type SharedWithMeRequestBuilderGetRequestConfiguration
- type SharedWithMeResponse
- func (m *SharedWithMeResponse) GetAdditionalData() map[string]interface{}
- func (m *SharedWithMeResponse) GetFieldDeserializers() ...
- func (m *SharedWithMeResponse) GetValue() ...
- func (m *SharedWithMeResponse) Serialize(...) error
- func (m *SharedWithMeResponse) SetAdditionalData(value map[string]interface{})
- func (m *SharedWithMeResponse) SetValue(...)
- type SharedWithMeResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSharedWithMeResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateSharedWithMeResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateSharedWithMeResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type SharedWithMeRequestBuilder ¶
type SharedWithMeRequestBuilder struct {
// contains filtered or unexported fields
}
SharedWithMeRequestBuilder provides operations to call the sharedWithMe method.
func NewSharedWithMeRequestBuilder ¶
func NewSharedWithMeRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SharedWithMeRequestBuilder
NewSharedWithMeRequestBuilder instantiates a new SharedWithMeRequestBuilder and sets the default values.
func NewSharedWithMeRequestBuilderInternal ¶
func NewSharedWithMeRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SharedWithMeRequestBuilder
NewSharedWithMeRequestBuilderInternal instantiates a new SharedWithMeRequestBuilder and sets the default values.
func (*SharedWithMeRequestBuilder) CreateGetRequestInformation ¶
func (m *SharedWithMeRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation invoke function sharedWithMe
func (*SharedWithMeRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *SharedWithMeRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *SharedWithMeRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration invoke function sharedWithMe
func (*SharedWithMeRequestBuilder) Get ¶
func (m *SharedWithMeRequestBuilder) Get() (SharedWithMeResponseable, error)
Get invoke function sharedWithMe
func (*SharedWithMeRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *SharedWithMeRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *SharedWithMeRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (SharedWithMeResponseable, error)
GetWithRequestConfigurationAndResponseHandler invoke function sharedWithMe
type SharedWithMeRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type SharedWithMeRequestBuilderGetRequestConfiguration struct { string]string Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }Headers map[
SharedWithMeRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type SharedWithMeResponse ¶ added in v0.13.0
type SharedWithMeResponse struct {
// contains filtered or unexported fields
}
SharedWithMeResponse provides operations to call the sharedWithMe method.
func NewSharedWithMeResponse ¶ added in v0.13.0
func NewSharedWithMeResponse() *SharedWithMeResponse
NewSharedWithMeResponse instantiates a new sharedWithMeResponse and sets the default values.
func (*SharedWithMeResponse) GetAdditionalData ¶ added in v0.13.0
func (m *SharedWithMeResponse) 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 (*SharedWithMeResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *SharedWithMeResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*SharedWithMeResponse) GetValue ¶ added in v0.13.0
func (m *SharedWithMeResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable
GetValue gets the value property value. The value property
func (*SharedWithMeResponse) Serialize ¶ added in v0.13.0
func (m *SharedWithMeResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*SharedWithMeResponse) SetAdditionalData ¶ added in v0.13.0
func (m *SharedWithMeResponse) 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 (*SharedWithMeResponse) SetValue ¶ added in v0.13.0
func (m *SharedWithMeResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable)
SetValue sets the value property value. The value property
type SharedWithMeResponseable ¶ added in v0.13.0
type SharedWithMeResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable }
SharedWithMeResponseable