Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.SpecIdentifier
Packages that use SpecIdentifier
Package
Description
-
Uses of SpecIdentifier in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance with type parameters of type SpecIdentifierModifier and TypeFieldDescriptionstatic final RawSubstanceLink<SpecIdentifier>RawSubstance.TO_RAW_SUBSTANCE_IDENTIFIERUse with available fluent helpers to apply the to_RawSubstanceIdentifier 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.rawsubstance that return SpecIdentifierMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance that return types with arguments of type SpecIdentifierModifier and TypeMethodDescriptionRawSubstance.fetchRawSubstanceIdentifier()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>>RawSubstance.getRawSubstanceIdentifierIfPresent()Retrieval of associated SpecIdentifier entities (one to many).RawSubstance.getRawSubstanceIdentifierOrFetch()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.rawsubstance with parameters of type SpecIdentifierModifier and TypeMethodDescriptionvoidRawSubstance.addRawSubstanceIdentifier(SpecIdentifier... entity) Adds elements to the list of associated SpecIdentifier entities.voidSpecValAssgmtInstanceWthComp.addSubstanceIdentifier(SpecIdentifier... entity) Adds elements to the list of associated SpecIdentifier entities.RawSubstance.RawSubstanceBuilder.rawSubstanceIdentifier(SpecIdentifier... value) Navigation property to_RawSubstanceIdentifier for RawSubstance 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.rawsubstance with type arguments of type SpecIdentifierModifier and TypeMethodDescriptionvoidRawSubstance.setRawSubstanceIdentifier(List<SpecIdentifier> value) Overwrites the list of associated SpecIdentifier entities for the loaded navigation property to_RawSubstanceIdentifier.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.rawsubstance 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.rawsubstance.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.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.rawsubstance.link with type arguments of type SpecIdentifierModifier and TypeMethodDescriptionprotected SpecIdentifierLink<ObjectT>SpecIdentifierLink.translateLinkType(EntityLink<SpecIdentifierLink<ObjectT>, SpecIdentifier, ObjectT> link)