Documentation
¶
Index ¶
- type DocumentSetVersionsRequestBuilder
- func (m *DocumentSetVersionsRequestBuilder) Count() ...
- func (m *DocumentSetVersionsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *DocumentSetVersionsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *DocumentSetVersionsRequestBuilderGetRequestConfiguration) (...)
- func (m *DocumentSetVersionsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *DocumentSetVersionsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *DocumentSetVersionsRequestBuilder) Get() (...)
- func (m *DocumentSetVersionsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *DocumentSetVersionsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *DocumentSetVersionsRequestBuilder) Post(...) (...)
- func (m *DocumentSetVersionsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- type DocumentSetVersionsRequestBuilderGetQueryParameters
- type DocumentSetVersionsRequestBuilderGetRequestConfiguration
- type DocumentSetVersionsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocumentSetVersionsRequestBuilder ¶
type DocumentSetVersionsRequestBuilder struct {
// contains filtered or unexported fields
}
DocumentSetVersionsRequestBuilder provides operations to manage the documentSetVersions property of the microsoft.graph.listItem entity.
func NewDocumentSetVersionsRequestBuilder ¶
func NewDocumentSetVersionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DocumentSetVersionsRequestBuilder
NewDocumentSetVersionsRequestBuilder instantiates a new DocumentSetVersionsRequestBuilder and sets the default values.
func NewDocumentSetVersionsRequestBuilderInternal ¶
func NewDocumentSetVersionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DocumentSetVersionsRequestBuilder
NewDocumentSetVersionsRequestBuilderInternal instantiates a new DocumentSetVersionsRequestBuilder and sets the default values.
func (*DocumentSetVersionsRequestBuilder) Count ¶
func (m *DocumentSetVersionsRequestBuilder) Count() *i97362d7db5f0dbcc3ee130f9cc9651ee9c663e1a8af6ebcf5605788dc1c09921.CountRequestBuilder
Count the Count property
func (*DocumentSetVersionsRequestBuilder) CreateGetRequestInformation ¶
func (m *DocumentSetVersionsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation version information for a document set version created by a user.
func (*DocumentSetVersionsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶
func (m *DocumentSetVersionsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *DocumentSetVersionsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration version information for a document set version created by a user.
func (*DocumentSetVersionsRequestBuilder) CreatePostRequestInformation ¶
func (m *DocumentSetVersionsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to documentSetVersions for drive
func (*DocumentSetVersionsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶
func (m *DocumentSetVersionsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable, requestConfiguration *DocumentSetVersionsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to documentSetVersions for drive
func (*DocumentSetVersionsRequestBuilder) Get ¶
func (m *DocumentSetVersionsRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionCollectionResponseable, error)
Get version information for a document set version created by a user.
func (*DocumentSetVersionsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶
func (m *DocumentSetVersionsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *DocumentSetVersionsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler version information for a document set version created by a user.
func (*DocumentSetVersionsRequestBuilder) Post ¶
func (m *DocumentSetVersionsRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable, error)
Post create new navigation property to documentSetVersions for drive
func (*DocumentSetVersionsRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶
func (m *DocumentSetVersionsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable, requestConfiguration *DocumentSetVersionsRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DocumentSetVersionable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to documentSetVersions for drive
type DocumentSetVersionsRequestBuilderGetQueryParameters ¶
type DocumentSetVersionsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
DocumentSetVersionsRequestBuilderGetQueryParameters version information for a document set version created by a user.
type DocumentSetVersionsRequestBuilderGetRequestConfiguration ¶
type DocumentSetVersionsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *DocumentSetVersionsRequestBuilderGetQueryParameters
}
DocumentSetVersionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type DocumentSetVersionsRequestBuilderPostRequestConfiguration ¶
type DocumentSetVersionsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
DocumentSetVersionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.