Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RenewRequestBuilder ¶
type RenewRequestBuilder struct {
// contains filtered or unexported fields
}
RenewRequestBuilder provides operations to call the renew method.
func NewRenewRequestBuilder ¶
func NewRenewRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RenewRequestBuilder
NewRenewRequestBuilder instantiates a new RenewRequestBuilder and sets the default values.
func NewRenewRequestBuilderInternal ¶
func NewRenewRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RenewRequestBuilder
NewRenewRequestBuilderInternal instantiates a new RenewRequestBuilder and sets the default values.
func (*RenewRequestBuilder) CreatePostRequestInformation ¶
func (m *RenewRequestBuilder) CreatePostRequestInformation(options *RenewRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action renew
func (*RenewRequestBuilder) Post ¶
func (m *RenewRequestBuilder) Post(options *RenewRequestBuilderPostOptions) error
Post invoke action renew
type RenewRequestBuilderPostOptions ¶
type RenewRequestBuilderPostOptions 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
}
RenewRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.