public class BanafoCall
extends java.lang.Object
Constructor and Description |
---|
BanafoCall(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
acceptedAt()
Acceptance time of the call
Time and date when call was accepted in SO 8601 Format.
|
java.lang.String |
banafoId()
The Banafo Service's call ID.
|
BanafoContact |
contact()
Remote user's contact
Remote user's contact.
|
protected void |
finalize()
Ensures the underlying native object destruction
|
java.lang.String |
finishedAt()
Ending time of the call
Time and date when call was finished in SO 8601 Format.
|
long |
handle()
Gets the pointer/address to the underlying native object
|
java.lang.String |
localPhone()
Local user's phone number
Local user's phone number.
|
OriginType |
origin()
The call's origin
The originator of the call
|
java.lang.String |
remotePhone()
Remote user's phone number
Remote user's phone number
|
java.lang.String |
source()
The call's source
The conversation's source.
|
java.lang.String |
startedAt()
Started time of the call
Time and date when call was initiated in SO 8601 Format.
|
java.lang.String |
summary()
Summary of the call
Some descriptive text about the call.
|
java.lang.String |
title()
Title of the call
Some title for the concersation.
|
java.lang.String |
type()
Type of the call
The type of conversation, for phone calls the type should be set as `phone-call`.
|
public BanafoCall(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public java.lang.String banafoId()
public java.lang.String summary()
public java.lang.String title()
public java.lang.String source()
public OriginType origin()
OriginType
public java.lang.String startedAt()
public java.lang.String acceptedAt()
public java.lang.String finishedAt()
public java.lang.String type()
public java.lang.String localPhone()
public java.lang.String remotePhone()
public BanafoContact contact()