[−][src]Struct graph_rs_sdk::groups::GroupsRequest
Implementations
impl<'a, Client> GroupsRequest<'a, Client> where
Client: RequestClient,
[src]
Client: RequestClient,
pub fn calendars(&self) -> CalendarRequest<'a, Client>
[src]
pub fn calendar_groups(&self) -> CalendarGroupRequest<'a, Client>
[src]
pub fn calendar_group<ID: AsRef<str>>(
&self,
id: ID
) -> CalendarGroupsRequest<'a, Client>
[src]
&self,
id: ID
) -> CalendarGroupsRequest<'a, Client>
pub fn calendar_view<ID: AsRef<str>>(
&self,
id: ID
) -> CalendarViewRequest<'a, Client>
[src]
&self,
id: ID
) -> CalendarViewRequest<'a, Client>
pub fn calendar_views(&self) -> CalendarViewsRequest<'a, Client>
[src]
pub fn calendar<ID: AsRef<str>>(&self, id: ID) -> CalendarsRequest<'a, Client>
[src]
pub fn conversations(&self) -> ConversationRequest<'a, Client>
[src]
pub fn conversation<ID: AsRef<str>>(
&self,
id: ID
) -> ConversationsRequest<'a, Client>
[src]
&self,
id: ID
) -> ConversationsRequest<'a, Client>
pub fn drive(&self) -> DrivesRequest<'a, Client>
[src]
pub fn events(&self) -> EventRequest<'a, Client>
[src]
pub fn event<ID: AsRef<str>>(&self, id: ID) -> EventsRequest<'a, Client>
[src]
pub fn onenote(&self) -> OnenoteRequest<'a, Client>
[src]
pub fn planner(&self) -> PlannerRequest<'a, Client>
[src]
pub fn threads(&self) -> ThreadRequest<'a, Client>
[src]
pub fn thread<ID: AsRef<str>>(&self, id: ID) -> ThreadsRequest<'a, Client>
[src]
pub fn get_group(&'a self) -> IntoResponse<'a, Value, Client>
[src]
pub fn update_group<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn delete_group(
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_accepted_senders(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_accepted_senders<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_accepted_senders<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_accepted_senders<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn add_favorite(
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_app_role_assignments(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_app_role_assignments<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_app_role_assignments<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_app_role_assignments<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn assign_license<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_calendar(&'a self) -> IntoResponse<'a, Value, Client>
[src]
pub fn update_calendar<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_calendar_view(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_calendar_view<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn list_conversations(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_conversations<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_created_on_behalf_of(&'a self) -> IntoResponse<'a, Value, Client>
[src]
pub fn get_drive(&'a self) -> IntoResponse<'a, Value, Client>
[src]
pub fn update_drive<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_drives(&'a self) -> IntoResponse<'a, Collection<Value>, Client>
[src]
pub fn create_drives<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_drives<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_drives<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_events(&'a self) -> IntoResponse<'a, Collection<Value>, Client>
[src]
pub fn create_events<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn list_extensions(&'a self) -> IntoResponse<'a, Collection<Value>, Client>
[src]
pub fn create_extensions<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_extensions<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_extensions<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_group_lifecycle_policies(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_group_lifecycle_policies<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_group_lifecycle_policies<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_group_lifecycle_policies<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_member_of(&'a self) -> IntoResponse<'a, Collection<Value>, Client>
[src]
pub fn get_member_of<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn list_members(&'a self) -> IntoResponse<'a, Collection<Value>, Client>
[src]
pub fn get_members<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn list_members_with_license_errors(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn get_members_with_license_errors<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn get_onenote(&'a self) -> IntoResponse<'a, Value, Client>
[src]
pub fn update_onenote<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_owners(&'a self) -> IntoResponse<'a, Collection<Value>, Client>
[src]
pub fn get_owners<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn get_photo(&'a self) -> IntoResponse<'a, Value, Client>
[src]
pub fn update_photo<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_photos(&'a self) -> IntoResponse<'a, Collection<Value>, Client>
[src]
pub fn create_photos<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_photos<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_photos<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn get_planner(&'a self) -> IntoResponse<'a, Value, Client>
[src]
pub fn update_planner<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_rejected_senders(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn create_rejected_senders<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_rejected_senders<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_rejected_senders<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn remove_favorite(
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn renew(&'a self) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
pub fn reset_unseen_count(
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_settings(&'a self) -> IntoResponse<'a, Collection<Value>, Client>
[src]
pub fn create_settings<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_settings<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_settings<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_sites(&'a self) -> IntoResponse<'a, Collection<Value>, Client>
[src]
pub fn create_sites<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn get_sites<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn update_sites<S: AsRef<str>, B: Serialize>(
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn subscribe_by_mail(
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn get_team(&'a self) -> IntoResponse<'a, Value, Client>
[src]
pub fn update_team<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn list_threads(&'a self) -> IntoResponse<'a, Collection<Value>, Client>
[src]
pub fn create_threads<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, Value, Client>
pub fn list_transitive_member_of(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn get_transitive_member_of<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn list_transitive_members(
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
[src]
&'a self
) -> IntoResponse<'a, Collection<Value>, Client>
pub fn get_transitive_members<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, Value, Client>
pub fn unsubscribe_by_mail(
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn validate_properties<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn add_member<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn remove_member<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn add_owner<B: Serialize>(
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
body: &B
) -> IntoResponse<'a, GraphResponse<Content>, Client>
pub fn remove_owner<S: AsRef<str>>(
&'a self,
id: S
) -> IntoResponse<'a, GraphResponse<Content>, Client>
[src]
&'a self,
id: S
) -> IntoResponse<'a, GraphResponse<Content>, Client>
Auto Trait Implementations
impl<'a, Client> RefUnwindSafe for GroupsRequest<'a, Client> where
Client: RefUnwindSafe,
[src]
Client: RefUnwindSafe,
impl<'a, Client> Send for GroupsRequest<'a, Client> where
Client: Sync,
[src]
Client: Sync,
impl<'a, Client> Sync for GroupsRequest<'a, Client> where
Client: Sync,
[src]
Client: Sync,
impl<'a, Client> Unpin for GroupsRequest<'a, Client>
[src]
impl<'a, Client> UnwindSafe for GroupsRequest<'a, Client> where
Client: RefUnwindSafe,
[src]
Client: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,