|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.skype.Profile.CallForwardingRule
public static final class Profile.CallForwardingRule
The CallForwardingRule class contains the information of a call forwarding rule.
| Constructor Summary | |
|---|---|
Profile.CallForwardingRule(int newStartSecond,
int newEndSecond,
String newTarget)
Constructs a call forwarding rule. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object compared)
|
int |
getEndSecond()
Gets the time in seconds when ringing to this number/user ends. |
int |
getStartSecond()
Gets the time in seconds when connecting to this number/user starts. |
String |
getTarget()
Gets the target Skype username to forward calls to, or the PSTN number to forward a call. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Profile.CallForwardingRule(int newStartSecond,
int newEndSecond,
String newTarget)
newStartSecond - the time in seconds when connecting to this number/user starts.newEndSecond - the time in seconds when ringing to this number/user ends.newTarget - the target Skype username to forward calls to, or the PSTN number to forward a call.| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object compared)
equals in class Objectpublic String toString()
toString in class Objectpublic int getStartSecond()
public int getEndSecond()
public String getTarget()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||