Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue.BusinessObjectKeys
Packages that use BusinessObjectKeys
Package
Description
-
Uses of BusinessObjectKeys in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue with type parameters of type BusinessObjectKeysModifier and TypeFieldDescriptionstatic final BehqueuedataOneToOneLink<BusinessObjectKeys>Behqueuedata.TO_KEYSUse with available fluent helpers to apply the to_Keys navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue that return BusinessObjectKeysModifier and TypeMethodDescriptionBusinessObjectKeys.BusinessObjectKeysBuilder.build()Behqueuedata.fetchKeys()Fetches the BusinessObjectKeys entity (one to one) associated with this entity.Behqueuedata.getKeysOrFetch()Retrieval of associated BusinessObjectKeys entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue that return types with arguments of type BusinessObjectKeysModifier and TypeMethodDescriptionprotected Class<BusinessObjectKeys>BusinessObjectKeysByKeyFluentHelper.getEntityClass()protected Class<BusinessObjectKeys>BusinessObjectKeysFluentHelper.getEntityClass()io.vavr.control.Option<BusinessObjectKeys>Behqueuedata.getKeysIfPresent()Retrieval of associated BusinessObjectKeys entity (one to one).BusinessObjectKeys.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue with parameters of type BusinessObjectKeysModifier and TypeMethodDescriptionBehqueuedata.BehqueuedataBuilder.keys(BusinessObjectKeys value) Navigation property to_Keys for Behqueuedata to single BusinessObjectKeys.voidBehqueuedata.setKeys(BusinessObjectKeys value) Overwrites the associated BusinessObjectKeys entity for the loaded navigation property to_Keys.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue with parameters of type BusinessObjectKeysModifierConstructorDescriptionBehqueuedata(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, String sAPBusinessObjectKey7, Short busEventPriority, BigDecimal creationUTCDateTime, List<BusObjects> toBusObjects, BusinessObjectKeys toKeys) -
Uses of BusinessObjectKeys in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue.link that return types with arguments of type BusinessObjectKeysModifier and TypeMethodDescriptionBusinessObjectKeysOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesseventqueue.link with type arguments of type BusinessObjectKeysModifier and TypeMethodDescriptionprotected BusinessObjectKeysLink<ObjectT>BusinessObjectKeysLink.translateLinkType(EntityLink<BusinessObjectKeysLink<ObjectT>, BusinessObjectKeys, ObjectT> link)