Class ServiceObservingStatusParameters
- java.lang.Object
-
- com.avaya.clientservices.call.feature.ServiceObservingStatusParameters
-
public class ServiceObservingStatusParameters extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDisplayText()When there is no error response code present, this field provides a text string that the endpoint renders on the display when responding to a feature operation.java.lang.StringgetServiceObservingExtension()Gets the information about the extension of the entity being observed.intgetServiceObservingLocation()Gets the location number associated with the observed VDN.ServiceObservingModegetServiceObservingMode()Gets service observing mode.java.lang.StringgetServiceObservingNativeExtension()Gets the information about the extension of the endpoint used by the observer.ServiceObservingTypegetServiceObservingType()Gets service observing type.booleanisCoachingOptionEnabled()Returns whether the coaching option is enabled.booleanisListenOnlyOptionEnabled()Returns whether the listen only option is enabled.
-
-
-
Method Detail
-
getServiceObservingNativeExtension
public java.lang.String getServiceObservingNativeExtension()
Gets the information about the extension of the endpoint used by the observer.- Returns:
- the information about the extension of the endpoint used by the observer.
-
getServiceObservingExtension
public java.lang.String getServiceObservingExtension()
Gets the information about the extension of the entity being observed.- Returns:
- the information about the extension of the entity being observed.
-
getServiceObservingType
public ServiceObservingType getServiceObservingType()
Gets service observing type.- Returns:
- service observing type.
-
getServiceObservingMode
public ServiceObservingMode getServiceObservingMode()
Gets service observing mode.- Returns:
- service observing mode.
-
getDisplayText
public java.lang.String getDisplayText()
When there is no error response code present, this field provides a text string that the endpoint renders on the display when responding to a feature operation. i.e. "VDN xxx-xxxx SO" indicates that VDN (vector directory number) xxx-xxxx is being service observed.- Returns:
- a text that the endpoint renders on the display.
-
getServiceObservingLocation
public int getServiceObservingLocation()
Gets the location number associated with the observed VDN.- Returns:
- the location number associated with the observed VDN.
-
isCoachingOptionEnabled
public boolean isCoachingOptionEnabled()
Returns whether the coaching option is enabled.- Returns:
- whether the coaching option is enabled.
-
isListenOnlyOptionEnabled
public boolean isListenOnlyOptionEnabled()
Returns whether the listen only option is enabled.- Returns:
- whether the listen only option is enabled.
-
-