pub struct GroupsIdApiClient { /* private fields */ }

Implementations§

source§

impl GroupsIdApiClient

source

pub fn owners(&self) -> GroupsOwnersApiClient

source

pub fn members_with_license_errors_id<ID: AsRef<str>>( &self, id: ID ) -> MembersWithLicenseErrorsIdApiClient

source

pub fn permission_grants(&self) -> PermissionGrantsApiClient

source

pub fn owner<ID: AsRef<str>>(&self, id: ID) -> GroupsOwnersIdApiClient

source

pub fn transitive_members(&self) -> TransitiveMembersApiClient

source

pub fn site<ID: AsRef<str>>(&self, id: ID) -> SitesIdApiClient

source

pub fn default_calendar(&self) -> DefaultCalendarApiClient

source

pub fn calendar_view<ID: AsRef<str>>(&self, id: ID) -> CalendarViewIdApiClient

source

pub fn calendar_views(&self) -> CalendarViewApiClient

source

pub fn planner(&self) -> PlannerApiClient

source

pub fn member_of(&self) -> MemberOfApiClient

source

pub fn conversations(&self) -> ConversationsApiClient

source

pub fn event<ID: AsRef<str>>(&self, id: ID) -> EventsIdApiClient

source

pub fn sites(&self) -> SitesApiClient

source

pub fn group_lifecycle_policies(&self) -> GroupLifecyclePoliciesApiClient

source

pub fn events(&self) -> EventsApiClient

source

pub fn groups_team(&self) -> GroupsTeamApiClient

source

pub fn members_with_license_errors(&self) -> MembersWithLicenseErrorsApiClient

source

pub fn permission_grant<ID: AsRef<str>>( &self, id: ID ) -> PermissionGrantsIdApiClient

source

pub fn member_of_id<ID: AsRef<str>>(&self, id: ID) -> MemberOfIdApiClient

source

pub fn onenote(&self) -> OnenoteApiClient

source

pub fn thread<ID: AsRef<str>>(&self, id: ID) -> ThreadsIdApiClient

source

pub fn conversation<ID: AsRef<str>>(&self, id: ID) -> ConversationsIdApiClient

source

pub fn transitive_member<ID: AsRef<str>>( &self, id: ID ) -> TransitiveMembersIdApiClient

source

pub fn threads(&self) -> ThreadsApiClient

source

pub fn delete_group(&self) -> RequestHandler

Delete group

source

pub fn get_group(&self) -> RequestHandler

Get group

source

pub fn update_group<B: BodyExt>(&self, body: B) -> RequestHandler

Update group

source

pub fn list_accepted_senders(&self) -> RequestHandler

List acceptedSenders

source

pub fn get_accepted_senders_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn create_ref_accepted_senders<B: BodyExt>(&self, body: B) -> RequestHandler

Create new navigation property ref to acceptedSenders for groups

source

pub fn list_ref_accepted_senders(&self) -> RequestHandler

List acceptedSenders

source

pub fn delete_ref_accepted_senders( &self, directory_object_id: impl AsRef<str> ) -> RequestHandler

Delete ref of navigation property acceptedSenders for groups

source

pub fn add_favorite(&self) -> RequestHandler

Invoke action addFavorite

source

pub fn assign_license<B: BodyExt>(&self, body: B) -> RequestHandler

Invoke action assignLicense

source

pub fn check_granted_permissions_for_app(&self) -> RequestHandler

Invoke action checkGrantedPermissionsForApp

source

pub fn check_member_groups<B: BodyExt>(&self, body: B) -> RequestHandler

Invoke action checkMemberGroups

source

pub fn check_member_objects<B: BodyExt>(&self, body: B) -> RequestHandler

Invoke action checkMemberObjects

source

pub fn get_created_on_behalf_of(&self) -> RequestHandler

Get createdOnBehalfOf from groups

source

pub fn get_drive(&self) -> RequestHandler

Get Drive

source

pub fn list_drives(&self) -> RequestHandler

List available drives

source

pub fn get_drives_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn get_drives(&self, drive_id: impl AsRef<str>) -> RequestHandler

Get drives from groups

source

pub fn get_member_groups<B: BodyExt>(&self, body: B) -> RequestHandler

Invoke action getMemberGroups

source

pub fn get_member_objects<B: BodyExt>(&self, body: B) -> RequestHandler

Invoke action getMemberObjects

source

pub fn list_members(&self) -> RequestHandler

Get members from groups

source

pub fn get_members_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn create_ref_members<B: BodyExt>(&self, body: B) -> RequestHandler

Create new navigation property ref to members for groups

source

pub fn list_ref_members(&self) -> RequestHandler

Get ref of members from groups

source

pub fn get_directory_object_items_as_application_type(&self) -> RequestHandler

Get the items of type microsoft.graph.application in the microsoft.graph.directoryObject collection

source

pub fn get_application_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn get_directory_object_items_as_device_type(&self) -> RequestHandler

Get the items of type microsoft.graph.device in the microsoft.graph.directoryObject collection

source

pub fn get_device_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn get_directory_object_items_as_group_type(&self) -> RequestHandler

Get the items of type microsoft.graph.group in the microsoft.graph.directoryObject collection

source

pub fn get_group_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn get_directory_object_items_as_org_contact_type(&self) -> RequestHandler

Get the items of type microsoft.graph.orgContact in the microsoft.graph.directoryObject collection

source

pub fn get_org_contact_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn get_directory_object_items_as_service_principal_type( &self ) -> RequestHandler

Get the items of type microsoft.graph.servicePrincipal in the microsoft.graph.directoryObject collection

source

pub fn get_service_principal_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn get_directory_object_items_as_user_type(&self) -> RequestHandler

Get the items of type microsoft.graph.user in the microsoft.graph.directoryObject collection

source

pub fn get_user_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn delete_ref_members( &self, directory_object_id: impl AsRef<str> ) -> RequestHandler

Delete ref of navigation property members for groups

source

pub fn get_directory_object_item_as_application_type( &self, directory_object_id: impl AsRef<str> ) -> RequestHandler

Get the item of type microsoft.graph.directoryObject as microsoft.graph.application

source

pub fn get_directory_object_item_as_device_type( &self, directory_object_id: impl AsRef<str> ) -> RequestHandler

Get the item of type microsoft.graph.directoryObject as microsoft.graph.device

source

pub fn get_directory_object_item_as_group_type( &self, directory_object_id: impl AsRef<str> ) -> RequestHandler

Get the item of type microsoft.graph.directoryObject as microsoft.graph.group

source

pub fn get_directory_object_item_as_org_contact_type( &self, directory_object_id: impl AsRef<str> ) -> RequestHandler

Get the item of type microsoft.graph.directoryObject as microsoft.graph.orgContact

source

pub fn get_directory_object_item_as_service_principal_type( &self, directory_object_id: impl AsRef<str> ) -> RequestHandler

Get the item of type microsoft.graph.directoryObject as microsoft.graph.servicePrincipal

source

pub fn get_directory_object_item_as_user_type( &self, directory_object_id: impl AsRef<str> ) -> RequestHandler

Get the item of type microsoft.graph.directoryObject as microsoft.graph.user

source

pub fn get_photo(&self) -> RequestHandler

Get photo from groups

source

pub fn update_photo<B: BodyExt>(&self, body: B) -> RequestHandler

Update the navigation property photo in groups

source

pub fn get_photo_content(&self) -> RequestHandler

Get media content for the navigation property photo from groups

source

pub fn update_photo_content<B: BodyExt>(&self, body: B) -> RequestHandler

Update media content for the navigation property photo in groups

source

pub fn list_rejected_senders(&self) -> RequestHandler

List rejectedSenders

source

pub fn get_rejected_senders_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn create_ref_rejected_senders<B: BodyExt>(&self, body: B) -> RequestHandler

Create new navigation property ref to rejectedSenders for groups

source

pub fn list_ref_rejected_senders(&self) -> RequestHandler

List rejectedSenders

source

pub fn delete_ref_rejected_senders( &self, directory_object_id: impl AsRef<str> ) -> RequestHandler

Delete ref of navigation property rejectedSenders for groups

source

pub fn remove_favorite(&self) -> RequestHandler

Invoke action removeFavorite

source

pub fn renew(&self) -> RequestHandler

Invoke action renew

source

pub fn reset_unseen_count(&self) -> RequestHandler

Invoke action resetUnseenCount

source

pub fn restore(&self) -> RequestHandler

Invoke action restore

source

pub fn create_settings<B: BodyExt>(&self, body: B) -> RequestHandler

Create settings

source

pub fn list_settings(&self) -> RequestHandler

List settings

source

pub fn get_settings_count(&self) -> RequestHandler

Get the number of the resource

source

pub fn delete_settings( &self, group_setting_id: impl AsRef<str> ) -> RequestHandler

Delete navigation property settings for groups

source

pub fn get_settings(&self, group_setting_id: impl AsRef<str>) -> RequestHandler

Get settings from groups

source

pub fn update_settings<B: BodyExt>( &self, group_setting_id: impl AsRef<str>, body: B ) -> RequestHandler

Update the navigation property settings in groups

source

pub fn subscribe_by_mail(&self) -> RequestHandler

Invoke action subscribeByMail

source

pub fn unsubscribe_by_mail(&self) -> RequestHandler

Invoke action unsubscribeByMail

source

pub fn validate_properties<B: BodyExt>(&self, body: B) -> RequestHandler

Invoke action validateProperties

Trait Implementations§

source§

impl ApiClientImpl for GroupsIdApiClient

source§

fn url(&self) -> Url

source§

fn render_path<S: AsRef<str>>( &self, path: S, path_params_map: &Value ) -> GraphResult<String>

source§

fn build_url<S>( &self, path: S, path_params_map: &Value ) -> Result<Url, GraphFailure>where S: AsRef<str>,

source§

impl Debug for GroupsIdApiClient

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl ODataQuery<GroupsIdApiClient> for GroupsIdApiClient

source§

fn append_query_pair<KV: AsRef<str>>(self, key: KV, value: KV) -> Self

source§

fn count<S>(self, value: S) -> Selfwhere S: AsRef<str>,

Retrieves the total count of matching resources. See the docs
source§

fn select(self, value: &[&str]) -> Self

Filters properties (columns). See the docs
source§

fn expand(self, value: &[&str]) -> Self

Retrieves related resources. See the docs
source§

fn filter(self, value: &[&str]) -> Self

Filters results (rows). See the docs
source§

fn order_by(self, value: &[&str]) -> Self

Orders results. See the docs
source§

fn search<S>(self, value: S) -> Selfwhere S: AsRef<str>,

Returns results based on search criteria. See the docs
source§

fn format<S>(self, value: S) -> Selfwhere S: AsRef<str>,

Returns the results in the specified media format. See the docs
source§

fn skip<S>(self, value: S) -> Selfwhere S: AsRef<str>,

Indexes into a result set. Also used by some APIs to implement paging and can be used together with $top to manually page results. See the docs
source§

fn skip_token<S>(self, value: S) -> Selfwhere S: AsRef<str>,

Retrieves the next page of results from result sets that span multiple pages. (Some APIs use $skip instead.) See the docs
source§

fn delta_token<S>(self, value: S) -> Selfwhere S: AsRef<str>,

Retrieves the next page of results from result sets that span multiple pages. (Some APIs use $skip instead.) See the docs
source§

fn top<S>(self, value: S) -> Selfwhere S: AsRef<str>,

Sets the page size of results. See the docs
source§

impl ResourceIdentifier for GroupsIdApiClient

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more