| Constructor and Description |
|---|
Profile.CallForwardingRule(int newStartSecond,
int newEndSecond,
String newTarget)
Constructs a call forwarding rule.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
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.public int getStartSecond()
public int getEndSecond()
public String getTarget()
Copyright © 2013. All Rights Reserved.