Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FollowingRequestBuilder ¶
type FollowingRequestBuilder struct {
// contains filtered or unexported fields
}
FollowingRequestBuilder provides operations to manage the following property of the microsoft.graph.drive entity.
func NewFollowingRequestBuilder ¶
func NewFollowingRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FollowingRequestBuilder
NewFollowingRequestBuilder instantiates a new FollowingRequestBuilder and sets the default values.
func NewFollowingRequestBuilderInternal ¶
func NewFollowingRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FollowingRequestBuilder
NewFollowingRequestBuilderInternal instantiates a new FollowingRequestBuilder and sets the default values.
func (*FollowingRequestBuilder) Count ¶ added in v0.13.0
func (m *FollowingRequestBuilder) Count() *ia6996a87969a2ca3792da9bce21825f510a9c7fee4f61ded238c14e674378d0c.CountRequestBuilder
Count the count property
func (*FollowingRequestBuilder) CreateGetRequestInformation ¶
func (m *FollowingRequestBuilder) CreateGetRequestInformation(options *FollowingRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of items the user is following. Only in OneDrive for Business.
func (*FollowingRequestBuilder) Get ¶
func (m *FollowingRequestBuilder) Get(options *FollowingRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemCollectionResponseable, error)
Get the list of items the user is following. Only in OneDrive for Business.
type FollowingRequestBuilderGetOptions ¶
type FollowingRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *FollowingRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
FollowingRequestBuilderGetOptions options for Get
type FollowingRequestBuilderGetQueryParameters ¶
type FollowingRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Expand related entities Expand []string // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
FollowingRequestBuilderGetQueryParameters the list of items the user is following. Only in OneDrive for Business.