Class EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberAvailableMobileSubscriberDirectoryNumberTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberAvailableMobileSubscriberDirectoryNumberTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberAvailableMobileSubscriberDirectoryNumberTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberGetAvailableListRequest22. The response contains a table with columns: "Phone Number", "E164 Phone Number". The "Phone Number" column contains Mobile Subscriber DNs not yet assigned to any user. The "E164 Phone Number" column contains Mobile Subscriber DNs not yet assigned to any user in E.164 format.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Nodestatic List<EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberAvailableMobileSubscriberDirectoryNumberTableRow>
getFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setE164PhoneNumber
(String e164PhoneNumber) void
setPhoneNumber
(String phoneNumber) toString()
-
Constructor Details
-
EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberAvailableMobileSubscriberDirectoryNumberTableRow
public EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberAvailableMobileSubscriberDirectoryNumberTableRow()
-
-
Method Details
-
getPhoneNumber
-
setPhoneNumber
-
getE164PhoneNumber
-
setE164PhoneNumber
-
getFromNode
public static EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberAvailableMobileSubscriberDirectoryNumberTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<EnterpriseBroadWorksMobilityMobileSubscriberDirectoryNumberAvailableMobileSubscriberDirectoryNumberTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray
- The NodeArray to parse for the OCI Table
-
equals
-
hashCode
public int hashCode() -
toString
-