Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
static Client |
newInstance()
Constructs a new instance of
Client . |
static Client |
newInstance(String clientId,
String name,
ClientStatus clientStatus)
Constructs a new instance of
Client , taking all required and/or read-only
properties as arguments. |
static Client |
newInstance(String clientId,
String name,
ClientStatus clientStatus,
String creationVersion,
Timestamp creationTime,
String creationRevision)
Constructs a new instance of
Client , taking all possible properties (except the
identifier(s))as arguments. |
public static Client newInstance(String clientId, String name, ClientStatus clientStatus)
Client
, taking all required and/or read-only
properties as arguments.Copyright © 2019 Communote team. All rights reserved.