Documentation
¶
Index ¶
- type BrandingRequestBuilder
- func (m *BrandingRequestBuilder) BackgroundImage() ...
- func (m *BrandingRequestBuilder) BannerLogo() ...
- func (m *BrandingRequestBuilder) CreateGetRequestInformation(options *BrandingRequestBuilderGetOptions) (...)
- func (m *BrandingRequestBuilder) CreatePatchRequestInformation(options *BrandingRequestBuilderPatchOptions) (...)
- func (m *BrandingRequestBuilder) Get(options *BrandingRequestBuilderGetOptions) (...)
- func (m *BrandingRequestBuilder) Localizations() ...
- func (m *BrandingRequestBuilder) LocalizationsById(id string) ...
- func (m *BrandingRequestBuilder) Patch(options *BrandingRequestBuilderPatchOptions) error
- func (m *BrandingRequestBuilder) SquareLogo() ...
- type BrandingRequestBuilderGetOptions
- type BrandingRequestBuilderGetQueryParameters
- type BrandingRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrandingRequestBuilder ¶
type BrandingRequestBuilder struct {
// contains filtered or unexported fields
}
BrandingRequestBuilder provides operations to manage the organizationalBranding singleton.
func NewBrandingRequestBuilder ¶
func NewBrandingRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BrandingRequestBuilder
NewBrandingRequestBuilder instantiates a new BrandingRequestBuilder and sets the default values.
func NewBrandingRequestBuilderInternal ¶
func NewBrandingRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *BrandingRequestBuilder
NewBrandingRequestBuilderInternal instantiates a new BrandingRequestBuilder and sets the default values.
func (*BrandingRequestBuilder) BackgroundImage ¶ added in v0.13.0
func (m *BrandingRequestBuilder) BackgroundImage() *i66d3bf3612261a255368fda89fdc148f565c3afcfadd3d6aa59f39b9ca851cd3.BackgroundImageRequestBuilder
BackgroundImage the backgroundImage property
func (*BrandingRequestBuilder) BannerLogo ¶ added in v0.13.0
func (m *BrandingRequestBuilder) BannerLogo() *i1bd33413feee997e32357cccfaf363eb0ea1df44f2f048b98d4bf0d8ba264765.BannerLogoRequestBuilder
BannerLogo the bannerLogo property
func (*BrandingRequestBuilder) CreateGetRequestInformation ¶
func (m *BrandingRequestBuilder) CreateGetRequestInformation(options *BrandingRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get branding
func (*BrandingRequestBuilder) CreatePatchRequestInformation ¶
func (m *BrandingRequestBuilder) CreatePatchRequestInformation(options *BrandingRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update branding
func (*BrandingRequestBuilder) Get ¶
func (m *BrandingRequestBuilder) Get(options *BrandingRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingable, error)
Get get branding
func (*BrandingRequestBuilder) Localizations ¶
func (m *BrandingRequestBuilder) Localizations() *i11606dfdbbf1d1bc678546ed98e21fe3520002d2ebc49f2e965d358c6ec48612.LocalizationsRequestBuilder
Localizations the localizations property
func (*BrandingRequestBuilder) LocalizationsById ¶
func (m *BrandingRequestBuilder) LocalizationsById(id string) *i91122bc73f66085eb8e21b0f9aeadfa4ab90c1d5f4782e2d5b68f2f03fbf9409.OrganizationalBrandingLocalizationItemRequestBuilder
LocalizationsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.branding.localizations.item collection
func (*BrandingRequestBuilder) Patch ¶
func (m *BrandingRequestBuilder) Patch(options *BrandingRequestBuilderPatchOptions) error
Patch update branding
func (*BrandingRequestBuilder) SquareLogo ¶ added in v0.13.0
func (m *BrandingRequestBuilder) SquareLogo() *icc91487517040d6fd90bfc70b7fdff5086c556c304c7d37df61cf4fa1927b390.SquareLogoRequestBuilder
SquareLogo the squareLogo property
type BrandingRequestBuilderGetOptions ¶
type BrandingRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *BrandingRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
BrandingRequestBuilderGetOptions options for Get
type BrandingRequestBuilderGetQueryParameters ¶
type BrandingRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
BrandingRequestBuilderGetQueryParameters get branding
type BrandingRequestBuilderPatchOptions ¶
type BrandingRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingable // 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 }
BrandingRequestBuilderPatchOptions options for Patch