Class UserSharedCallAppearance.UserSharedCallAppearanceGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.UserSharedCallAppearance.UserSharedCallAppearanceGetResponse
All Implemented Interfaces:
Serializable
Enclosing class:
UserSharedCallAppearance

public static class UserSharedCallAppearance.UserSharedCallAppearanceGetResponse extends Response
Response to the UserSharedCallAppearanceGetRequest21sp1. The endpointTable contains columns: "Device Level", "Device Name", "Device Type", "Line/Port", "SIP Contact", "Port Number", "Device Support Visual Device Management", "Is Active", "Allow Origination", "Allow Termination", "Mac Address", "Path Header". The "Device Level" column contains one of the AccessDeviceLevel enumerated constants. The "SIP Contact" column does not contain "sip:" in 21sp1. Port numbers are only used by devices with static line ordering.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • alertAllAppearancesForClickToDialCalls

      protected Boolean alertAllAppearancesForClickToDialCalls
    • alertAllAppearancesForGroupPagingCalls

      protected Boolean alertAllAppearancesForGroupPagingCalls
    • maxAppearances

      protected Integer maxAppearances
    • allowSCACallRetrieve

      protected Boolean allowSCACallRetrieve
    • enableMultipleCallArrangement

      protected Boolean enableMultipleCallArrangement
    • multipleCallArrangementIsActive

      protected Boolean multipleCallArrangementIsActive
    • endpointTable

    • allowBridgingBetweenLocations

      protected Boolean allowBridgingBetweenLocations
    • bridgeWarningTone

      protected SharedCallAppearanceBridgeWarningTone bridgeWarningTone
    • enableCallParkNotification

      protected Boolean enableCallParkNotification
    • user

      protected transient BroadWorksUser user
  • Constructor Details

    • UserSharedCallAppearanceGetResponse

      public UserSharedCallAppearanceGetResponse()
  • Method Details

    • setAlertAllAppearancesForClickToDialCalls

      public void setAlertAllAppearancesForClickToDialCalls(Boolean alertAllAppearancesForClickToDialCalls)
    • getAlertAllAppearancesForClickToDialCalls

      public Boolean getAlertAllAppearancesForClickToDialCalls()
    • setAlertAllAppearancesForGroupPagingCalls

      public void setAlertAllAppearancesForGroupPagingCalls(Boolean alertAllAppearancesForGroupPagingCalls)
    • getAlertAllAppearancesForGroupPagingCalls

      public Boolean getAlertAllAppearancesForGroupPagingCalls()
    • setMaxAppearances

      public void setMaxAppearances(Integer maxAppearances)
    • getMaxAppearances

      public Integer getMaxAppearances()
    • setAllowSCACallRetrieve

      public void setAllowSCACallRetrieve(Boolean allowSCACallRetrieve)
    • getAllowSCACallRetrieve

      public Boolean getAllowSCACallRetrieve()
    • setEnableMultipleCallArrangement

      public void setEnableMultipleCallArrangement(Boolean enableMultipleCallArrangement)
    • getEnableMultipleCallArrangement

      public Boolean getEnableMultipleCallArrangement()
    • setMultipleCallArrangementIsActive

      public void setMultipleCallArrangementIsActive(Boolean multipleCallArrangementIsActive)
    • getMultipleCallArrangementIsActive

      public Boolean getMultipleCallArrangementIsActive()
    • setEndpointTable

      public void setEndpointTable(List<UserSharedCallAppearanceEndpointTableRow> endpointTable)
    • getEndpointTable

      public List<UserSharedCallAppearanceEndpointTableRow> getEndpointTable()
    • setAllowBridgingBetweenLocations

      public void setAllowBridgingBetweenLocations(Boolean allowBridgingBetweenLocations)
    • getAllowBridgingBetweenLocations

      public Boolean getAllowBridgingBetweenLocations()
    • setBridgeWarningTone

      public void setBridgeWarningTone(SharedCallAppearanceBridgeWarningTone bridgeWarningTone)
    • getBridgeWarningTone

      public SharedCallAppearanceBridgeWarningTone getBridgeWarningTone()
    • setEnableCallParkNotification

      public void setEnableCallParkNotification(Boolean enableCallParkNotification)
    • getEnableCallParkNotification

      public Boolean getEnableCallParkNotification()
    • setUser

      public void setUser(BroadWorksUser user)
    • getBroadWorksUser

      public BroadWorksUser getBroadWorksUser()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object