public class AccountIDImpl extends Object implements AccountID
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_ADMINISTRATOR |
static int |
TYPE_ORGANIZATION |
static int |
TYPE_SIMPLE |
static int |
TYPE_TENANT_ADMINISTRATOR |
| Constructor and Description |
|---|
AccountIDImpl() |
AccountIDImpl(int type,
String id) |
public static final int TYPE_ADMINISTRATOR
public static final int TYPE_ORGANIZATION
public static final int TYPE_TENANT_ADMINISTRATOR
public static final int TYPE_SIMPLE
public AccountIDImpl()
public AccountIDImpl(int type,
String id)
Copyright © 2018. All rights reserved.