Documentation ¶
Index ¶
- type DriveItemRequestBuilder
- func (m *DriveItemRequestBuilder) Bundles() ...
- func (m *DriveItemRequestBuilder) BundlesById(id string) ...
- func (m *DriveItemRequestBuilder) CreateDeleteRequestInformation(options *DriveItemRequestBuilderDeleteOptions) (...)
- func (m *DriveItemRequestBuilder) CreateGetRequestInformation(options *DriveItemRequestBuilderGetOptions) (...)
- func (m *DriveItemRequestBuilder) CreatePatchRequestInformation(options *DriveItemRequestBuilderPatchOptions) (...)
- func (m *DriveItemRequestBuilder) Delete(options *DriveItemRequestBuilderDeleteOptions) error
- func (m *DriveItemRequestBuilder) Following() ...
- func (m *DriveItemRequestBuilder) FollowingById(id string) ...
- func (m *DriveItemRequestBuilder) Get(options *DriveItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Driveable, ...)
- func (m *DriveItemRequestBuilder) Items() ...
- func (m *DriveItemRequestBuilder) ItemsById(id string) ...
- func (m *DriveItemRequestBuilder) List() ...
- func (m *DriveItemRequestBuilder) Patch(options *DriveItemRequestBuilderPatchOptions) error
- func (m *DriveItemRequestBuilder) Root() ...
- func (m *DriveItemRequestBuilder) Special() ...
- func (m *DriveItemRequestBuilder) SpecialById(id string) ...
- type DriveItemRequestBuilderDeleteOptions
- type DriveItemRequestBuilderGetOptions
- type DriveItemRequestBuilderGetQueryParameters
- type DriveItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriveItemRequestBuilder ¶ added in v0.12.0
type DriveItemRequestBuilder struct {
// contains filtered or unexported fields
}
DriveItemRequestBuilder provides operations to manage the drives property of the microsoft.graph.user entity.
func NewDriveItemRequestBuilder ¶ added in v0.12.0
func NewDriveItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DriveItemRequestBuilder
NewDriveItemRequestBuilder instantiates a new DriveItemRequestBuilder and sets the default values.
func NewDriveItemRequestBuilderInternal ¶ added in v0.12.0
func NewDriveItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DriveItemRequestBuilder
NewDriveItemRequestBuilderInternal instantiates a new DriveItemRequestBuilder and sets the default values.
func (*DriveItemRequestBuilder) BundlesById ¶ added in v0.13.0
func (m *DriveItemRequestBuilder) BundlesById(id string) *ie35b5069eeea0359b3dc0a8264d4aa578446aa78e86d3bf1873094d7bfbafc39.DriveItemItemRequestBuilder
BundlesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.drives.item.bundles.item collection
func (*DriveItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *DriveItemRequestBuilder) CreateDeleteRequestInformation(options *DriveItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property drives for me
func (*DriveItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *DriveItemRequestBuilder) CreateGetRequestInformation(options *DriveItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation a collection of drives available for this user. Read-only.
func (*DriveItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *DriveItemRequestBuilder) CreatePatchRequestInformation(options *DriveItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property drives in me
func (*DriveItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *DriveItemRequestBuilder) Delete(options *DriveItemRequestBuilderDeleteOptions) error
Delete delete navigation property drives for me
func (*DriveItemRequestBuilder) FollowingById ¶ added in v0.13.0
func (m *DriveItemRequestBuilder) FollowingById(id string) *ie5906441abbc73187c4eeab57ee5b669993d8fe5f2b96ae57c4a1f3ea9cbbfd0.DriveItemItemRequestBuilder
FollowingById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.drives.item.following.item collection
func (*DriveItemRequestBuilder) Get ¶ added in v0.12.0
func (m *DriveItemRequestBuilder) Get(options *DriveItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Driveable, error)
Get a collection of drives available for this user. Read-only.
func (*DriveItemRequestBuilder) ItemsById ¶ added in v0.13.0
func (m *DriveItemRequestBuilder) ItemsById(id string) *i904578fd49676fdd39eec5e2a3b32acf6b122da24f860ba553c0f41b6d894de0.DriveItemItemRequestBuilder
ItemsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.drives.item.items.item collection
func (*DriveItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *DriveItemRequestBuilder) Patch(options *DriveItemRequestBuilderPatchOptions) error
Patch update the navigation property drives in me
func (*DriveItemRequestBuilder) SpecialById ¶ added in v0.13.0
func (m *DriveItemRequestBuilder) SpecialById(id string) *i02963047ed83bfaaa492b881f396af2b691df3601a94c1338b7f279004d8950c.DriveItemItemRequestBuilder
SpecialById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.me.drives.item.special.item collection
type DriveItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type DriveItemRequestBuilderDeleteOptions 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 }
DriveItemRequestBuilderDeleteOptions options for Delete
type DriveItemRequestBuilderGetOptions ¶ added in v0.12.0
type DriveItemRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *DriveItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
DriveItemRequestBuilderGetOptions options for Get
type DriveItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type DriveItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
DriveItemRequestBuilderGetQueryParameters a collection of drives available for this user. Read-only.
type DriveItemRequestBuilderPatchOptions ¶ added in v0.12.0
type DriveItemRequestBuilderPatchOptions 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 }
DriveItemRequestBuilderPatchOptions options for Patch