Documentation ¶
Index ¶
- type BackgroundImageRequestBuilder
- func (m *BackgroundImageRequestBuilder) CreateGetRequestInformation() (...)
- func (m *BackgroundImageRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *BackgroundImageRequestBuilderGetRequestConfiguration) (...)
- func (m *BackgroundImageRequestBuilder) CreatePutRequestInformation(body []byte) (...)
- func (m *BackgroundImageRequestBuilder) CreatePutRequestInformationWithRequestConfiguration(body []byte, ...) (...)
- func (m *BackgroundImageRequestBuilder) Get() ([]byte, error)
- func (m *BackgroundImageRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *BackgroundImageRequestBuilderGetRequestConfiguration, ...) ([]byte, error)
- func (m *BackgroundImageRequestBuilder) Put(body []byte) error
- func (m *BackgroundImageRequestBuilder) PutWithRequestConfigurationAndResponseHandler(body []byte, ...) error
- type BackgroundImageRequestBuilderGetRequestConfiguration
- type BackgroundImageRequestBuilderPutRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackgroundImageRequestBuilder ¶
type BackgroundImageRequestBuilder struct {
// contains filtered or unexported fields
}
BackgroundImageRequestBuilder provides operations to manage the media for the organization entity.
func NewBackgroundImageRequestBuilder ¶
func NewBackgroundImageRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BackgroundImageRequestBuilder
NewBackgroundImageRequestBuilder instantiates a new BackgroundImageRequestBuilder and sets the default values.
func NewBackgroundImageRequestBuilderInternal ¶
func NewBackgroundImageRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BackgroundImageRequestBuilder
NewBackgroundImageRequestBuilderInternal instantiates a new BackgroundImageRequestBuilder and sets the default values.
func (*BackgroundImageRequestBuilder) CreateGetRequestInformation ¶
func (m *BackgroundImageRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
func (*BackgroundImageRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *BackgroundImageRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *BackgroundImageRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
func (*BackgroundImageRequestBuilder) CreatePutRequestInformation ¶
func (m *BackgroundImageRequestBuilder) CreatePutRequestInformation(body []byte) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePutRequestInformation image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
func (*BackgroundImageRequestBuilder) CreatePutRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *BackgroundImageRequestBuilder) CreatePutRequestInformationWithRequestConfiguration(body []byte, requestConfiguration *BackgroundImageRequestBuilderPutRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePutRequestInformationWithRequestConfiguration image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
func (*BackgroundImageRequestBuilder) Get ¶
func (m *BackgroundImageRequestBuilder) Get() ([]byte, error)
Get image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
func (*BackgroundImageRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *BackgroundImageRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *BackgroundImageRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) ([]byte, error)
GetWithRequestConfigurationAndResponseHandler image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
func (*BackgroundImageRequestBuilder) Put ¶
func (m *BackgroundImageRequestBuilder) Put(body []byte) error
Put image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
func (*BackgroundImageRequestBuilder) PutWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *BackgroundImageRequestBuilder) PutWithRequestConfigurationAndResponseHandler(body []byte, requestConfiguration *BackgroundImageRequestBuilderPutRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PutWithRequestConfigurationAndResponseHandler image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
type BackgroundImageRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type BackgroundImageRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
BackgroundImageRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type BackgroundImageRequestBuilderPutRequestConfiguration ¶ added in v0.22.0
type BackgroundImageRequestBuilderPutRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
BackgroundImageRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.