Interface OptionalTenantProvider

All Known Subinterfaces:
AgentMessageDeselectedEvent, AgentMessageSelectedEvent, AgentMessageSelectionChangedEvent, Call, Chat, Issue, Ticket

public interface OptionalTenantProvider
Represents an object that optionally provides a Tenant.
Since:
12.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the optional Tenant
  • Method Details

    • getTenant

      Optional<Tenant> getTenant()
      Returns the optional Tenant
      Returns:
      the tenant if present, otherwise an empty optional
      Since:
      12.0