Documentation ¶
Index ¶
- type CountRequestBuilder
- type CountRequestBuilderGetQueryParameters
- type CountRequestBuilderGetRequestConfiguration
- type ItemBackgroundImageRequestBuilder
- func (m *ItemBackgroundImageRequestBuilder) Get(ctx context.Context, ...) ([]byte, error)
- func (m *ItemBackgroundImageRequestBuilder) Put(ctx context.Context, body []byte, ...) error
- func (m *ItemBackgroundImageRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *ItemBackgroundImageRequestBuilder) ToPutRequestInformation(ctx context.Context, body []byte, ...) (...)
- type ItemBackgroundImageRequestBuilderGetRequestConfiguration
- type ItemBackgroundImageRequestBuilderPutRequestConfiguration
- type ItemBannerLogoRequestBuilder
- func (m *ItemBannerLogoRequestBuilder) Get(ctx context.Context, ...) ([]byte, error)
- func (m *ItemBannerLogoRequestBuilder) Put(ctx context.Context, body []byte, ...) error
- func (m *ItemBannerLogoRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *ItemBannerLogoRequestBuilder) ToPutRequestInformation(ctx context.Context, body []byte, ...) (...)
- type ItemBannerLogoRequestBuilderGetRequestConfiguration
- type ItemBannerLogoRequestBuilderPutRequestConfiguration
- type ItemSquareLogoRequestBuilder
- func (m *ItemSquareLogoRequestBuilder) Get(ctx context.Context, ...) ([]byte, error)
- func (m *ItemSquareLogoRequestBuilder) Put(ctx context.Context, body []byte, ...) error
- func (m *ItemSquareLogoRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *ItemSquareLogoRequestBuilder) ToPutRequestInformation(ctx context.Context, body []byte, ...) (...)
- type ItemSquareLogoRequestBuilderGetRequestConfiguration
- type ItemSquareLogoRequestBuilderPutRequestConfiguration
- type LocalizationsRequestBuilder
- func (m *LocalizationsRequestBuilder) Count() *CountRequestBuilder
- func (m *LocalizationsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *LocalizationsRequestBuilder) Post(ctx context.Context, ...) (...)
- func (m *LocalizationsRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *LocalizationsRequestBuilder) ToPostRequestInformation(ctx context.Context, ...) (...)
- type LocalizationsRequestBuilderGetQueryParameters
- type LocalizationsRequestBuilderGetRequestConfiguration
- type LocalizationsRequestBuilderPostRequestConfiguration
- type OrganizationalBrandingLocalizationItemRequestBuilder
- func (m *OrganizationalBrandingLocalizationItemRequestBuilder) BackgroundImage() *ItemBackgroundImageRequestBuilder
- func (m *OrganizationalBrandingLocalizationItemRequestBuilder) BannerLogo() *ItemBannerLogoRequestBuilder
- func (m *OrganizationalBrandingLocalizationItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *OrganizationalBrandingLocalizationItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *OrganizationalBrandingLocalizationItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *OrganizationalBrandingLocalizationItemRequestBuilder) SquareLogo() *ItemSquareLogoRequestBuilder
- func (m *OrganizationalBrandingLocalizationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *OrganizationalBrandingLocalizationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *OrganizationalBrandingLocalizationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, ...) (...)
- type OrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration
- type OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters
- type OrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration
- type OrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountRequestBuilder ¶ added in v0.49.0
type CountRequestBuilder struct {
// contains filtered or unexported fields
}
CountRequestBuilder provides operations to count the resources in the collection.
func NewCountRequestBuilder ¶ added in v0.49.0
func NewCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder
NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.
func NewCountRequestBuilderInternal ¶ added in v0.49.0
func NewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder
NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*CountRequestBuilder) Get ¶ added in v0.49.0
func (m *CountRequestBuilder) Get(ctx context.Context, requestConfiguration *CountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*CountRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *CountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
type CountRequestBuilderGetQueryParameters ¶ added in v0.53.0
type CountRequestBuilderGetQueryParameters struct { // Filter items by property values Filter *string `uriparametername:"%24filter"` // Search items by search phrases Search *string `uriparametername:"%24search"` }
CountRequestBuilderGetQueryParameters get the number of the resource
type CountRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type CountRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *CountRequestBuilderGetQueryParameters }
CountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemBackgroundImageRequestBuilder ¶ added in v0.49.0
type ItemBackgroundImageRequestBuilder struct {
// contains filtered or unexported fields
}
ItemBackgroundImageRequestBuilder provides operations to manage the media for the organizationalBrandingLocalization entity.
func NewItemBackgroundImageRequestBuilder ¶ added in v0.49.0
func NewItemBackgroundImageRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBackgroundImageRequestBuilder
NewItemBackgroundImageRequestBuilder instantiates a new BackgroundImageRequestBuilder and sets the default values.
func NewItemBackgroundImageRequestBuilderInternal ¶ added in v0.49.0
func NewItemBackgroundImageRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBackgroundImageRequestBuilder
NewItemBackgroundImageRequestBuilderInternal instantiates a new BackgroundImageRequestBuilder and sets the default values.
func (*ItemBackgroundImageRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemBackgroundImageRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemBackgroundImageRequestBuilderGetRequestConfiguration) ([]byte, error)
Get image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
func (*ItemBackgroundImageRequestBuilder) Put ¶ added in v0.49.0
func (m *ItemBackgroundImageRequestBuilder) Put(ctx context.Context, body []byte, requestConfiguration *ItemBackgroundImageRequestBuilderPutRequestConfiguration) error
Put image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
func (*ItemBackgroundImageRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemBackgroundImageRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemBackgroundImageRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
func (*ItemBackgroundImageRequestBuilder) ToPutRequestInformation ¶ added in v0.51.0
func (m *ItemBackgroundImageRequestBuilder) ToPutRequestInformation(ctx context.Context, body []byte, requestConfiguration *ItemBackgroundImageRequestBuilderPutRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPutRequestInformation image that appears as the background of the sign-in page. The allowed types are PNG or JPEG not smaller than 300 KB and not larger than 1920 × 1080 pixels. A smaller image will reduce bandwidth requirements and make the page load faster.
type ItemBackgroundImageRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type ItemBackgroundImageRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ItemBackgroundImageRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemBackgroundImageRequestBuilderPutRequestConfiguration ¶ added in v0.49.0
type ItemBackgroundImageRequestBuilderPutRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ItemBackgroundImageRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemBannerLogoRequestBuilder ¶ added in v0.49.0
type ItemBannerLogoRequestBuilder struct {
// contains filtered or unexported fields
}
ItemBannerLogoRequestBuilder provides operations to manage the media for the organizationalBrandingLocalization entity.
func NewItemBannerLogoRequestBuilder ¶ added in v0.49.0
func NewItemBannerLogoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBannerLogoRequestBuilder
NewItemBannerLogoRequestBuilder instantiates a new BannerLogoRequestBuilder and sets the default values.
func NewItemBannerLogoRequestBuilderInternal ¶ added in v0.49.0
func NewItemBannerLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemBannerLogoRequestBuilder
NewItemBannerLogoRequestBuilderInternal instantiates a new BannerLogoRequestBuilder and sets the default values.
func (*ItemBannerLogoRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemBannerLogoRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemBannerLogoRequestBuilderGetRequestConfiguration) ([]byte, error)
Get a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.
func (*ItemBannerLogoRequestBuilder) Put ¶ added in v0.49.0
func (m *ItemBannerLogoRequestBuilder) Put(ctx context.Context, body []byte, requestConfiguration *ItemBannerLogoRequestBuilderPutRequestConfiguration) error
Put a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.
func (*ItemBannerLogoRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemBannerLogoRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemBannerLogoRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.
func (*ItemBannerLogoRequestBuilder) ToPutRequestInformation ¶ added in v0.51.0
func (m *ItemBannerLogoRequestBuilder) ToPutRequestInformation(ctx context.Context, body []byte, requestConfiguration *ItemBannerLogoRequestBuilderPutRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPutRequestInformation a banner version of your company logo that appears on the sign-in page. The allowed types are PNG or JPEG no larger than 36 × 245 pixels. We recommend using a transparent image with no padding around the logo.
type ItemBannerLogoRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type ItemBannerLogoRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ItemBannerLogoRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemBannerLogoRequestBuilderPutRequestConfiguration ¶ added in v0.49.0
type ItemBannerLogoRequestBuilderPutRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ItemBannerLogoRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemSquareLogoRequestBuilder ¶ added in v0.49.0
type ItemSquareLogoRequestBuilder struct {
// contains filtered or unexported fields
}
ItemSquareLogoRequestBuilder provides operations to manage the media for the organizationalBrandingLocalization entity.
func NewItemSquareLogoRequestBuilder ¶ added in v0.49.0
func NewItemSquareLogoRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemSquareLogoRequestBuilder
NewItemSquareLogoRequestBuilder instantiates a new SquareLogoRequestBuilder and sets the default values.
func NewItemSquareLogoRequestBuilderInternal ¶ added in v0.49.0
func NewItemSquareLogoRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemSquareLogoRequestBuilder
NewItemSquareLogoRequestBuilderInternal instantiates a new SquareLogoRequestBuilder and sets the default values.
func (*ItemSquareLogoRequestBuilder) Get ¶ added in v0.49.0
func (m *ItemSquareLogoRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemSquareLogoRequestBuilderGetRequestConfiguration) ([]byte, error)
Get a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.
func (*ItemSquareLogoRequestBuilder) Put ¶ added in v0.49.0
func (m *ItemSquareLogoRequestBuilder) Put(ctx context.Context, body []byte, requestConfiguration *ItemSquareLogoRequestBuilderPutRequestConfiguration) error
Put a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.
func (*ItemSquareLogoRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ItemSquareLogoRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemSquareLogoRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.
func (*ItemSquareLogoRequestBuilder) ToPutRequestInformation ¶ added in v0.51.0
func (m *ItemSquareLogoRequestBuilder) ToPutRequestInformation(ctx context.Context, body []byte, requestConfiguration *ItemSquareLogoRequestBuilderPutRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPutRequestInformation a square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG no larger than 240 x 240 pixels and no more than 10 KB in size. We recommend using a transparent image with no padding around the logo.
type ItemSquareLogoRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type ItemSquareLogoRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ItemSquareLogoRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ItemSquareLogoRequestBuilderPutRequestConfiguration ¶ added in v0.49.0
type ItemSquareLogoRequestBuilderPutRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ItemSquareLogoRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type LocalizationsRequestBuilder ¶
type LocalizationsRequestBuilder struct {
// contains filtered or unexported fields
}
LocalizationsRequestBuilder provides operations to manage the collection of organizationalBrandingLocalization entities.
func NewLocalizationsRequestBuilder ¶
func NewLocalizationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LocalizationsRequestBuilder
NewLocalizationsRequestBuilder instantiates a new LocalizationsRequestBuilder and sets the default values.
func NewLocalizationsRequestBuilderInternal ¶
func NewLocalizationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *LocalizationsRequestBuilder
NewLocalizationsRequestBuilderInternal instantiates a new LocalizationsRequestBuilder and sets the default values.
func (*LocalizationsRequestBuilder) Count ¶ added in v0.13.0
func (m *LocalizationsRequestBuilder) Count() *CountRequestBuilder
Count provides operations to count the resources in the collection.
func (*LocalizationsRequestBuilder) Get ¶
func (m *LocalizationsRequestBuilder) Get(ctx context.Context, requestConfiguration *LocalizationsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingLocalizationCollectionResponseable, error)
Get get entities from localizations
func (*LocalizationsRequestBuilder) Post ¶
func (m *LocalizationsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingLocalizationable, requestConfiguration *LocalizationsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingLocalizationable, error)
Post add new entity to localizations
func (*LocalizationsRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *LocalizationsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *LocalizationsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get entities from localizations
func (*LocalizationsRequestBuilder) ToPostRequestInformation ¶ added in v0.51.0
func (m *LocalizationsRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingLocalizationable, requestConfiguration *LocalizationsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation add new entity to localizations
type LocalizationsRequestBuilderGetQueryParameters ¶
type LocalizationsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Expand related entities Expand []string `uriparametername:"%24expand"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
LocalizationsRequestBuilderGetQueryParameters get entities from localizations
type LocalizationsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type LocalizationsRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *LocalizationsRequestBuilderGetQueryParameters }
LocalizationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type LocalizationsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type LocalizationsRequestBuilderPostRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
LocalizationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OrganizationalBrandingLocalizationItemRequestBuilder ¶ added in v0.49.0
type OrganizationalBrandingLocalizationItemRequestBuilder struct {
// contains filtered or unexported fields
}
OrganizationalBrandingLocalizationItemRequestBuilder provides operations to manage the collection of organizationalBrandingLocalization entities.
func NewOrganizationalBrandingLocalizationItemRequestBuilder ¶ added in v0.49.0
func NewOrganizationalBrandingLocalizationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OrganizationalBrandingLocalizationItemRequestBuilder
NewOrganizationalBrandingLocalizationItemRequestBuilder instantiates a new OrganizationalBrandingLocalizationItemRequestBuilder and sets the default values.
func NewOrganizationalBrandingLocalizationItemRequestBuilderInternal ¶ added in v0.49.0
func NewOrganizationalBrandingLocalizationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OrganizationalBrandingLocalizationItemRequestBuilder
NewOrganizationalBrandingLocalizationItemRequestBuilderInternal instantiates a new OrganizationalBrandingLocalizationItemRequestBuilder and sets the default values.
func (*OrganizationalBrandingLocalizationItemRequestBuilder) BackgroundImage ¶ added in v0.49.0
func (m *OrganizationalBrandingLocalizationItemRequestBuilder) BackgroundImage() *ItemBackgroundImageRequestBuilder
BackgroundImage provides operations to manage the media for the organizationalBrandingLocalization entity.
func (*OrganizationalBrandingLocalizationItemRequestBuilder) BannerLogo ¶ added in v0.49.0
func (m *OrganizationalBrandingLocalizationItemRequestBuilder) BannerLogo() *ItemBannerLogoRequestBuilder
BannerLogo provides operations to manage the media for the organizationalBrandingLocalization entity.
func (*OrganizationalBrandingLocalizationItemRequestBuilder) Delete ¶ added in v0.49.0
func (m *OrganizationalBrandingLocalizationItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *OrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration) error
Delete delete entity from localizations
func (*OrganizationalBrandingLocalizationItemRequestBuilder) Get ¶ added in v0.49.0
func (m *OrganizationalBrandingLocalizationItemRequestBuilder) Get(ctx context.Context, requestConfiguration *OrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingLocalizationable, error)
Get get entity from localizations by key
func (*OrganizationalBrandingLocalizationItemRequestBuilder) Patch ¶ added in v0.49.0
func (m *OrganizationalBrandingLocalizationItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingLocalizationable, requestConfiguration *OrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingLocalizationable, error)
Patch update entity in localizations
func (*OrganizationalBrandingLocalizationItemRequestBuilder) SquareLogo ¶ added in v0.49.0
func (m *OrganizationalBrandingLocalizationItemRequestBuilder) SquareLogo() *ItemSquareLogoRequestBuilder
SquareLogo provides operations to manage the media for the organizationalBrandingLocalization entity.
func (*OrganizationalBrandingLocalizationItemRequestBuilder) ToDeleteRequestInformation ¶ added in v0.51.0
func (m *OrganizationalBrandingLocalizationItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *OrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToDeleteRequestInformation delete entity from localizations
func (*OrganizationalBrandingLocalizationItemRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *OrganizationalBrandingLocalizationItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *OrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get entity from localizations by key
func (*OrganizationalBrandingLocalizationItemRequestBuilder) ToPatchRequestInformation ¶ added in v0.51.0
func (m *OrganizationalBrandingLocalizationItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.OrganizationalBrandingLocalizationable, requestConfiguration *OrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPatchRequestInformation update entity in localizations
type OrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.49.0
type OrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OrganizationalBrandingLocalizationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters ¶ added in v0.49.0
type OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters get entity from localizations by key
type OrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type OrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *OrganizationalBrandingLocalizationItemRequestBuilderGetQueryParameters }
OrganizationalBrandingLocalizationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration ¶ added in v0.49.0
type OrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
OrganizationalBrandingLocalizationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.