Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriveItemRequestBuilder ¶
type DriveItemRequestBuilder struct {
// contains filtered or unexported fields
}
DriveItemRequestBuilder provides operations to manage the driveItem property of the microsoft.graph.listItem entity.
func NewDriveItemRequestBuilder ¶
func NewDriveItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DriveItemRequestBuilder
NewDriveItemRequestBuilder instantiates a new DriveItemRequestBuilder and sets the default values.
func NewDriveItemRequestBuilderInternal ¶
func NewDriveItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DriveItemRequestBuilder
NewDriveItemRequestBuilderInternal instantiates a new DriveItemRequestBuilder and sets the default values.
func (*DriveItemRequestBuilder) Content ¶
func (m *DriveItemRequestBuilder) Content() *i211f06c5c529de6c1cf6c8a24e1d9dfef1d2f08e73e46d34204e02b93e5a02bc.ContentRequestBuilder
Content the content property
func (*DriveItemRequestBuilder) CreateGetRequestInformation ¶
func (m *DriveItemRequestBuilder) CreateGetRequestInformation(options *DriveItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation for document libraries, the driveItem relationship exposes the listItem as a [driveItem][]
func (*DriveItemRequestBuilder) Get ¶
func (m *DriveItemRequestBuilder) Get(options *DriveItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, error)
Get for document libraries, the driveItem relationship exposes the listItem as a [driveItem][]
type DriveItemRequestBuilderGetOptions ¶
type DriveItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *DriveItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
DriveItemRequestBuilderGetOptions options for Get
type DriveItemRequestBuilderGetQueryParameters ¶
type DriveItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
DriveItemRequestBuilderGetQueryParameters for document libraries, the driveItem relationship exposes the listItem as a [driveItem][]