com.neulevel.biz
Class BizAccount
java.lang.Object
|
+--com.neulevel.biz.BizAccount
- public class BizAccount
- extends java.lang.Object
This BizAccount
class defines various constants and methods
related to the BIZaccount service.
- Version:
- $Revision$
- Author:
- Ning Zhang ning.zhang@neustar.com
Field Summary |
static java.lang.String |
ID
Service ID for BIZ Account |
static java.lang.String |
PARAM_DISTLIST
Service parameter for distribution list, which is a list of
email addresses |
static java.lang.String |
PARAM_LANGPREF
Service parameter for the preferred language used in service
notification. |
static java.lang.String |
PARAM_SVCLIST
Service parameter for other services associated with the account. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ID
public static final java.lang.String ID
- Service ID for BIZ Account
PARAM_DISTLIST
public static final java.lang.String PARAM_DISTLIST
- Service parameter for distribution list, which is a list of
email addresses
PARAM_LANGPREF
public static final java.lang.String PARAM_LANGPREF
- Service parameter for the preferred language used in service
notification. The value associated with this parameter is defined
by the registry. The following is a list of languages supported:
- English
- Chinese
- French
- German
- Japanese
- Korean
- Spanish
PARAM_SVCLIST
public static final java.lang.String PARAM_SVCLIST
- Service parameter for other services associated with the account.
This parameter value is to be set by the registry server only
BizAccount
public BizAccount()
Copyright © 2001-2002 NeuLevel, Inc. All Rights Reserved.