pub struct OrganizationIdApiClient { /* private fields */ }
Implementations§
Source§impl OrganizationIdApiClient
impl OrganizationIdApiClient
Sourcepub fn delete_organization(&self) -> RequestHandler
pub fn delete_organization(&self) -> RequestHandler
Delete entity from organization
Sourcepub fn get_organization(&self) -> RequestHandler
pub fn get_organization(&self) -> RequestHandler
Get organization
Sourcepub fn update_organization<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_organization<B: BodyExt>(&self, body: B) -> RequestHandler
Update organization
Sourcepub fn delete_branding(&self) -> RequestHandler
pub fn delete_branding(&self) -> RequestHandler
Delete organizationalBranding
Sourcepub fn get_branding(&self) -> RequestHandler
pub fn get_branding(&self) -> RequestHandler
Get organizationalBranding
Sourcepub fn update_branding<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_branding<B: BodyExt>(&self, body: B) -> RequestHandler
Update organizationalBranding
Sourcepub fn get_branding_background_image(&self) -> RequestHandler
pub fn get_branding_background_image(&self) -> RequestHandler
Get backgroundImage for the navigation property branding from organization
Sourcepub fn update_branding_background_image<B: BodyExt>(
&self,
body: B,
) -> RequestHandler
pub fn update_branding_background_image<B: BodyExt>( &self, body: B, ) -> RequestHandler
Update backgroundImage for the navigation property branding in organization
Get bannerLogo for the navigation property branding from organization
Update bannerLogo for the navigation property branding in organization
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 organization
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 organization
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 organization
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 organization
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 organization
Get bannerLogo for the navigation property localizations from organization
Update bannerLogo for the navigation property localizations in organization
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 organization
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 organization
Sourcepub fn get_branding_square_logo(&self) -> RequestHandler
pub fn get_branding_square_logo(&self) -> RequestHandler
Get squareLogo for the navigation property branding from organization
Sourcepub fn update_branding_square_logo<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn update_branding_square_logo<B: BodyExt>(&self, body: B) -> RequestHandler
Update squareLogo for the navigation property branding in organization
Sourcepub fn list_certificate_based_auth_configuration(&self) -> RequestHandler
pub fn list_certificate_based_auth_configuration(&self) -> RequestHandler
List certificateBasedAuthConfigurations
Sourcepub fn get_certificate_based_auth_configuration_count(&self) -> RequestHandler
pub fn get_certificate_based_auth_configuration_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn get_certificate_based_auth_configuration(
&self,
certificate_based_auth_configuration_id: impl AsRef<str>,
) -> RequestHandler
pub fn get_certificate_based_auth_configuration( &self, certificate_based_auth_configuration_id: impl AsRef<str>, ) -> RequestHandler
Get certificateBasedAuthConfiguration from organization
Sourcepub fn check_member_groups<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn check_member_groups<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action checkMemberGroups
Sourcepub fn check_member_objects<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn check_member_objects<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action checkMemberObjects
Sourcepub fn create_extensions<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn create_extensions<B: BodyExt>(&self, body: B) -> RequestHandler
Create new navigation property to extensions for organization
Sourcepub fn list_extensions(&self) -> RequestHandler
pub fn list_extensions(&self) -> RequestHandler
Get extensions from organization
Sourcepub fn get_extensions_count(&self) -> RequestHandler
pub fn get_extensions_count(&self) -> RequestHandler
Get the number of the resource
Sourcepub fn delete_extensions(&self, extension_id: impl AsRef<str>) -> RequestHandler
pub fn delete_extensions(&self, extension_id: impl AsRef<str>) -> RequestHandler
Delete navigation property extensions for organization
Sourcepub fn get_extensions(&self, extension_id: impl AsRef<str>) -> RequestHandler
pub fn get_extensions(&self, extension_id: impl AsRef<str>) -> RequestHandler
Get extensions from organization
Sourcepub fn update_extensions<B: BodyExt>(
&self,
extension_id: impl AsRef<str>,
body: B,
) -> RequestHandler
pub fn update_extensions<B: BodyExt>( &self, extension_id: impl AsRef<str>, body: B, ) -> RequestHandler
Update the navigation property extensions in organization
Sourcepub fn get_member_groups<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn get_member_groups<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action getMemberGroups
Sourcepub fn get_member_objects<B: BodyExt>(&self, body: B) -> RequestHandler
pub fn get_member_objects<B: BodyExt>(&self, body: B) -> RequestHandler
Invoke action getMemberObjects
Sourcepub fn restore(&self) -> RequestHandler
pub fn restore(&self) -> RequestHandler
Invoke action restore
Invoke action setMobileDeviceManagementAuthority