Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance | |
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.link |
Modifier and Type | Field and Description |
---|---|
static SpecStatusNextStatusLink<SpecStatusAttributes> |
SpecStatusNextStatus.TO_NEXT_STATUS_ATTRIBUTES
Use with available fluent helpers to apply the to_NextStatusAttributes navigation property to query
operations.
|
static RawSubstanceLink<SpecStatusAttributes> |
RawSubstance.TO_RAW_SUBSTANCE_STATUS_ATTRIBUTES
Use with available fluent helpers to apply the to_RawSubstanceStatusAttributes navigation property to
query operations.
|
Modifier and Type | Method and Description |
---|---|
SpecStatusAttributes |
SpecStatusAttributes.SpecStatusAttributesBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<SpecStatusAttributes> |
SpecStatusNextStatus.fetchNextStatusAttributes()
Fetches the SpecStatusAttributes entities (one to many) associated with this entity.
|
List<SpecStatusAttributes> |
RawSubstance.fetchRawSubstanceStatusAttributes()
Fetches the SpecStatusAttributes entities (one to many) associated with this entity.
|
protected Class<SpecStatusAttributes> |
SpecStatusAttributesFluentHelper.getEntityClass() |
protected Class<SpecStatusAttributes> |
SpecStatusAttributesByKeyFluentHelper.getEntityClass() |
io.vavr.control.Option<List<SpecStatusAttributes>> |
SpecStatusNextStatus.getNextStatusAttributesIfPresent()
Retrieval of associated SpecStatusAttributes entities (one to many).
|
List<SpecStatusAttributes> |
SpecStatusNextStatus.getNextStatusAttributesOrFetch()
Retrieval of associated SpecStatusAttributes entities (one to many).
|
io.vavr.control.Option<List<SpecStatusAttributes>> |
RawSubstance.getRawSubstanceStatusAttributesIfPresent()
Retrieval of associated SpecStatusAttributes entities (one to many).
|
List<SpecStatusAttributes> |
RawSubstance.getRawSubstanceStatusAttributesOrFetch()
Retrieval of associated SpecStatusAttributes entities (one to many).
|
Class<SpecStatusAttributes> |
SpecStatusAttributes.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SpecStatusNextStatus.addNextStatusAttributes(SpecStatusAttributes... entity)
Adds elements to the list of associated SpecStatusAttributes entities.
|
void |
RawSubstance.addRawSubstanceStatusAttributes(SpecStatusAttributes... entity)
Adds elements to the list of associated SpecStatusAttributes entities.
|
SpecStatusNextStatus.SpecStatusNextStatusBuilder |
SpecStatusNextStatus.SpecStatusNextStatusBuilder.nextStatusAttributes(SpecStatusAttributes... value)
Navigation property to_NextStatusAttributes for SpecStatusNextStatus to multiple
SpecStatusAttributes.
|
RawSubstance.RawSubstanceBuilder |
RawSubstance.RawSubstanceBuilder.rawSubstanceStatusAttributes(SpecStatusAttributes... value)
Navigation property to_RawSubstanceStatusAttributes for RawSubstance to multiple
SpecStatusAttributes.
|
Modifier and Type | Method and Description |
---|---|
void |
SpecStatusNextStatus.setNextStatusAttributes(List<SpecStatusAttributes> value)
Overwrites the list of associated SpecStatusAttributes entities for the loaded navigation property
to_NextStatusAttributes.
|
void |
RawSubstance.setRawSubstanceStatusAttributes(List<SpecStatusAttributes> value)
Overwrites the list of associated SpecStatusAttributes entities for the loaded navigation property
to_RawSubstanceStatusAttributes.
|
Constructor and Description |
---|
RawSubstance(String rawSubstanceInternalID,
String rawSubstance,
String rawSubstanceAuthznGroup,
LocalDateTime rawSubstanceCreationDate,
String rawSubstanceCreatedByUser,
String rawSubstanceCreatedByUserName,
LocalDateTime rawSubstanceChangeDate,
String rawSubstanceChangedByUser,
String rawSubstanceChangedByUserName,
String rawSubstanceType,
String specificationCategory,
String specificationNote,
String specificationHeaderStatus,
String specificationHdrStsSchema,
List<SpecValAssgmtInstanceWthComp> toRawSubstanceAllergenComp,
List<SpecAuthorizationGroupText> toRawSubstanceAuthznGroupText,
List<SpecCharByValueAssgmtInst> toRawSubstanceComponentType,
List<SpecCharByValueAssgmtInst> toRawSubstanceConversionFactor,
List<SpecCharByValueAssgmtInst> toRawSubstanceDensity,
List<SpecValAssgmtInstanceWthComp> toRawSubstanceDietComp,
List<SpecCharByValueAssgmtInst> toRawSubstanceEstimatedPrice,
List<SpecValAssgmtInstanceWthComp> toRawSubstanceGMOComp,
List<SpecIdentifier> toRawSubstanceIdentifier,
List<SpecAssignedMatlForKeyDate> toRawSubstanceMatlAssignment,
List<SpecStatusNextStatus> toRawSubstanceNextStatus,
List<SpecValAssgmtInstanceWthComp> toRawSubstanceNtrntComp,
List<SpecValAssgmtInstanceWthComp> toRawSubstanceReligiousComp,
List<SpecStatusSchema> toRawSubstanceSchema,
List<SpecStatusAttributes> toRawSubstanceStatusAttributes,
List<SpecValAssgmtInstanceWthComp> toRawSubstanceStdComp,
List<SpecCharByValueAssgmtInst> toRawSubstanceTotalSolid) |
SpecStatusNextStatus(String specificationHdrStsSchema,
String specificationHdrStsSchemaFrSts,
String specificationHdrStsSchemaToSts,
List<SpecStatusAttributes> toNextStatusAttributes) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SpecStatusAttributes> |
SpecStatusAttributesOneToOneLink.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.
|
Modifier and Type | Method and Description |
---|---|
protected SpecStatusAttributesLink<ObjectT> |
SpecStatusAttributesLink.translateLinkType(EntityLink<SpecStatusAttributesLink<ObjectT>,SpecStatusAttributes,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.