Struct graph_rs_sdk::branding::BrandingApiClient
source · pub struct BrandingApiClient { /* private fields */ }
Implementations§
source§impl BrandingApiClient
impl BrandingApiClient
sourcepub fn get_organizational_branding(&self) -> RequestHandler
pub fn get_organizational_branding(&self) -> RequestHandler
Get branding
sourcepub fn update_organizational_branding<B: BodyExt>(
&self,
body: B
) -> RequestHandler
pub fn update_organizational_branding<B: BodyExt>( &self, body: B ) -> RequestHandler
Update branding
sourcepub fn get_background_image(&self) -> RequestHandler
pub fn get_background_image(&self) -> RequestHandler
Get backgroundImage for organizationalBranding from branding
sourcepub fn update_background_image<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_background_image<B: BodyExt>(&self, body: B) -> RequestHandler
Update backgroundImage for organizationalBranding in branding
Get bannerLogo for organizationalBranding from branding
Update bannerLogo for organizationalBranding in branding
sourcepub fn create_localizations<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_localizations<B: BodyExt>(&self, body: B) -> RequestHandler
Create organizationalBrandingLocalization
sourcepub fn list_localizations(&self) -> RequestHandler
pub fn list_localizations(&self) -> RequestHandler
List localizations
sourcepub fn get_localizations_count(&self) -> RequestHandler
pub fn get_localizations_count(&self) -> RequestHandler
Get the number of the resource
sourcepub fn delete_localizations(
&self,
organizational_branding_localization_id: impl AsRef<str>
) -> RequestHandler
pub fn delete_localizations( &self, organizational_branding_localization_id: impl AsRef<str> ) -> RequestHandler
Delete navigation property localizations for branding
sourcepub fn get_localizations(
&self,
organizational_branding_localization_id: impl AsRef<str>
) -> RequestHandler
pub fn get_localizations( &self, organizational_branding_localization_id: impl AsRef<str> ) -> RequestHandler
Get localizations from branding
sourcepub fn update_localizations<B: BodyExt>(
&self,
organizational_branding_localization_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_localizations<B: BodyExt>( &self, organizational_branding_localization_id: impl AsRef<str>, body: B ) -> RequestHandler
Update the navigation property localizations in branding
sourcepub fn get_localizations_background_image(
&self,
organizational_branding_localization_id: impl AsRef<str>
) -> RequestHandler
pub fn get_localizations_background_image( &self, organizational_branding_localization_id: impl AsRef<str> ) -> RequestHandler
Get backgroundImage for the navigation property localizations from branding
sourcepub fn update_localizations_background_image<B: BodyExt>(
&self,
organizational_branding_localization_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_localizations_background_image<B: BodyExt>( &self, organizational_branding_localization_id: impl AsRef<str>, body: B ) -> RequestHandler
Update backgroundImage for the navigation property localizations in branding
Get bannerLogo for the navigation property localizations from branding
Update bannerLogo for the navigation property localizations in branding
sourcepub fn get_localizations_square_logo(
&self,
organizational_branding_localization_id: impl AsRef<str>
) -> RequestHandler
pub fn get_localizations_square_logo( &self, organizational_branding_localization_id: impl AsRef<str> ) -> RequestHandler
Get squareLogo for the navigation property localizations from branding
sourcepub fn update_localizations_square_logo<B: BodyExt>(
&self,
organizational_branding_localization_id: impl AsRef<str>,
body: B
) -> RequestHandler
pub fn update_localizations_square_logo<B: BodyExt>( &self, organizational_branding_localization_id: impl AsRef<str>, body: B ) -> RequestHandler
Update squareLogo for the navigation property localizations in branding
sourcepub fn get_square_logo(&self) -> RequestHandler
pub fn get_square_logo(&self) -> RequestHandler
Get squareLogo for organizationalBranding from branding
sourcepub fn update_square_logo<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_square_logo<B: BodyExt>(&self, body: B) -> RequestHandler
Update squareLogo for organizationalBranding in branding