public class Client extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Client.ClientType |
| Constructor and Description |
|---|
Client() |
Client(Client.ClientType type,
String clientId) |
| Modifier and Type | Method and Description |
|---|---|
static Client |
asType(Client.ClientType type) |
boolean |
equals(Object obj) |
String |
getClientId() |
Client.ClientType |
getType() |
int |
hashCode() |
String |
toString() |
public Client()
public Client(Client.ClientType type, String clientId)
public static Client asType(Client.ClientType type)
public Client.ClientType getType()
public String getClientId()
Copyright © 2005–2018 Alfresco Software. All rights reserved.