public class IntegrationObjectItemAttributeBuilder
extends java.lang.Object
IntegrationObjectItemAttributeModel| Constructor and Description |
|---|
IntegrationObjectItemAttributeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static IntegrationObjectItemAttributeBuilder |
attribute()
Creates new instance of this builder.
|
IntegrationObjectItemAttributeModel |
build()
Creates new instance of the attribute.
|
IntegrationObjectItemAttributeBuilder |
forObjectOfType(ComposedTypeModel model) |
IntegrationObjectItemAttributeBuilder |
named(java.lang.String name) |
IntegrationObjectItemAttributeBuilder |
returnIntegrationObjectType(IntegrationObjectItemModel referenceType) |
IntegrationObjectItemAttributeBuilder |
unique() |
IntegrationObjectItemAttributeBuilder |
withDescriptorName(java.lang.String name) |
public IntegrationObjectItemAttributeBuilder()
public static IntegrationObjectItemAttributeBuilder attribute()
public IntegrationObjectItemAttributeBuilder named(java.lang.String name)
public IntegrationObjectItemAttributeBuilder withDescriptorName(java.lang.String name)
public IntegrationObjectItemAttributeBuilder forObjectOfType(ComposedTypeModel model)
public IntegrationObjectItemAttributeBuilder returnIntegrationObjectType(IntegrationObjectItemModel referenceType)
public IntegrationObjectItemAttributeBuilder unique()
public IntegrationObjectItemAttributeModel build()
build().IntegrationObjectItemAttributeModel instance.Copyright © 2018 SAP SE. All Rights Reserved.