Documentation ¶
Index ¶
- type SharesRequestBuilder
- func (m *SharesRequestBuilder) CreateGetRequestInformation(options *SharesRequestBuilderGetOptions) (...)
- func (m *SharesRequestBuilder) CreatePostRequestInformation(options *SharesRequestBuilderPostOptions) (...)
- func (m *SharesRequestBuilder) Get(options *SharesRequestBuilderGetOptions) (*SharesResponse, error)
- func (m *SharesRequestBuilder) Post(options *SharesRequestBuilderPostOptions) (...)
- type SharesRequestBuilderGetOptions
- type SharesRequestBuilderGetQueryParameters
- type SharesRequestBuilderPostOptions
- type SharesResponse
- func (m *SharesResponse) GetAdditionalData() map[string]interface{}
- func (m *SharesResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *SharesResponse) GetNextLink() *string
- func (m *SharesResponse) GetValue() ...
- func (m *SharesResponse) IsNil() bool
- func (m *SharesResponse) Serialize(...) error
- func (m *SharesResponse) SetAdditionalData(value map[string]interface{})
- func (m *SharesResponse) SetNextLink(value *string)
- func (m *SharesResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SharesRequestBuilder ¶
type SharesRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \shares
func NewSharesRequestBuilder ¶
func NewSharesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SharesRequestBuilder
Instantiates a new SharesRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewSharesRequestBuilderInternal ¶
func NewSharesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SharesRequestBuilder
Instantiates a new SharesRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*SharesRequestBuilder) CreateGetRequestInformation ¶
func (m *SharesRequestBuilder) CreateGetRequestInformation(options *SharesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Get entities from shares Parameters:
- options : Options for the request
func (*SharesRequestBuilder) CreatePostRequestInformation ¶
func (m *SharesRequestBuilder) CreatePostRequestInformation(options *SharesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Add new entity to shares Parameters:
- options : Options for the request
func (*SharesRequestBuilder) Get ¶
func (m *SharesRequestBuilder) Get(options *SharesRequestBuilderGetOptions) (*SharesResponse, error)
Get entities from shares Parameters:
- options : Options for the request
func (*SharesRequestBuilder) Post ¶
func (m *SharesRequestBuilder) Post(options *SharesRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SharedDriveItem, error)
Add new entity to shares Parameters:
- options : Options for the request
type SharesRequestBuilderGetOptions ¶
type SharesRequestBuilderGetOptions struct { string]string O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption Q *SharesRequestBuilderGetQueryParameters ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }H map[
Options for Get
type SharesRequestBuilderGetQueryParameters ¶
type SharesRequestBuilderGetQueryParameters struct { bool Expand []string Filter *string Orderby []string Search *string Select_escaped []string Skip *int32 Top *int32 }Count *
Get entities from shares
type SharesRequestBuilderPostOptions ¶
type SharesRequestBuilderPostOptions struct { i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SharedDriveItem H map[string]string O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }Body *
Options for Post
type SharesResponse ¶
type SharesResponse struct {
// contains filtered or unexported fields
}
func NewSharesResponse ¶
func NewSharesResponse() *SharesResponse
Instantiates a new sharesResponse and sets the default values.
func (*SharesResponse) GetAdditionalData ¶
func (m *SharesResponse) GetAdditionalData() map[string]interface{}
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 (*SharesResponse) GetFieldDeserializers ¶
func (m *SharesResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*SharesResponse) GetNextLink ¶
func (m *SharesResponse) GetNextLink() *string
Gets the nextLink property value.
func (*SharesResponse) GetValue ¶
func (m *SharesResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SharedDriveItem
Gets the value property value.
func (*SharesResponse) IsNil ¶
func (m *SharesResponse) IsNil() bool
func (*SharesResponse) Serialize ¶
func (m *SharesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*SharesResponse) SetAdditionalData ¶
func (m *SharesResponse) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*SharesResponse) SetNextLink ¶
func (m *SharesResponse) SetNextLink(value *string)
Sets the nextLink property value. Parameters:
- value : Value to set for the nextLink property.
func (*SharesResponse) SetValue ¶
func (m *SharesResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.SharedDriveItem)
Sets the value property value. Parameters:
- value : Value to set for the value property.