Documentation ¶
Index ¶
- type DriveRequestBuilder
- func (m *DriveRequestBuilder) Bundles() ...
- func (m *DriveRequestBuilder) BundlesById(id string) ...
- func (m *DriveRequestBuilder) CreateDeleteRequestInformation(options *DriveRequestBuilderDeleteOptions) (...)
- func (m *DriveRequestBuilder) CreateGetRequestInformation(options *DriveRequestBuilderGetOptions) (...)
- func (m *DriveRequestBuilder) CreatePatchRequestInformation(options *DriveRequestBuilderPatchOptions) (...)
- func (m *DriveRequestBuilder) Delete(options *DriveRequestBuilderDeleteOptions) error
- func (m *DriveRequestBuilder) Following() ...
- func (m *DriveRequestBuilder) FollowingById(id string) ...
- func (m *DriveRequestBuilder) Get(options *DriveRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Drive, ...)
- func (m *DriveRequestBuilder) Items() ...
- func (m *DriveRequestBuilder) ItemsById(id string) ...
- func (m *DriveRequestBuilder) List() ...
- func (m *DriveRequestBuilder) Patch(options *DriveRequestBuilderPatchOptions) error
- func (m *DriveRequestBuilder) Recent() ...
- func (m *DriveRequestBuilder) Root() ...
- func (m *DriveRequestBuilder) SearchWithQ(q *string) ...
- func (m *DriveRequestBuilder) SharedWithMe() ...
- func (m *DriveRequestBuilder) Special() ...
- func (m *DriveRequestBuilder) SpecialById(id string) ...
- type DriveRequestBuilderDeleteOptions
- type DriveRequestBuilderGetOptions
- type DriveRequestBuilderGetQueryParameters
- type DriveRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriveRequestBuilder ¶
type DriveRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \drives\{drive-id}
func NewDriveRequestBuilder ¶
func NewDriveRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DriveRequestBuilder
Instantiates a new DriveRequestBuilder 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 NewDriveRequestBuilderInternal ¶
func NewDriveRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DriveRequestBuilder
Instantiates a new DriveRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*DriveRequestBuilder) BundlesById ¶
func (m *DriveRequestBuilder) BundlesById(id string) *id7a7f8969d72823f194725db5971b674a1dd6dda550bc0b0d5bec20719ad9ee5.DriveItemRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.drives.item.bundles.item collection Parameters:
- id : Unique identifier of the item
func (*DriveRequestBuilder) CreateDeleteRequestInformation ¶
func (m *DriveRequestBuilder) CreateDeleteRequestInformation(options *DriveRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Delete entity from drives Parameters:
- options : Options for the request
func (*DriveRequestBuilder) CreateGetRequestInformation ¶
func (m *DriveRequestBuilder) CreateGetRequestInformation(options *DriveRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Get entity from drives by key Parameters:
- options : Options for the request
func (*DriveRequestBuilder) CreatePatchRequestInformation ¶
func (m *DriveRequestBuilder) CreatePatchRequestInformation(options *DriveRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Update entity in drives Parameters:
- options : Options for the request
func (*DriveRequestBuilder) Delete ¶
func (m *DriveRequestBuilder) Delete(options *DriveRequestBuilderDeleteOptions) error
Delete entity from drives Parameters:
- options : Options for the request
func (*DriveRequestBuilder) FollowingById ¶
func (m *DriveRequestBuilder) FollowingById(id string) *i1ccf6e5f8701f6397ef714c413639aae46e1c415cb2263eeee0443f0155a743b.DriveItemRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.drives.item.following.item collection Parameters:
- id : Unique identifier of the item
func (*DriveRequestBuilder) Get ¶
func (m *DriveRequestBuilder) Get(options *DriveRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Drive, error)
Get entity from drives by key Parameters:
- options : Options for the request
func (*DriveRequestBuilder) ItemsById ¶
func (m *DriveRequestBuilder) ItemsById(id string) *iafa8d5d3e1080d6766c6b71c082fdab35a828b1d0cc84e17edcfefd65ff9b021.DriveItemRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.drives.item.items.item collection Parameters:
- id : Unique identifier of the item
func (*DriveRequestBuilder) Patch ¶
func (m *DriveRequestBuilder) Patch(options *DriveRequestBuilderPatchOptions) error
Update entity in drives Parameters:
- options : Options for the request
func (*DriveRequestBuilder) Recent ¶
func (m *DriveRequestBuilder) Recent() *i53698fe752ade34739ebb810a835811924df4d95e4b93d4e5a47d1449a7c9181.RecentRequestBuilder
Builds and executes requests for operations under \drives\{drive-id}\microsoft.graph.recent()
func (*DriveRequestBuilder) SearchWithQ ¶
func (m *DriveRequestBuilder) SearchWithQ(q *string) *i179944f90cbf5506a527dd2030c3cef54ae3ad4acbf50eb045881c9bd8549265.SearchWithQRequestBuilder
Builds and executes requests for operations under \drives\{drive-id}\microsoft.graph.search(q='{q}') Parameters:
- q : Usage: q={q}
func (*DriveRequestBuilder) SharedWithMe ¶
func (m *DriveRequestBuilder) SharedWithMe() *i2e66e6af0433d92d462a30e13b39a28fb7dee1f8ee90a449b4e31ca54ccec7f4.SharedWithMeRequestBuilder
Builds and executes requests for operations under \drives\{drive-id}\microsoft.graph.sharedWithMe()
func (*DriveRequestBuilder) SpecialById ¶
func (m *DriveRequestBuilder) SpecialById(id string) *ibb5bf0dffefc66fdb863261eb4a45d386965bbca07ce1fa075249ee0e414aba9.DriveItemRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go.drives.item.special.item collection Parameters:
- id : Unique identifier of the item
type DriveRequestBuilderDeleteOptions ¶
type DriveRequestBuilderDeleteOptions struct { // 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 }
Options for Delete
type DriveRequestBuilderGetOptions ¶
type DriveRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *DriveRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Get
type DriveRequestBuilderGetQueryParameters ¶
type DriveRequestBuilderGetQueryParameters struct { ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
Get entity from drives by key
type DriveRequestBuilderPatchOptions ¶
type DriveRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Drive // 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 }
Options for Patch