Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.SpecIdentifier
Packages that use SpecIdentifier
Package
Description
-
Uses of SpecIdentifier in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with type parameters of type SpecIdentifierModifier and TypeFieldDescriptionstatic final RealSubstanceLink<SpecIdentifier>RealSubstance.TO_REAL_SUBSTANCE_IDENTIFIERUse with available fluent helpers to apply the to_RealSubstanceIdentifier navigation property to query operations.static final SpecValAssgmtInstanceWthCompLink<SpecIdentifier>SpecValAssgmtInstanceWthComp.TO_SUBSTANCE_IDENTIFIERUse with available fluent helpers to apply the to_SubstanceIdentifier navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance that return SpecIdentifierMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance that return types with arguments of type SpecIdentifierModifier and TypeMethodDescriptionRealSubstance.fetchRealSubstanceIdentifier()Fetches the SpecIdentifier entities (one to many) associated with this entity.SpecValAssgmtInstanceWthComp.fetchSubstanceIdentifier()Fetches the SpecIdentifier entities (one to many) associated with this entity.protected Class<SpecIdentifier>SpecIdentifierByKeyFluentHelper.getEntityClass()protected Class<SpecIdentifier>SpecIdentifierFluentHelper.getEntityClass()io.vavr.control.Option<List<SpecIdentifier>>RealSubstance.getRealSubstanceIdentifierIfPresent()Retrieval of associated SpecIdentifier entities (one to many).RealSubstance.getRealSubstanceIdentifierOrFetch()Retrieval of associated SpecIdentifier entities (one to many).io.vavr.control.Option<List<SpecIdentifier>>SpecValAssgmtInstanceWthComp.getSubstanceIdentifierIfPresent()Retrieval of associated SpecIdentifier entities (one to many).SpecValAssgmtInstanceWthComp.getSubstanceIdentifierOrFetch()Retrieval of associated SpecIdentifier entities (one to many).SpecIdentifier.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with parameters of type SpecIdentifierModifier and TypeMethodDescriptionvoidRealSubstance.addRealSubstanceIdentifier(SpecIdentifier... entity) Adds elements to the list of associated SpecIdentifier entities.voidSpecValAssgmtInstanceWthComp.addSubstanceIdentifier(SpecIdentifier... entity) Adds elements to the list of associated SpecIdentifier entities.RealSubstance.RealSubstanceBuilder.realSubstanceIdentifier(SpecIdentifier... value) Navigation property to_RealSubstanceIdentifier for RealSubstance to multiple SpecIdentifier.SpecValAssgmtInstanceWthComp.SpecValAssgmtInstanceWthCompBuilder.substanceIdentifier(SpecIdentifier... value) Navigation property to_SubstanceIdentifier for SpecValAssgmtInstanceWthComp to multiple SpecIdentifier.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with type arguments of type SpecIdentifierModifier and TypeMethodDescriptionvoidRealSubstance.setRealSubstanceIdentifier(List<SpecIdentifier> value) Overwrites the list of associated SpecIdentifier entities for the loaded navigation property to_RealSubstanceIdentifier.voidSpecValAssgmtInstanceWthComp.setSubstanceIdentifier(List<SpecIdentifier> value) Overwrites the list of associated SpecIdentifier entities for the loaded navigation property to_SubstanceIdentifier.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance with type arguments of type SpecIdentifierModifierConstructorDescriptionSpecValAssgmtInstanceWthComp(String specificationInternalID, String specValAssgmtType, String specificationRating, String specificationValidityArea, String componentSpecificationIntID, String componentSpecification, String compSpecComponentType, String compSpecLowerLimitOperator, BigDecimal compSpecLowerLimit, String compSpecUpperLimitOperator, BigDecimal compSpecUpperLimit, BigDecimal compSpecQuantity, String compSpecUnit, String compSpecSortSequence, String compSpecExceptionCode, String specificationAuthznGroup, String specificationType, List<SpecIdentifier> toSubstanceIdentifier) -
Uses of SpecIdentifier in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.realsubstance.link that return types with arguments of type SpecIdentifierModifier and TypeMethodDescriptionSpecIdentifierOneToOneLink.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.realsubstance.link with type arguments of type SpecIdentifierModifier and TypeMethodDescriptionprotected SpecIdentifierLink<ObjectT>SpecIdentifierLink.translateLinkType(EntityLink<SpecIdentifierLink<ObjectT>, SpecIdentifier, ObjectT> link)