Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue.link |
Modifier and Type | Field and Description |
---|---|
static BehqueuedataLink<BusObjects> |
Behqueuedata.TO_BUS_OBJECTS
Use with available fluent helpers to apply the to_BusObjects navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BusObjects |
BusObjects.BusObjectsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<BusObjects> |
Behqueuedata.fetchBusObjects()
Fetches the BusObjects entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<BusObjects>> |
Behqueuedata.getBusObjectsIfPresent()
Retrieval of associated BusObjects entities (one to many).
|
List<BusObjects> |
Behqueuedata.getBusObjectsOrFetch()
Retrieval of associated BusObjects entities (one to many).
|
protected Class<BusObjects> |
BusObjectsByKeyFluentHelper.getEntityClass() |
protected Class<BusObjects> |
BusObjectsFluentHelper.getEntityClass() |
Class<BusObjects> |
BusObjects.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Behqueuedata.addBusObjects(BusObjects... entity)
Adds elements to the list of associated BusObjects entities.
|
Behqueuedata.BehqueuedataBuilder |
Behqueuedata.BehqueuedataBuilder.busObjects(BusObjects... value)
Navigation property to_BusObjects for Behqueuedata to multiple BusObjects.
|
Modifier and Type | Method and Description |
---|---|
void |
Behqueuedata.setBusObjects(List<BusObjects> value)
Overwrites the list of associated BusObjects entities for the loaded navigation property
to_BusObjects.
|
Constructor and Description |
---|
Behqueuedata(UUID businessEvent,
String sAPObjectTaskTypeName,
String sAPObjectTypeName,
String sAPObjectType,
String busEventSubscriberCode,
String sAPObjectTaskCode,
String businessEventSubscriberName,
String sAPBusinessObjectKey1,
String sAPBusinessObjectKey2,
String sAPBusinessObjectKey3,
String sAPBusinessObjectKey4,
String sAPBusinessObjectKey5,
String sAPBusinessObjectKey6,
Short busEventPriority,
BigDecimal creationUTCDateTime,
List<BusObjects> toBusObjects,
BusinessObjectKeys toKeys) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BusObjects> |
BusObjectsOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected BusObjectsLink<ObjectT> |
BusObjectsLink.translateLinkType(EntityLink<BusObjectsLink<ObjectT>,BusObjects,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.