Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetusageobjectforuopdepreciation.SAP__Message
Packages that use SAP__Message
Package
Description
-
Uses of SAP__Message in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetusageobjectforuopdepreciation
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetusageobjectforuopdepreciation with type parameters of type SAP__MessageModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<FixedAssetUsageObject,SAP__Message> FixedAssetUsageObject._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final ComplexProperty.Collection<FixedAssetUsageObjectTotal,SAP__Message> FixedAssetUsageObjectTotal._MESSAGESUse with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty.Collection<SAP__Message,String> SAP__Message.ADDITIONAL_TARGETSstatic final SimpleProperty.String<SAP__Message>SAP__Message.CODEstatic final SimpleProperty.String<SAP__Message>SAP__Message.LONGTEXT_URLstatic final SimpleProperty.String<SAP__Message>SAP__Message.MESSAGEstatic final SimpleProperty.NumericInteger<SAP__Message>SAP__Message.NUMERIC_SEVERITYstatic final SimpleProperty.String<SAP__Message>SAP__Message.TARGETstatic final SimpleProperty.Boolean<SAP__Message>SAP__Message.TRANSITIONMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetusageobjectforuopdepreciation that return SAP__MessageMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetusageobjectforuopdepreciation that return types with arguments of type SAP__MessageModifier and TypeMethodDescriptionFixedAssetUsageObject.get_Messages()Constraints: Not nullableFixedAssetUsageObjectTotal.get_Messages()Constraints: Not nullableSAP__Message.getType()Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetusageobjectforuopdepreciation with type arguments of type SAP__MessageModifier and TypeMethodDescriptionFixedAssetUsageObject.FixedAssetUsageObjectBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableFixedAssetUsageObjectTotal.FixedAssetUsageObjectTotalBuilder._Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidFixedAssetUsageObject.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidFixedAssetUsageObjectTotal.set_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullableConstructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.fixedassetusageobjectforuopdepreciation with type arguments of type SAP__MessageModifierConstructorDescriptionFixedAssetUsageObject(String companyCode, String fixedAssetUsageObject, String fixedAssetUsageObjectDesc, String baseUnit, Boolean isActive, String fixedAssetUsageObjLfcycSts, String fixedAssetUsageObjLfcycName, OffsetDateTime lastChangeDateTime, Collection<SAP__Message> _Messages, List<FixedAssetUsageObjectPeriod> to_UsageObjectPeriod, List<FixedAssetUsageObjectTotal> to_UsageObjectTotal) FixedAssetUsageObjectTotal(String companyCode, String fixedAssetUsageObject, String fixedAssetUsageObjectDeprArea, LocalDate validityEndDate, LocalDate validityStartDate, BigDecimal capacityInProductionUnit, String baseUnit, Collection<SAP__Message> _Messages, FixedAssetUsageObject to_UsageObject)