Documentation
¶
Index ¶
- type DrivesRequestBuilder
- func (m *DrivesRequestBuilder) Count() ...
- func (m *DrivesRequestBuilder) CreateGetRequestInformation(options *DrivesRequestBuilderGetOptions) (...)
- func (m *DrivesRequestBuilder) CreatePostRequestInformation(options *DrivesRequestBuilderPostOptions) (...)
- func (m *DrivesRequestBuilder) Get(options *DrivesRequestBuilderGetOptions) (...)
- func (m *DrivesRequestBuilder) Post(options *DrivesRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Driveable, ...)
- type DrivesRequestBuilderGetOptions
- type DrivesRequestBuilderGetQueryParameters
- type DrivesRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DrivesRequestBuilder ¶
type DrivesRequestBuilder struct {
// contains filtered or unexported fields
}
DrivesRequestBuilder provides operations to manage the collection of drive entities.
func NewDrivesRequestBuilder ¶
func NewDrivesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DrivesRequestBuilder
NewDrivesRequestBuilder instantiates a new DrivesRequestBuilder and sets the default values.
func NewDrivesRequestBuilderInternal ¶
func NewDrivesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DrivesRequestBuilder
NewDrivesRequestBuilderInternal instantiates a new DrivesRequestBuilder and sets the default values.
func (*DrivesRequestBuilder) CreateGetRequestInformation ¶
func (m *DrivesRequestBuilder) CreateGetRequestInformation(options *DrivesRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get entities from drives
func (*DrivesRequestBuilder) CreatePostRequestInformation ¶
func (m *DrivesRequestBuilder) CreatePostRequestInformation(options *DrivesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation add new entity to drives
func (*DrivesRequestBuilder) Get ¶
func (m *DrivesRequestBuilder) Get(options *DrivesRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveCollectionResponseable, error)
Get get entities from drives
func (*DrivesRequestBuilder) Post ¶
func (m *DrivesRequestBuilder) Post(options *DrivesRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Driveable, error)
Post add new entity to drives
type DrivesRequestBuilderGetOptions ¶
type DrivesRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *DrivesRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
DrivesRequestBuilderGetOptions options for Get
type DrivesRequestBuilderGetQueryParameters ¶
type DrivesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool
// Expand related entities
Expand []string
// Filter items by property values
Filter *string
// Order items by property values
Orderby []string
// Search items by search phrases
Search *string
// Select properties to be returned
Select []string
// Skip the first n items
Skip *int32
// Show only the first n items
Top *int32
}
DrivesRequestBuilderGetQueryParameters get entities from drives
type DrivesRequestBuilderPostOptions ¶
type DrivesRequestBuilderPostOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Driveable
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
DrivesRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.