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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *FollowRequestBuilder
NewFollowRequestBuilder instantiates a new FollowRequestBuilder and sets the default values.
func NewFollowRequestBuilderInternal ¶
func NewFollowRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *FollowRequestBuilder
NewFollowRequestBuilderInternal instantiates a new FollowRequestBuilder and sets the default values.
func (*FollowRequestBuilder) CreatePostRequestInformation ¶
func (m *FollowRequestBuilder) CreatePostRequestInformation(options *FollowRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action follow
func (*FollowRequestBuilder) Post ¶
func (m *FollowRequestBuilder) Post(options *FollowRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DriveItemable, error)
Post invoke action follow
type FollowRequestBuilderPostOptions ¶
type FollowRequestBuilderPostOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
FollowRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.