Documentation ¶
Index ¶
- type BrandingRequestBuilder
- func (m *BrandingRequestBuilder) BackgroundImage() ...
- func (m *BrandingRequestBuilder) BannerLogo() ...
- func (m *BrandingRequestBuilder) CreateDeleteRequestInformation(options *BrandingRequestBuilderDeleteOptions) (...)
- func (m *BrandingRequestBuilder) CreateGetRequestInformation(options *BrandingRequestBuilderGetOptions) (...)
- func (m *BrandingRequestBuilder) CreatePatchRequestInformation(options *BrandingRequestBuilderPatchOptions) (...)
- func (m *BrandingRequestBuilder) Delete(options *BrandingRequestBuilderDeleteOptions) error
- 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 BrandingRequestBuilderDeleteOptions
- 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 branding property of the microsoft.graph.organization entity.
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 ¶
func (m *BrandingRequestBuilder) BackgroundImage() *i168a39de35c654bc800a560a691ded9b9c750f40b34eec6803bc74bb436de321.BackgroundImageRequestBuilder
BackgroundImage the backgroundImage property
func (*BrandingRequestBuilder) BannerLogo ¶
func (m *BrandingRequestBuilder) BannerLogo() *id703e605b9325dc66d0eac6d124ef1ade600a85c00e43c39b3c42c5bedc67103.BannerLogoRequestBuilder
BannerLogo the bannerLogo property
func (*BrandingRequestBuilder) CreateDeleteRequestInformation ¶
func (m *BrandingRequestBuilder) CreateDeleteRequestInformation(options *BrandingRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property branding for organization
func (*BrandingRequestBuilder) CreateGetRequestInformation ¶
func (m *BrandingRequestBuilder) CreateGetRequestInformation(options *BrandingRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get branding from organization
func (*BrandingRequestBuilder) CreatePatchRequestInformation ¶
func (m *BrandingRequestBuilder) CreatePatchRequestInformation(options *BrandingRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property branding in organization
func (*BrandingRequestBuilder) Delete ¶
func (m *BrandingRequestBuilder) Delete(options *BrandingRequestBuilderDeleteOptions) error
Delete delete navigation property branding for organization
func (*BrandingRequestBuilder) Get ¶
func (m *BrandingRequestBuilder) Get(options *BrandingRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingable, error)
Get get branding from organization
func (*BrandingRequestBuilder) Localizations ¶
func (m *BrandingRequestBuilder) Localizations() *i625149746d2173c240cdb5ccf6f96a6418bef81b4c1b56347b906ab9e5a35569.LocalizationsRequestBuilder
Localizations the localizations property
func (*BrandingRequestBuilder) LocalizationsById ¶
func (m *BrandingRequestBuilder) LocalizationsById(id string) *i4f28ff23f1aea33f43fbf35caa93933fb6afdd9a10a1843f53217eda149d6725.OrganizationalBrandingLocalizationItemRequestBuilder
LocalizationsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.organization.item.branding.localizations.item collection
func (*BrandingRequestBuilder) Patch ¶
func (m *BrandingRequestBuilder) Patch(options *BrandingRequestBuilderPatchOptions) error
Patch update the navigation property branding in organization
func (*BrandingRequestBuilder) SquareLogo ¶
func (m *BrandingRequestBuilder) SquareLogo() *i99cc01794de417fcebb218075f4694c6c04ca1c01d4b513172621735e6470943.SquareLogoRequestBuilder
SquareLogo the squareLogo property
type BrandingRequestBuilderDeleteOptions ¶
type BrandingRequestBuilderDeleteOptions 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 }
BrandingRequestBuilderDeleteOptions options for Delete
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 from organization
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