Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriveItemItemRequestBuilder ¶ added in v0.13.0
type DriveItemItemRequestBuilder struct {
// contains filtered or unexported fields
}
DriveItemItemRequestBuilder provides operations to manage the items property of the microsoft.graph.sharedDriveItem entity.
func NewDriveItemItemRequestBuilder ¶ added in v0.13.0
func NewDriveItemItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DriveItemItemRequestBuilder
NewDriveItemItemRequestBuilder instantiates a new DriveItemItemRequestBuilder and sets the default values.
func NewDriveItemItemRequestBuilderInternal ¶ added in v0.13.0
func NewDriveItemItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DriveItemItemRequestBuilder
NewDriveItemItemRequestBuilderInternal instantiates a new DriveItemItemRequestBuilder and sets the default values.
func (*DriveItemItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.13.0
func (m *DriveItemItemRequestBuilder) CreateGetRequestInformation(options *DriveItemItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation all driveItems contained in the sharing root. This collection cannot be enumerated.
func (*DriveItemItemRequestBuilder) Get ¶ added in v0.13.0
func (m *DriveItemItemRequestBuilder) Get(options *DriveItemItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItemable, error)
Get all driveItems contained in the sharing root. This collection cannot be enumerated.
type DriveItemItemRequestBuilderGetOptions ¶ added in v0.13.0
type DriveItemItemRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *DriveItemItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
DriveItemItemRequestBuilderGetOptions options for Get
type DriveItemItemRequestBuilderGetQueryParameters ¶ added in v0.13.0
type DriveItemItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
DriveItemItemRequestBuilderGetQueryParameters all driveItems contained in the sharing root. This collection cannot be enumerated.