|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoExtensionMobility.LoginOptions
public static class CiscoExtensionMobility.LoginOptions
| Field Summary | |
|---|---|
java.lang.String |
deviceProfile
The name of the profile to apply to the device. |
java.lang.Integer |
timeout
The amount of time in minutes to lease this device for. |
| Constructor Summary | |
|---|---|
CiscoExtensionMobility.LoginOptions()
Constructs the LoginOptions. |
|
CiscoExtensionMobility.LoginOptions(java.lang.String deviceProfile,
java.lang.Integer timeout)
Constructs the LoginOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDeviceProfile()
Gets the value. |
java.lang.Integer |
getTimeout()
Gets the value. |
void |
setDeviceProfile(java.lang.String value)
Sets the value. |
void |
setTimeout(java.lang.Integer value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String deviceProfile
public java.lang.Integer timeout
| Constructor Detail |
|---|
public CiscoExtensionMobility.LoginOptions()
public CiscoExtensionMobility.LoginOptions(java.lang.String deviceProfile,
java.lang.Integer timeout)
deviceProfile - The name of the profile to apply to the device. If not specified, then the
deviceProfile UserId specified must already have a device profile associated with that
deviceProfile account.
deviceProfiletimeout - The amount of time in minutes to lease this device for. Once the amount of
timeout minutes has elapsed, the Extension Mobility service will log the user and
timeout accompanying device profile out of the device.
timeout| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getDeviceProfile()
public void setDeviceProfile(java.lang.String value)
value - the value.public java.lang.Integer getTimeout()
public void setTimeout(java.lang.Integer value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||