public static final class ExternalObject.Factory extends Object
ExternalObject.| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static ExternalObject |
newInstance()
Constructs a new instance of
ExternalObject. |
static ExternalObject |
newInstance(String externalSystemId,
String externalId)
Constructs a new instance of
ExternalObject,
taking all required and/or read-only properties as arguments. |
static ExternalObject |
newInstance(String externalSystemId,
String externalId,
String externalName,
Set<ExternalObjectProperty> properties)
Constructs a new instance of
ExternalObject,
taking all possible properties (except the identifier(s))as arguments. |
public static ExternalObject newInstance()
ExternalObject.public static ExternalObject newInstance(String externalSystemId, String externalId)
ExternalObject,
taking all required and/or read-only properties as arguments.public static ExternalObject newInstance(String externalSystemId, String externalId, String externalName, Set<ExternalObjectProperty> properties)
ExternalObject,
taking all possible properties (except the identifier(s))as arguments.Copyright © 2019 Communote team. All rights reserved.