Documentation ¶
Index ¶
- type UnfollowRequestBuilder
- func (m *UnfollowRequestBuilder) CreatePostRequestInformation() (...)
- func (m *UnfollowRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(requestConfiguration *UnfollowRequestBuilderPostRequestConfiguration) (...)
- func (m *UnfollowRequestBuilder) Post() error
- func (m *UnfollowRequestBuilder) PostWithRequestConfigurationAndResponseHandler(requestConfiguration *UnfollowRequestBuilderPostRequestConfiguration, ...) error
- type UnfollowRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnfollowRequestBuilder ¶
type UnfollowRequestBuilder struct {
// contains filtered or unexported fields
}
UnfollowRequestBuilder provides operations to call the unfollow method.
func NewUnfollowRequestBuilder ¶
func NewUnfollowRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnfollowRequestBuilder
NewUnfollowRequestBuilder instantiates a new UnfollowRequestBuilder and sets the default values.
func NewUnfollowRequestBuilderInternal ¶
func NewUnfollowRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnfollowRequestBuilder
NewUnfollowRequestBuilderInternal instantiates a new UnfollowRequestBuilder and sets the default values.
func (*UnfollowRequestBuilder) CreatePostRequestInformation ¶
func (m *UnfollowRequestBuilder) CreatePostRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action unfollow
func (*UnfollowRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶
func (m *UnfollowRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(requestConfiguration *UnfollowRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action unfollow
func (*UnfollowRequestBuilder) Post ¶
func (m *UnfollowRequestBuilder) Post() error
Post invoke action unfollow
func (*UnfollowRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶
func (m *UnfollowRequestBuilder) PostWithRequestConfigurationAndResponseHandler(requestConfiguration *UnfollowRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PostWithRequestConfigurationAndResponseHandler invoke action unfollow
type UnfollowRequestBuilderPostRequestConfiguration ¶
type UnfollowRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
UnfollowRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.