Interface StartOutgoingCallRequest

    • Method Detail

      • getTargetId

        java.lang.String getTargetId()
        The id or number of the target for the OutgoingCall to be called.
        Returns:
        the id or number of the target to be called
        Since:
        11.27
      • getRelatedIssue

        java.util.Optional<Issue> getRelatedIssue()
        The related Issue of the outgoing call if exists, otherwise an empty optional.
        Returns:
        the related issue of the outgoing call if exists, otherwise an empty optional.
        Since:
        11.27
      • getTenant

        java.util.Optional<Tenant> getTenant()
        The Tenant for the outgoing call if available, otherwise an empty optional.
        Returns:
        the tenant for the outgoing call if available, otherwise an empty optional.
        Since:
        11.27
      • getCategory

        java.util.Optional<Category> getCategory()
        The Category for the outgoing call if available, otherwise an empty optional.
        Returns:
        the category for the outgoing call if available, otherwise an empty optional.
        Since:
        11.27