Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition.ActivityDef
Packages that use ActivityDef
Package
Description
-
Uses of ActivityDef in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition with type parameters of type ActivityDefModifier and TypeFieldDescriptionstatic final SimpleProperty<ActivityDef>ActivityDef.ALL_FIELDSSelector for all available fields of ActivityDef.static final SimpleProperty.String<ActivityDef>ActivityDef.STATRY_RPT_ACTIVITY_IDstatic final SimpleProperty.String<ActivityDef>ActivityDef.STATRY_RPT_ACTIVITY_TYPEstatic final SimpleProperty.String<ActivityDef>ActivityDef.STATRY_RPT_APPLICATION_IDstatic final SimpleProperty.String<ActivityDef>ActivityDef.STATRY_RPT_CAT_PHASEstatic final SimpleProperty.String<ActivityDef>ActivityDef.STATRY_RPT_CATEGORYstatic final SimpleProperty.String<ActivityDef>ActivityDef.STATRY_RPT_DEFstatic final NavigationProperty.Collection<CategoryDef,ActivityDef> CategoryDef.TO__ACTIVITY_DEFUse with available request builders to apply the _ActivityDef navigation property to query operations.static final NavigationProperty.Single<ActivityDef,CategoryDef> ActivityDef.TO__CATEGORY_DEFUse with available request builders to apply the _CategoryDef navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition that return ActivityDefMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition that return types with arguments of type ActivityDefModifier and TypeMethodDescriptionio.vavr.control.Option<List<ActivityDef>>CategoryDef.getActivityDefIfPresent()Retrieval of associated ActivityDef entities (one to many).ActivityDef.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition with parameters of type ActivityDefModifier and TypeMethodDescriptionCategoryDef.CategoryDefBuilder.activityDef(ActivityDef... value) Navigation property _ActivityDef for CategoryDef to multiple ActivityDef.voidCategoryDef.addActivityDef(ActivityDef... entity) Adds elements to the list of associated ActivityDef entities.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition with type arguments of type ActivityDefModifier and TypeMethodDescriptionvoidCategoryDef.setActivityDef(List<ActivityDef> value) Overwrites the list of associated ActivityDef entities for the loaded navigation property _ActivityDef.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.statutoryreportingcategorydefinition with type arguments of type ActivityDefModifierConstructorDescriptionCategoryDef(String statryRptCategory, String country, List<ActivityDef> to_ActivityDef, List<PhaseDef> to_PhaseDef) -
Uses of ActivityDef in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type ActivityDefModifier and TypeMethodDescriptionDefaultStatutoryReportingCategoryDefinitionService.countActivityDef()StatutoryReportingCategoryDefinitionService.countActivityDef()Fetch the number of entries from theActivityDefentity collection matching the filter and search expressions.DefaultStatutoryReportingCategoryDefinitionService.getActivityDefByKey(String statryRptCategory, String statryRptActivityId) StatutoryReportingCategoryDefinitionService.getActivityDefByKey(String statryRptCategory, String statryRptActivityId) Fetch a singleActivityDefentity using key fields.DefaultStatutoryReportingCategoryDefinitionService.getAllActivityDef()StatutoryReportingCategoryDefinitionService.getAllActivityDef()Fetch multipleActivityDefentities.