Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoveFavoriteRequestBuilder ¶
type RemoveFavoriteRequestBuilder struct {
// contains filtered or unexported fields
}
RemoveFavoriteRequestBuilder provides operations to call the removeFavorite method.
func NewRemoveFavoriteRequestBuilder ¶
func NewRemoveFavoriteRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveFavoriteRequestBuilder
NewRemoveFavoriteRequestBuilder instantiates a new RemoveFavoriteRequestBuilder and sets the default values.
func NewRemoveFavoriteRequestBuilderInternal ¶
func NewRemoveFavoriteRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RemoveFavoriteRequestBuilder
NewRemoveFavoriteRequestBuilderInternal instantiates a new RemoveFavoriteRequestBuilder and sets the default values.
func (*RemoveFavoriteRequestBuilder) CreatePostRequestInformation ¶
func (m *RemoveFavoriteRequestBuilder) CreatePostRequestInformation(options *RemoveFavoriteRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action removeFavorite
func (*RemoveFavoriteRequestBuilder) Post ¶
func (m *RemoveFavoriteRequestBuilder) Post(options *RemoveFavoriteRequestBuilderPostOptions) error
Post invoke action removeFavorite
type RemoveFavoriteRequestBuilderPostOptions ¶
type RemoveFavoriteRequestBuilderPostOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
RemoveFavoriteRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.