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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BrandingRequestBuilder
NewBrandingRequestBuilder instantiates a new BrandingRequestBuilder and sets the default values.
func NewBrandingRequestBuilderInternal ¶
func NewBrandingRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *BrandingRequestBuilder
NewBrandingRequestBuilderInternal instantiates a new BrandingRequestBuilder and sets the default values.
func (*BrandingRequestBuilder) BackgroundImage ¶ added in v0.13.0
func (m *BrandingRequestBuilder) BackgroundImage() *i168a39de35c654bc800a560a691ded9b9c750f40b34eec6803bc74bb436de321.BackgroundImageRequestBuilder
func (*BrandingRequestBuilder) BannerLogo ¶ added in v0.13.0
func (*BrandingRequestBuilder) CreateDeleteRequestInformation ¶
func (m *BrandingRequestBuilder) CreateDeleteRequestInformation(options *BrandingRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property branding for organization
func (*BrandingRequestBuilder) CreateGetRequestInformation ¶
func (m *BrandingRequestBuilder) CreateGetRequestInformation(options *BrandingRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get branding from organization
func (*BrandingRequestBuilder) CreatePatchRequestInformation ¶
func (m *BrandingRequestBuilder) CreatePatchRequestInformation(options *BrandingRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OrganizationalBrandingable, error)
Get get branding from organization
func (*BrandingRequestBuilder) Localizations ¶ added in v0.13.0
func (m *BrandingRequestBuilder) Localizations() *i625149746d2173c240cdb5ccf6f96a6418bef81b4c1b56347b906ab9e5a35569.LocalizationsRequestBuilder
func (*BrandingRequestBuilder) LocalizationsById ¶ added in v0.13.0
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 ¶ added in v0.13.0
type BrandingRequestBuilderDeleteOptions ¶
type BrandingRequestBuilderDeleteOptions 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 }
BrandingRequestBuilderDeleteOptions options for Delete
type BrandingRequestBuilderGetOptions ¶
type BrandingRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *BrandingRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
BrandingRequestBuilderGetOptions options for Get
type BrandingRequestBuilderGetQueryParameters ¶
type BrandingRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
BrandingRequestBuilderGetQueryParameters get branding from organization
type BrandingRequestBuilderPatchOptions ¶
type BrandingRequestBuilderPatchOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OrganizationalBrandingable // 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 }
BrandingRequestBuilderPatchOptions options for Patch