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