Documentation ¶
Index ¶
- type ContentRequestBuilder
- func (m *ContentRequestBuilder) CreateGetRequestInformation(options *ContentRequestBuilderGetOptions) (...)
- func (m *ContentRequestBuilder) CreatePutRequestInformation(options *ContentRequestBuilderPutOptions) (...)
- func (m *ContentRequestBuilder) Get(options *ContentRequestBuilderGetOptions) ([]byte, error)
- func (m *ContentRequestBuilder) Put(options *ContentRequestBuilderPutOptions) error
- type ContentRequestBuilderGetOptions
- type ContentRequestBuilderPutOptions
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
}
Builds and executes requests for operations under \me\photos\{profilePhoto-id}\$value
func NewContentRequestBuilder ¶
func NewContentRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ContentRequestBuilder
Instantiates a new ContentRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewContentRequestBuilderInternal ¶
func NewContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ContentRequestBuilder
Instantiates a new ContentRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*ContentRequestBuilder) CreateGetRequestInformation ¶
func (m *ContentRequestBuilder) CreateGetRequestInformation(options *ContentRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Get media content for the navigation property photos from me Parameters:
- options : Options for the request
func (*ContentRequestBuilder) CreatePutRequestInformation ¶
func (m *ContentRequestBuilder) CreatePutRequestInformation(options *ContentRequestBuilderPutOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Update media content for the navigation property photos in me Parameters:
- options : Options for the request
func (*ContentRequestBuilder) Get ¶
func (m *ContentRequestBuilder) Get(options *ContentRequestBuilderGetOptions) ([]byte, error)
Get media content for the navigation property photos from me Parameters:
- options : Options for the request
func (*ContentRequestBuilder) Put ¶
func (m *ContentRequestBuilder) Put(options *ContentRequestBuilderPutOptions) error
Update media content for the navigation property photos in me Parameters:
- options : Options for the request
type ContentRequestBuilderGetOptions ¶
type ContentRequestBuilderGetOptions 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 }
Options for Get
type ContentRequestBuilderPutOptions ¶
type ContentRequestBuilderPutOptions struct { // Binary request body Body []byte // 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 }
Options for Put
Click to show internal directories.
Click to hide internal directories.