Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FollowRequestBuilder ¶
type FollowRequestBuilder struct {
// contains filtered or unexported fields
}
FollowRequestBuilder provides operations to call the follow method.
func NewFollowRequestBuilder ¶
func NewFollowRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FollowRequestBuilder
NewFollowRequestBuilder instantiates a new FollowRequestBuilder and sets the default values.
func NewFollowRequestBuilderInternal ¶
func NewFollowRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *FollowRequestBuilder
NewFollowRequestBuilderInternal instantiates a new FollowRequestBuilder and sets the default values.
func (*FollowRequestBuilder) CreatePostRequestInformation ¶
func (m *FollowRequestBuilder) CreatePostRequestInformation(ctx context.Context, requestConfiguration *FollowRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation follow a driveItem.
func (*FollowRequestBuilder) Post ¶
func (m *FollowRequestBuilder) Post(ctx context.Context, requestConfiguration *FollowRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DriveItemable, error)
Post follow a driveItem.
type FollowRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type FollowRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
FollowRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
Click to show internal directories.
Click to hide internal directories.