Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiod.BudgetPeriod
Packages that use BudgetPeriod
Package
Description
-
Uses of BudgetPeriod in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiod
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiod with type parameters of type BudgetPeriodModifier and TypeFieldDescriptionstatic final BudgetPeriodCoreTextOneToOneLink<BudgetPeriod>BudgetPeriodCoreText.TO_BUDGET_PERIODUse with available fluent helpers to apply the to_BudgetPeriod navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiod that return BudgetPeriodModifier and TypeMethodDescriptionBudgetPeriod.BudgetPeriodBuilder.build()BudgetPeriodCoreText.fetchBudgetPeriod()Fetches the BudgetPeriod entity (one to one) associated with this entity.BudgetPeriodCoreText.getBudgetPeriodOrFetch()Retrieval of associated BudgetPeriod entity (one to one).protected BudgetPeriodBudgetPeriodCreateFluentHelper.getEntity()protected BudgetPeriodBudgetPeriodDeleteFluentHelper.getEntity()protected BudgetPeriodBudgetPeriodUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiod that return types with arguments of type BudgetPeriodModifier and TypeMethodDescriptionio.vavr.control.Option<BudgetPeriod>BudgetPeriodCoreText.getBudgetPeriodIfPresent()Retrieval of associated BudgetPeriod entity (one to one).protected Class<BudgetPeriod>BudgetPeriodByKeyFluentHelper.getEntityClass()protected Class<BudgetPeriod>BudgetPeriodFluentHelper.getEntityClass()BudgetPeriod.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiod with parameters of type BudgetPeriodModifier and TypeMethodDescriptionBudgetPeriodCoreText.BudgetPeriodCoreTextBuilder.budgetPeriod(BudgetPeriod value) Navigation property to_BudgetPeriod for BudgetPeriodCoreText to single BudgetPeriod.voidBudgetPeriodCoreText.setBudgetPeriod(BudgetPeriod value) Overwrites the associated BudgetPeriod entity for the loaded navigation property to_BudgetPeriod.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiod with parameters of type BudgetPeriodModifierConstructorDescriptionBudgetPeriodCoreText(String language, String budgetPeriod, String budgetPeriodName, BudgetPeriod toBudgetPeriod) BudgetPeriodCreateFluentHelper(String servicePath, BudgetPeriod entity, String entityCollection) Creates a fluent helper object that will create aBudgetPeriodentity on the OData endpoint.BudgetPeriodDeleteFluentHelper(String servicePath, BudgetPeriod entity, String entityCollection) Creates a fluent helper object that will delete aBudgetPeriodentity on the OData endpoint.BudgetPeriodUpdateFluentHelper(String servicePath, BudgetPeriod entity, String entityCollection) Creates a fluent helper object that will update aBudgetPeriodentity on the OData endpoint. -
Uses of BudgetPeriod in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiod.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiod.batch with parameters of type BudgetPeriodModifier and TypeMethodDescriptionBudgetPeriodServiceBatchChangeSet.createBudgetPeriod(BudgetPeriod budgetPeriod) Create a newBudgetPeriodentity and save it to the S/4HANA system.DefaultBudgetPeriodServiceBatchChangeSet.createBudgetPeriod(BudgetPeriod budgetPeriod) BudgetPeriodServiceBatchChangeSet.deleteBudgetPeriod(BudgetPeriod budgetPeriod) Deletes an existingBudgetPeriodentity in the S/4HANA system.DefaultBudgetPeriodServiceBatchChangeSet.deleteBudgetPeriod(BudgetPeriod budgetPeriod) BudgetPeriodServiceBatchChangeSet.updateBudgetPeriod(BudgetPeriod budgetPeriod) Update an existingBudgetPeriodentity and save it to the S/4HANA system.DefaultBudgetPeriodServiceBatchChangeSet.updateBudgetPeriod(BudgetPeriod budgetPeriod) -
Uses of BudgetPeriod in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiod.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.budgetperiod.link that return types with arguments of type BudgetPeriodModifier and TypeMethodDescriptionBudgetPeriodOneToOneLink.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.budgetperiod.link with type arguments of type BudgetPeriodModifier and TypeMethodDescriptionprotected BudgetPeriodLink<ObjectT>BudgetPeriodLink.translateLinkType(EntityLink<BudgetPeriodLink<ObjectT>, BudgetPeriod, ObjectT> link) -
Uses of BudgetPeriod in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BudgetPeriodModifier and TypeMethodDescriptionBudgetPeriodService.createBudgetPeriod(BudgetPeriod budgetPeriod) Deprecated.Create a newBudgetPeriodentity and save it to the S/4HANA system.DefaultBudgetPeriodService.createBudgetPeriod(BudgetPeriod budgetPeriod) Deprecated.BudgetPeriodService.deleteBudgetPeriod(BudgetPeriod budgetPeriod) Deprecated.Deletes an existingBudgetPeriodentity in the S/4HANA system.DefaultBudgetPeriodService.deleteBudgetPeriod(BudgetPeriod budgetPeriod) Deprecated.BudgetPeriodService.updateBudgetPeriod(BudgetPeriod budgetPeriod) Deprecated.Update an existingBudgetPeriodentity and save it to the S/4HANA system.DefaultBudgetPeriodService.updateBudgetPeriod(BudgetPeriod budgetPeriod) Deprecated.