Documentation ¶
Index ¶
- type LogoRequestBuilder
- func (m *LogoRequestBuilder) CreateGetRequestInformation(options *LogoRequestBuilderGetOptions) (...)
- func (m *LogoRequestBuilder) CreatePutRequestInformation(options *LogoRequestBuilderPutOptions) (...)
- func (m *LogoRequestBuilder) Get(options *LogoRequestBuilderGetOptions) ([]byte, error)
- func (m *LogoRequestBuilder) Put(options *LogoRequestBuilderPutOptions) error
- type LogoRequestBuilderGetOptions
- type LogoRequestBuilderPutOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogoRequestBuilder ¶
type LogoRequestBuilder struct {
// contains filtered or unexported fields
}
LogoRequestBuilder provides operations to manage the media for the application entity.
func NewLogoRequestBuilder ¶
func NewLogoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LogoRequestBuilder
NewLogoRequestBuilder instantiates a new LogoRequestBuilder and sets the default values.
func NewLogoRequestBuilderInternal ¶
func NewLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LogoRequestBuilder
NewLogoRequestBuilderInternal instantiates a new LogoRequestBuilder and sets the default values.
func (*LogoRequestBuilder) CreateGetRequestInformation ¶
func (m *LogoRequestBuilder) CreateGetRequestInformation(options *LogoRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the main logo for the application. Not nullable.
func (*LogoRequestBuilder) CreatePutRequestInformation ¶
func (m *LogoRequestBuilder) CreatePutRequestInformation(options *LogoRequestBuilderPutOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePutRequestInformation the main logo for the application. Not nullable.
func (*LogoRequestBuilder) Get ¶
func (m *LogoRequestBuilder) Get(options *LogoRequestBuilderGetOptions) ([]byte, error)
Get the main logo for the application. Not nullable.
func (*LogoRequestBuilder) Put ¶
func (m *LogoRequestBuilder) Put(options *LogoRequestBuilderPutOptions) error
Put the main logo for the application. Not nullable.
type LogoRequestBuilderGetOptions ¶
type LogoRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
LogoRequestBuilderGetOptions options for Get
type LogoRequestBuilderPutOptions ¶
type LogoRequestBuilderPutOptions struct { // Binary request body Body []byte // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
LogoRequestBuilderPutOptions options for Put
Click to show internal directories.
Click to hide internal directories.