🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "entity"

Found 50 matching component(s)

  • class FixedProjectVictoriaGenerator

    Fixed Project Victoria Disclosure Generator that properly handles all warranty sections.

    File: /tf/active/vicechatdev/fixed_project_victoria_generator.py

    class fixedprojectvictoriagenerator
  • class ImprovedProjectVictoriaGenerator

    Improved Project Victoria Disclosure Generator with proper reference management.

    File: /tf/active/vicechatdev/improved_project_victoria_generator.py

    class improvedprojectvictoriagenerator
  • function generate_diagram_data

    Transforms Neo4j schema information into a structured format suitable for graph visualization, creating separate node and edge data structures.

    File: /tf/active/vicechatdev/neo4j_schema_report.py

    graph-visualization schema-processing neo4j data-transformation diagram-generation
  • class ProjectVictoriaDisclosureGenerator

    Main class for generating Project Victoria disclosures from warranty claims.

    File: /tf/active/vicechatdev/project_victoria_disclosure_generator.py

    class projectvictoriadisclosuregenerator
  • function parse

    Parses XML input (string, file-like object, or generator) and converts it into a Python dictionary representation with configurable options for attributes, namespaces, comments, and streaming.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/xmltodict.py

    xml parsing xml-to-dict dictionary data-conversion
  • class Entity_v1

    Base entity

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/entity.py

    class entity
  • class BaseItem

    The baseItem resource is an abstract resource that contains a auth set of properties shared among several other resources types

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/base_item.py

    class baseitem
  • class DeltaCollection

    A specialized collection class for handling delta queries in Microsoft Graph API, allowing retrieval of newly created, updated, or deleted entities (changes) with filtering capabilities.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/delta_collection.py

    microsoft-graph delta-query change-tracking synchronization api-collection
  • class DeltaPath

    DeltaPath is a specialized path class that represents a 'delta' entity path in the Office365 SDK, inheriting from EntityPath.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/delta_path.py

    office365 microsoft-graph delta-query path-construction api-endpoint
  • class GraphClient

    GraphClient is a client class for interacting with Microsoft Graph API, providing authentication and access to various Microsoft 365 services including users, groups, drives, teams, and more.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/graph_client.py

    microsoft-graph azure-ad authentication oauth2 microsoft-365
  • class EntityCollection_v1

    A collection container which represents a named collections of entities

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/entity_collection.py

    class entitycollection
  • class CloudCommunications

    CloudCommunications is a class that provides access to Microsoft Graph API cloud communications resources including calls, call records, online meetings, and user presence information.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/cloud_communications.py

    microsoft-graph communications presence calls meetings
  • class Segment

    Represents a portion of a User-User or User-Meeting communication segment in Microsoft Graph call records, typically corresponding to one segment per VOIP session or multiple segments for PSTN calls.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/callrecords/segment.py

    microsoft-graph call-records communications voip pstn
  • class CallRecord

    Represents a single peer-to-peer call or a group call between multiple participants in Microsoft 365, sometimes referred to as an online meeting.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/callrecords/call_record.py

    microsoft-graph communications call-records meetings office365
  • class Session

    Represents a user-user communication or a user-meeting communication session, such as a conference call, in the Office 365 communications system.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/callrecords/session.py

    office365 communications call-records session conference-call
  • class CommsOperation

    Represents the status of long-running communications operations in Microsoft Graph API, tracking operation progress and results through notifications.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/operations/comms.py

    communications async-operations microsoft-graph office365 long-running-operations
  • class Presence

    Contains information about a user's presence, including their availability and user activity.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/presences/presence.py

    class presence
  • class Participant

    Represents a participant in a call, providing methods to manage participant state including inviting others, controlling hold music, and accessing participant information.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/calls/participant.py

    communications call-management participant microsoft-graph hold-music
  • class Call

    Represents a call resource in Microsoft Graph Communications API, managing both incoming and outgoing calls for applications with capabilities for call control, media operations, and participant management.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/calls/call.py

    microsoft-graph communications call-management teams skype
  • class InvitationParticipantInfo

    A data class representing an entity being invited to a group call, containing participant identification, visibility settings, and call routing configuration.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/calls/invitation_participant_info.py

    microsoft-graph communications group-call invitation participant
  • class CallCollection

    CallCollection is a specialized entity collection class for managing Microsoft Teams/Graph API call operations, including creating outgoing calls and logging teleconferencing device quality data.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/calls/collection.py

    microsoft-teams graph-api calls communications video-conferencing
  • class OnlineMeeting

    Contains information about a meeting, including the URL used to join a meeting, the attendees list, and the description.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/onlinemeetings/online_meeting.py

    class onlinemeeting
  • class OnlineMeetingCollection

    A collection class for managing Microsoft Graph OnlineMeeting entities, providing methods to create and retrieve online meetings.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/communications/onlinemeetings/collection.py

    microsoft-graph online-meetings teams collection entity-management
  • class Onenote

    The Onenote class serves as the entry point for accessing Microsoft OneNote resources through the Microsoft Graph API, providing access to notebooks, pages, sections, and other OneNote entities.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/onenote.py

    onenote microsoft-graph office365 notebooks notes
  • class OnenoteEntityBaseModel

    OnenoteEntityBaseModel is a base class for OneNote entities that inherits from Entity. It serves as a foundational type for all OneNote-related entity models in the Office365 SDK.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/entity_base_model.py

    onenote entity base-class office365 microsoft-graph
  • class OnenoteEntityHierarchyModel

    A model class representing OneNote entities with hierarchical properties such as notebooks, sections, and pages, providing access to display name, creation/modification metadata, and identity information.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/entity_hierarchy_model.py

    onenote entity hierarchy metadata identity
  • class OnenoteEntitySchemaObjectModel

    A base class for OneNote entity objects that provides schema-based property access with a focus on creation datetime tracking.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/entity_schema_object_model.py

    onenote entity schema base-model datetime
  • class Operation

    A class representing the status of a long-running operation, inheriting from Entity to track operation metadata.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/operations/operation.py

    office365 long-running-operation async-operation entity status-tracking
  • class Notebook

    Represents a OneNote notebook entity with access to its sections and section groups, providing a hierarchical structure for organizing OneNote content.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/notebooks/notebook.py

    onenote notebook microsoft-graph entity-collection hierarchy
  • class NotebookCollection

    A collection class for managing OneNote notebooks, providing methods to create, retrieve, and query notebooks within Microsoft 365, SharePoint, or group contexts.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/notebooks/collection.py

    onenote notebooks collection microsoft-365 office365
  • class OnenotePageCollection

    A collection class for managing OneNote pages within a OneNote notebook, providing methods to create and manage multiple OnenotePage instances.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/pages/collection.py

    onenote microsoft-graph collection page-management entity-collection
  • class SectionGroup

    Represents a section group in a OneNote notebook that can contain both sections and nested section groups, providing hierarchical organization of OneNote content.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/sectiongroups/section_group.py

    onenote microsoft-graph section-group hierarchy notebook
  • class OnenoteResource

    Represents an image or other file resource on a OneNote page, providing access to the resource's binary content and metadata.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/onenote/resources/resource.py

    onenote resource binary-content file-download image
  • class OutlookItem

    OutlookItem is a base class representing a Microsoft Outlook item entity with common properties like change tracking, categories, and timestamps.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/item.py

    outlook microsoft-graph entity email calendar
  • class OutlookCategory

    Represents an Outlook category used to group and organize Outlook items such as messages and events in a user's mailbox.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/category.py

    outlook category microsoft-graph office365 email-organization
  • class OutlookUser

    Represents the Outlook services available to a user, providing access to user-specific Outlook settings, categories, supported languages, and time zones.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/user.py

    outlook office365 microsoft-graph user-settings localization
  • class Calendar

    A Calendar class representing a Microsoft 365 calendar container for events, which can be a user calendar or a Microsoft 365 group's default calendar.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/calendar.py

    microsoft-365 calendar events scheduling graph-api
  • class Place

    Represents a physical location with basic attributes including name, address, and phone number. Serves as a base class for more specialized location types like rooms and room lists.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/place.py

    location place address office365 entity
  • class EmailAddress

    A data class representing an email address with an associated display name, inheriting from ClientValue for use in Office 365 API operations.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/email_address.py

    email contact office365 client-value data-class
  • class CalendarGroup

    A class representing a group of user calendars in Microsoft Office 365, providing access to calendar group properties and associated calendars.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/group.py

    office365 calendar calendar-group entity microsoft-graph
  • class CalendarPermission

    Represents permissions for a user with whom an Outlook calendar has been shared or delegated, providing read-only access to permission details and role management.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/permissions/permission.py

    calendar permissions outlook office365 microsoft-graph
  • class CalendarPermissionCollection

    A collection class for managing CalendarPermission entities, providing methods to add and manage permissions for calendar sharing and delegation in Microsoft 365/Outlook.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/permissions/collection.py

    calendar permissions collection microsoft-365 outlook
  • class RoomList

    Represents a group of room objects (room list) defined in a Microsoft 365 tenant, providing access to room collections and their email addresses.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/calendar/rooms/list.py

    microsoft-365 outlook calendar room-list meeting-rooms
  • class Conversation

    Represents a conversation entity containing a collection of threads, where each thread contains posts sharing the same subject. Provides access to conversation metadata and thread collections.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/conversation.py

    office365 outlook conversation email threads
  • class Post

    Represents an individual Post item within a conversationThread entity in the Office 365 API, inheriting from the Entity base class.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/post.py

    office365 microsoft-graph conversation thread post
  • class ConversationThread

    ConversationThread represents a collection of posts in a group conversation, providing methods to reply to threads and access thread metadata like recipients and attachments.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/conversation_thread.py

    office365 outlook conversation thread email
  • class MessageRule

    A class representing an Outlook message rule that defines conditions, actions, and exceptions for automatically processing incoming messages in a user's Inbox.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/messages/rules/rule.py

    outlook email mail-rules automation office365
  • class MailFolder

    Represents a mail folder in a user's mailbox (e.g., Inbox, Drafts) that can contain messages, Outlook items, and child folders. Provides methods for folder operations like copying, emptying, and marking messages as read/unread.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/folders/folder.py

    email mail folder outlook microsoft-graph
  • class Attachment

    Represents a file or item (contact, event, or message) attached to an event or message in Office 365, providing methods to download and access attachment content and metadata.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/mail/attachments/attachment.py

    office365 attachment file-download microsoft-graph email
  • class ContactFolder

    A folder that contains contacts.

    File: /tf/active/vicechatdev/SPFCsync/venv/lib64/python3.11/site-packages/office365/outlook/contacts/folder.py

    class contactfolder

Search Examples