Documentation ¶
Index ¶
- type BrandingRequestBuilder
- 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
- 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 builds and executes requests for operations under \branding
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) CreateGetRequestInformation ¶
func (m *BrandingRequestBuilder) CreateGetRequestInformation(options *BrandingRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation get branding
func (*BrandingRequestBuilder) CreatePatchRequestInformation ¶
func (m *BrandingRequestBuilder) CreatePatchRequestInformation(options *BrandingRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update branding
func (*BrandingRequestBuilder) Get ¶
func (m *BrandingRequestBuilder) Get(options *BrandingRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OrganizationalBranding, error)
Get get branding
func (*BrandingRequestBuilder) Localizations ¶
func (m *BrandingRequestBuilder) Localizations() *i11606dfdbbf1d1bc678546ed98e21fe3520002d2ebc49f2e965d358c6ec48612.LocalizationsRequestBuilder
func (*BrandingRequestBuilder) LocalizationsById ¶
func (m *BrandingRequestBuilder) LocalizationsById(id string) *i91122bc73f66085eb8e21b0f9aeadfa4ab90c1d5f4782e2d5b68f2f03fbf9409.OrganizationalBrandingLocalizationRequestBuilder
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
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
type BrandingRequestBuilderPatchOptions ¶
type BrandingRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.OrganizationalBranding // 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