Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RefreshSessionRequestBuilder ¶
type RefreshSessionRequestBuilder struct {
// contains filtered or unexported fields
}
RefreshSessionRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\microsoft.graph.refreshSession
func NewRefreshSessionRequestBuilder ¶
func NewRefreshSessionRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RefreshSessionRequestBuilder
NewRefreshSessionRequestBuilder instantiates a new RefreshSessionRequestBuilder and sets the default values.
func NewRefreshSessionRequestBuilderInternal ¶
func NewRefreshSessionRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RefreshSessionRequestBuilder
NewRefreshSessionRequestBuilderInternal instantiates a new RefreshSessionRequestBuilder and sets the default values.
func (*RefreshSessionRequestBuilder) CreatePostRequestInformation ¶
func (m *RefreshSessionRequestBuilder) CreatePostRequestInformation(options *RefreshSessionRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action refreshSession
func (*RefreshSessionRequestBuilder) Post ¶
func (m *RefreshSessionRequestBuilder) Post(options *RefreshSessionRequestBuilderPostOptions) error
Post invoke action refreshSession
type RefreshSessionRequestBuilderPostOptions ¶
type RefreshSessionRequestBuilderPostOptions 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 }
RefreshSessionRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.