Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2.EntProjElmntWorkItem
Packages that use EntProjElmntWorkItem
Package
Description
-
Uses of EntProjElmntWorkItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2 with type parameters of type EntProjElmntWorkItemModifier and TypeFieldDescriptionstatic final EnterpriseProjectElementLink<EntProjElmntWorkItem>EnterpriseProjectElement.TO_ENT_PROJ_ELMNT_WORK_ITEMUse with available fluent helpers to apply the to_EntProjElmntWorkItem navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2 that return EntProjElmntWorkItemModifier and TypeMethodDescriptionEntProjElmntWorkItem.EntProjElmntWorkItemBuilder.build()protected EntProjElmntWorkItemEntProjElmntWorkItemDeleteFluentHelper.getEntity()protected EntProjElmntWorkItemEntProjElmntWorkItemUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2 that return types with arguments of type EntProjElmntWorkItemModifier and TypeMethodDescriptionEnterpriseProjectElement.fetchEntProjElmntWorkItem()Fetches the EntProjElmntWorkItem entities (one to many) associated with this entity.protected Class<EntProjElmntWorkItem>EntProjElmntWorkItemByKeyFluentHelper.getEntityClass()protected Class<EntProjElmntWorkItem>EntProjElmntWorkItemFluentHelper.getEntityClass()io.vavr.control.Option<List<EntProjElmntWorkItem>>EnterpriseProjectElement.getEntProjElmntWorkItemIfPresent()Retrieval of associated EntProjElmntWorkItem entities (one to many).EnterpriseProjectElement.getEntProjElmntWorkItemOrFetch()Retrieval of associated EntProjElmntWorkItem entities (one to many).EntProjElmntWorkItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2 with parameters of type EntProjElmntWorkItemModifier and TypeMethodDescriptionvoidEnterpriseProjectElement.addEntProjElmntWorkItem(EntProjElmntWorkItem... entity) Adds elements to the list of associated EntProjElmntWorkItem entities.EnterpriseProjectElement.EnterpriseProjectElementBuilder.entProjElmntWorkItem(EntProjElmntWorkItem... value) Navigation property to_EntProjElmntWorkItem for EnterpriseProjectElement to multiple EntProjElmntWorkItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2 with type arguments of type EntProjElmntWorkItemModifier and TypeMethodDescriptionvoidEnterpriseProjectElement.setEntProjElmntWorkItem(List<EntProjElmntWorkItem> value) Overwrites the list of associated EntProjElmntWorkItem entities for the loaded navigation property to_EntProjElmntWorkItem.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2 with parameters of type EntProjElmntWorkItemModifierConstructorDescriptionEntProjElmntWorkItemDeleteFluentHelper(String servicePath, EntProjElmntWorkItem entity, String entityCollection) Creates a fluent helper object that will delete aEntProjElmntWorkItementity on the OData endpoint.EntProjElmntWorkItemUpdateFluentHelper(String servicePath, EntProjElmntWorkItem entity, String entityCollection) Creates a fluent helper object that will update aEntProjElmntWorkItementity on the OData endpoint. -
Uses of EntProjElmntWorkItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2.batch with parameters of type EntProjElmntWorkItemModifier and TypeMethodDescriptionDefaultEnterpriseProjectV2ServiceBatchChangeSet.deleteEntProjElmntWorkItem(EntProjElmntWorkItem entProjElmntWorkItem) EnterpriseProjectV2ServiceBatchChangeSet.deleteEntProjElmntWorkItem(EntProjElmntWorkItem entProjElmntWorkItem) Deletes an existingEntProjElmntWorkItementity in the S/4HANA system.DefaultEnterpriseProjectV2ServiceBatchChangeSet.updateEntProjElmntWorkItem(EntProjElmntWorkItem entProjElmntWorkItem) EnterpriseProjectV2ServiceBatchChangeSet.updateEntProjElmntWorkItem(EntProjElmntWorkItem entProjElmntWorkItem) Update an existingEntProjElmntWorkItementity and save it to the S/4HANA system. -
Uses of EntProjElmntWorkItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseprojectv2.link that return types with arguments of type EntProjElmntWorkItemModifier and TypeMethodDescriptionEntProjElmntWorkItemOneToOneLink.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.enterpriseprojectv2.link with type arguments of type EntProjElmntWorkItemModifier and TypeMethodDescriptionprotected EntProjElmntWorkItemLink<ObjectT>EntProjElmntWorkItemLink.translateLinkType(EntityLink<EntProjElmntWorkItemLink<ObjectT>, EntProjElmntWorkItem, ObjectT> link) -
Uses of EntProjElmntWorkItem in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type EntProjElmntWorkItemModifier and TypeMethodDescriptionDefaultEnterpriseProjectV2Service.deleteEntProjElmntWorkItem(EntProjElmntWorkItem entProjElmntWorkItem) Deprecated.EnterpriseProjectV2Service.deleteEntProjElmntWorkItem(EntProjElmntWorkItem entProjElmntWorkItem) Deprecated.Deletes an existingEntProjElmntWorkItementity in the S/4HANA system.DefaultEnterpriseProjectV2Service.updateEntProjElmntWorkItem(EntProjElmntWorkItem entProjElmntWorkItem) Deprecated.EnterpriseProjectV2Service.updateEntProjElmntWorkItem(EntProjElmntWorkItem entProjElmntWorkItem) Deprecated.Update an existingEntProjElmntWorkItementity and save it to the S/4HANA system.