public class IntegrationObjectBuilder
extends java.lang.Object
IntegrationObjectModel| Constructor and Description |
|---|
IntegrationObjectBuilder() |
| Modifier and Type | Method and Description |
|---|---|
IntegrationObjectBuilder |
addIntegrationObjectItem(IntegrationObjectItemBuilder spec)
Adds an
IntegrationObjectItemModel from the specification to the integration object |
IntegrationObjectBuilder |
addIntegrationObjectItem(IntegrationObjectItemModel item)
Adds an
IntegrationObjectItemModel to the integration object |
IntegrationObjectModel |
build()
Each time build() is called, a new instance of the the
IntegrationObjectModel is returned
with the same properties that were set. |
static IntegrationObjectBuilder |
integrationObject()
Get a new instance of the builder
|
IntegrationObjectBuilder |
withCode(java.lang.String code) |
public static IntegrationObjectBuilder integrationObject()
public IntegrationObjectBuilder withCode(java.lang.String code)
public IntegrationObjectBuilder addIntegrationObjectItem(IntegrationObjectItemBuilder spec)
IntegrationObjectItemModel from the specification to the integration objectspec - Specification to an IntegrationObjectItemModelpublic IntegrationObjectBuilder addIntegrationObjectItem(IntegrationObjectItemModel item)
IntegrationObjectItemModel to the integration objectitem - Item to addpublic IntegrationObjectModel build()
IntegrationObjectModel is returned
with the same properties that were set.Copyright © 2018 SAP SE. All Rights Reserved.