content

package
v0.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

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

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

CreateGetRequestInformation the content stream, if the item represents a file.

func (*ContentRequestBuilder) CreateGetRequestInformationWithRequestConfiguration added in v0.22.0

CreateGetRequestInformationWithRequestConfiguration the content stream, if the item represents a file.

func (*ContentRequestBuilder) CreatePutRequestInformation

CreatePutRequestInformation the content stream, if the item represents a file.

func (*ContentRequestBuilder) CreatePutRequestInformationWithRequestConfiguration added in v0.22.0

CreatePutRequestInformationWithRequestConfiguration the content stream, if the item represents a file.

func (*ContentRequestBuilder) Get

func (m *ContentRequestBuilder) Get() ([]byte, error)

Get the content stream, if the item represents a file.

func (*ContentRequestBuilder) GetWithRequestConfigurationAndResponseHandler added in v0.22.0

func (m *ContentRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *ContentRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) ([]byte, error)

GetWithRequestConfigurationAndResponseHandler the content stream, if the item represents a file.

func (*ContentRequestBuilder) Put

func (m *ContentRequestBuilder) Put(body []byte) error

Put the content stream, if the item represents a file.

func (*ContentRequestBuilder) PutWithRequestConfigurationAndResponseHandler added in v0.22.0

func (m *ContentRequestBuilder) PutWithRequestConfigurationAndResponseHandler(body []byte, requestConfiguration *ContentRequestBuilderPutRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error

PutWithRequestConfigurationAndResponseHandler the content stream, if the item represents a file.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL