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