Documentation ¶
Index ¶
- type ContentRequestBuilder
- func (m *ContentRequestBuilder) CreateGetRequestInformation() (...)
- func (m *ContentRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ContentRequestBuilderGetRequestConfiguration) (...)
- func (m *ContentRequestBuilder) CreatePutRequestInformation(body []byte) (...)
- func (m *ContentRequestBuilder) CreatePutRequestInformationWithRequestConfiguration(body []byte, ...) (...)
- func (m *ContentRequestBuilder) Get() ([]byte, error)
- func (m *ContentRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *ContentRequestBuilderGetRequestConfiguration, ...) ([]byte, error)
- func (m *ContentRequestBuilder) Put(body []byte) error
- func (m *ContentRequestBuilder) PutWithRequestConfigurationAndResponseHandler(body []byte, ...) error
- type ContentRequestBuilderGetRequestConfiguration
- type ContentRequestBuilderPutRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentRequestBuilder ¶
type ContentRequestBuilder struct {
// contains filtered or unexported fields
}
ContentRequestBuilder provides operations to manage the media for the user entity.
func NewContentRequestBuilder ¶
func NewContentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ContentRequestBuilder
NewContentRequestBuilder instantiates a new ContentRequestBuilder and sets the default values.
func NewContentRequestBuilderInternal ¶
func NewContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ContentRequestBuilder
NewContentRequestBuilderInternal instantiates a new ContentRequestBuilder and sets the default values.
func (*ContentRequestBuilder) CreateGetRequestInformation ¶
func (m *ContentRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the page's HTML content.
func (*ContentRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ContentRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ContentRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the page's HTML content.
func (*ContentRequestBuilder) CreatePutRequestInformation ¶
func (m *ContentRequestBuilder) CreatePutRequestInformation(body []byte) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePutRequestInformation the page's HTML content.
func (*ContentRequestBuilder) CreatePutRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ContentRequestBuilder) CreatePutRequestInformationWithRequestConfiguration(body []byte, requestConfiguration *ContentRequestBuilderPutRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePutRequestInformationWithRequestConfiguration the page's HTML content.
func (*ContentRequestBuilder) Get ¶
func (m *ContentRequestBuilder) Get() ([]byte, error)
Get the page's HTML content.
func (*ContentRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ContentRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *ContentRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) ([]byte, error)
GetWithRequestConfigurationAndResponseHandler the page's HTML content.
func (*ContentRequestBuilder) Put ¶
func (m *ContentRequestBuilder) Put(body []byte) error
Put the page's HTML content.
func (*ContentRequestBuilder) PutWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ContentRequestBuilder) PutWithRequestConfigurationAndResponseHandler(body []byte, requestConfiguration *ContentRequestBuilderPutRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PutWithRequestConfigurationAndResponseHandler the page's HTML content.
type ContentRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type ContentRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ContentRequestBuilderPutRequestConfiguration ¶ added in v0.22.0
type ContentRequestBuilderPutRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.