Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplyavailabilityprotectionplan.SupProtCharacteristic
Packages that use SupProtCharacteristic
Package
Description
-
Uses of SupProtCharacteristic in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplyavailabilityprotectionplan
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplyavailabilityprotectionplan with type parameters of type SupProtCharacteristicModifier and TypeFieldDescriptionstatic final SimpleProperty<SupProtCharacteristic>SupProtCharacteristic.ALL_FIELDSSelector for all available fields of SupProtCharacteristic.static final SimpleProperty.String<SupProtCharacteristic>SupProtCharacteristic.CHARACTERISTICstatic final SimpleProperty.String<SupProtCharacteristic>SupProtCharacteristic.CREATED_BY_USERstatic final SimpleProperty.DateTime<SupProtCharacteristic>SupProtCharacteristic.CREATION_DATE_TIMEstatic final SimpleProperty.DateTime<SupProtCharacteristic>SupProtCharacteristic.LAST_CHANGE_DATE_TIMEstatic final SimpleProperty.String<SupProtCharacteristic>SupProtCharacteristic.LAST_CHANGED_BY_USERstatic final SimpleProperty.Guid<SupProtCharacteristic>SupProtCharacteristic.SUP_PROT_CHARACTERISTIC_UUIDstatic final SimpleProperty.Binary<SupProtCharacteristic>SupProtCharacteristic.SUP_PROT_CHARC_CTLG_PATH_INT_IDstatic final SimpleProperty.String<SupProtCharacteristic>SupProtCharacteristic.SUP_PROT_CHARC_NAMEstatic final SimpleProperty.NumericInteger<SupProtCharacteristic>SupProtCharacteristic.SUP_PROT_ORDINAL_NUMBER_VALUEstatic final SimpleProperty.Guid<SupProtCharacteristic>SupProtCharacteristic.SUPPLY_PROTECTION_UUIDSupplyProtection.TO__SUP_PROT_CHARACTERISTIC_TPUse with available request builders to apply the _SupProtCharacteristicTP navigation property to query operations.static final NavigationProperty.Single<SupProtCharacteristic,SupplyProtection> SupProtCharacteristic.TO__SUPPLY_PROTECTION_TPUse with available request builders to apply the _SupplyProtectionTP navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplyavailabilityprotectionplan that return SupProtCharacteristicMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplyavailabilityprotectionplan that return types with arguments of type SupProtCharacteristicModifier and TypeMethodDescriptionio.vavr.control.Option<List<SupProtCharacteristic>>SupplyProtection.getSupProtCharacteristicTPIfPresent()Retrieval of associated SupProtCharacteristic entities (one to many).SupProtCharacteristic.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplyavailabilityprotectionplan with parameters of type SupProtCharacteristicModifier and TypeMethodDescriptionvoidSupplyProtection.addSupProtCharacteristicTP(SupProtCharacteristic... entity) Adds elements to the list of associated SupProtCharacteristic entities.SupplyProtection.SupplyProtectionBuilder.supProtCharacteristicTP(SupProtCharacteristic... value) Navigation property _SupProtCharacteristicTP for SupplyProtection to multiple SupProtCharacteristic.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.supplyavailabilityprotectionplan with type arguments of type SupProtCharacteristicModifier and TypeMethodDescriptionvoidSupplyProtection.setSupProtCharacteristicTP(List<SupProtCharacteristic> value) Overwrites the list of associated SupProtCharacteristic entities for the loaded navigation property _SupProtCharacteristicTP. -
Uses of SupProtCharacteristic 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 SupProtCharacteristicModifier and TypeMethodDescriptionDefaultSupplyAvailabilityProtectionPlanService.countSupProtCharacteristic()Deprecated.SupplyAvailabilityProtectionPlanService.countSupProtCharacteristic()Deprecated.Fetch the number of entries from theSupProtCharacteristicentity collection matching the filter and search expressions.DefaultSupplyAvailabilityProtectionPlanService.deleteSupProtCharacteristic(SupProtCharacteristic supProtCharacteristic) Deprecated.SupplyAvailabilityProtectionPlanService.deleteSupProtCharacteristic(SupProtCharacteristic supProtCharacteristic) Deprecated.Deletes an existingSupProtCharacteristicentity in the S/4HANA system.DefaultSupplyAvailabilityProtectionPlanService.getAllSupProtCharacteristic()Deprecated.SupplyAvailabilityProtectionPlanService.getAllSupProtCharacteristic()Deprecated.Fetch multipleSupProtCharacteristicentities.DefaultSupplyAvailabilityProtectionPlanService.getSupProtCharacteristicByKey(UUID supProtCharacteristicUUID) Deprecated.SupplyAvailabilityProtectionPlanService.getSupProtCharacteristicByKey(UUID supProtCharacteristicUUID) Deprecated.Fetch a singleSupProtCharacteristicentity using key fields.DefaultSupplyAvailabilityProtectionPlanService.updateSupProtCharacteristic(SupProtCharacteristic supProtCharacteristic) Deprecated.SupplyAvailabilityProtectionPlanService.updateSupProtCharacteristic(SupProtCharacteristic supProtCharacteristic) Deprecated.Update an existingSupProtCharacteristicentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type SupProtCharacteristicModifier and TypeMethodDescriptionDefaultSupplyAvailabilityProtectionPlanService.deleteSupProtCharacteristic(SupProtCharacteristic supProtCharacteristic) Deprecated.SupplyAvailabilityProtectionPlanService.deleteSupProtCharacteristic(SupProtCharacteristic supProtCharacteristic) Deprecated.Deletes an existingSupProtCharacteristicentity in the S/4HANA system.DefaultSupplyAvailabilityProtectionPlanService.updateSupProtCharacteristic(SupProtCharacteristic supProtCharacteristic) Deprecated.SupplyAvailabilityProtectionPlanService.updateSupProtCharacteristic(SupProtCharacteristic supProtCharacteristic) Deprecated.Update an existingSupProtCharacteristicentity and save it to the S/4HANA system.